Running a headless (terminal only) server is great and all but sometimes a GUI helps. We'll be installing GNOME 3.28 on CentOS 7.4. Start off by issuing the following at shell:…
Logging RSYNC output to file can be cumbersome but useful at times. Cumbersome because if you're transferring a large number of files then the log file becomes intelligible but useful in…
Ubuntu isn't bundled with exfat read/write support out of the box, scouring the internet revealed we needed to install two packages. [crayon-5c677dea8b3cc921161595/] This threw a very ugly error [crayon-5c677dea8b3d3452432227/] Turns out…
Yet another error while trying to compile nginx from source. [crayon-5c677dea8b6f2292296837/] The fix is simple, issue the following at shell: [crayon-5c677dea8b6f8985329165/]
If you run into the following error while compiling nginx from source, follow the steps below: [crayon-5c677dea8b97c633434683/] Issue the following at shell: [crayon-5c677dea8b982739847334/] That's it.
Ran into another error while trying to compile nginx from source [crayon-5c677dea8bba6505164017/] This has a quick fix as well, issue the following at shell: [crayon-5c677dea8bbac538483869/] That should be it.
The elusive latest version of OpenSSL, we finally meet. As everyone knows, CentOS does not always ship with the latest version of softwares. The core repo focuses more on stability…
Python PIP is a package installed similar to Yum on CentOS. It is the recommend / preferred way of installing Python packages on machines. To get started make sure you…
Homebrew is a package manager similar to Yum on CentOS and Apt-get on Ubuntu. You may at times need packages that are available on other Linux distributions that are not, out of the…
htop is an interactive processor viewer for Unix based systems. With the release of version 2.0 it went cross-platform. This tool is great to get a detailed view of which…