A new vulnerability, CVE-2018-1111, has been recently announced; it allows a malicious DHCP server to send a specially crafted response that can run privileged commands on a DHCP client that is running dhclient. This affects dhclient on both Centos Linux 6 and CentOS Linux 7 systems. RedHat have released an updated to ... Read More...
CentOS 7
Reserved for future CentOS 7 posts.
On Thursday May 10, CentOS 7.5 (1804) was released. For more information about the release, see the CentOS Project's Release Notes here: https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.1804 Before upgrading to CentOS Linux 7.5, it is strongly encouraged to examine the above Release Notes, especially 'Known Issues' to see if it may adversely affect your setup; Included with ... Read More...
What is a reverse proxy? A reverse proxy accepts connections and then routes them to an appropriate backend. For example, if we have a Ruby application running on port 3000, we can configure a reverse proxy to accept connections on HTTP or HTTPS, which can then transparently proxy requests to the ... Read More...
In this tutorial, we'll install and configure Gogs on CentOS Linux. What is Gogs? Gogs is a self-hosted Git service that provides much of the functionality of Github. It is written in Go, and is available as a single binary. Before you install it, you can try a demo of Gogs. Installation of Gogs In ... Read More...
What is letsencrypt (LE)? From the Let's Encrypt website: Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG). We give people the digital certificates they need in order to enable HTTPS (SSL/TLS) for websites, ... Read More...
In this tutorial, we will create a database along with a user to access the database. For the purpose of this tutorial, we will assume that you have already installed MariaDB on CentOS Linux. 1. Log in to the MariaDB console. If you have a password set, use the -p flag to ... Read More...