Category Archives: Tutorial

How To Change SSH Port On CentOS 7

To change the default SSH port, the first thing you want to do is backup the current SSH configuration on your system. To do that, run the commands below. cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak Next, run the commands below to open the default SSH configuration file sudo vi /etc/ssh/sshd_config # If you want to change the port… Read More »

Install DCC on cpanel server

Install DCC NOTE: You need to open UDP Port 6277 in the firewall. Download http://www.dcc-servers.net/dcc/source/dcc.tar.Z into /usr/local/src Extract and install: tar xvzf zxvf dcc-dccd.tar.Z cd dcc-dccd-* ./configure make make install Configure to run as a daemon