How To increase / Expand /Resize Disk Space On CentOS VM November 22, 2018 admin 0 CentOS, Linux, Operating Systems, Tutorials, First you need to add additional disk space on the host server to the...
What is the Best Tools To Add After Minimal CentOS Instalation July 5, 2017 admin 0 CentOS, Linux, Tutorials, Sometimes is is easy just to install CentOS with minimal installation CD as...
How to install zabbix on centOS 7 June 6, 2017 admin 0 CentOS, Linux, Tutorials, Zabbix is one of the best open source monitoring system out there with flexibly and...
How To Install WordPress On CentOS 7 May 30, 2017 admin 0 CentOS, Linux, Tutorials, This guide will help you install WordPress on Linux CantOS, First Lets update your system...
How To Change SSH server port February 4, 2017 admin 0 CentOS, Linux, Security, Tutorials, If you want to change the ssh server port for any reason namely security...
How to redirect root directory to virtual or any other directory on Apache December 31, 2016 admin 0 CentOS, Tutorials, The configuration files are at /etc/httpd/conf.d , just add to welcome.conf the directive :...
How to stop DDos Attack on linux December 29, 2016 admin 0 CentOS, Linux, Security, To find out if your server is under attack or not. You can also list...
How to block ip address in centOS 7 December 29, 2016 admin 0 CentOS, Operating Systems, Security, There is two option: 1.rich rule - firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="192.168.X.X" reject’ 2.First...
check if php can send mail on linux December 12, 2016 admin 0 CentOS, Linux, check if PHP-scripts can send emails: from console or putty session to the server php...
How to To restart network interface on linux December 12, 2016 admin 0 CentOS, Linux, Operating Systems, CentOS : systemctl restart network or /etc/init.d/network restart Ubuntu: sudo /etc/init.d/networking restart for specific interface...