Install Webmin on CentOS 7

18 Mar

Install Webmin on CentOS 7 https://lintut.com/how-to-install-webmin-on-centos-7/ To get started, login your remote server and follow the steps below: First, create a new file webmin.repo in /etc/yum.repos.d/ : vi /etc/yum.repos.d/webmin.repo and paste below line: [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 … Read More »

iptables port forward script

7 Sep

3down vote I have created the following bash script for doing this on my linux router. It automatically infers the WAN IP and confirms your selections before proceeding. #!/bin/bash # decide which action to use action=”add” if [[ “-r” == … Read More »

Securing your Linux Server in 8 Steps

5 Sep

Securing your Linux Server in 8 Steps Before I get going with too many tutorials, it might be a good idea to just step back and talk about the very first thing you should be doing from the start: securing … Read More »

Table ‘mysql.proc’ doesn’t exist

24 Sep

Table ‘mysql.proc’ doesn’t exist After I was asked to create a stored procedure on a MySQL 5.0.45 installation last week, I received the following error: ERROR 1146 at line 24: Table ‘mysql.proc’ doesn’t exist The server had the default MySQL … Read More »