centos

CentOS :: Disable Network Manager

:: How to Disable Network Manager in CentOS 6.3 + Stop NetworkManager /etc/init.d/NetworkManager stop + Turn off on init.d chkconfig NetworkManager...
sysadmin.id
8 sec read

Postfix :: Blocking extension file

:: How to blocking extension file in Postfix + add mime_header_checks vi /etc/postfix/main.cf # add line like this: mime_header_checks = regexp:/etc/postfix/mime_blocking...
sysadmin.id
10 sec read

CentOS :: /etc/bashrc read-only

:: How to fix /etc/bashrc read only issue on CentOS + error permission denied # echo "alias ftp='/usr/bin/ftp'" >> /etc/bashrc -bash:...
sysadmin.id
19 sec read

Linux CentOS:: Install ffmpeg

:: How to install ffmpeg in Linux CentOS + add DAG repository vi /etc/yum.repos.d/dag.repo # add these line: name=DAG RPM...
sysadmin.id
10 sec read

cPanel :: PHP Startup: Suhosin Extension does not officially support PHP 5.2

:: error PHP Warning: PHP Startup: Suhosin Extension does not officially support PHP 5.2 and below anymore, because it is discontinued....
sysadmin.id
35 sec read

CentOS :: Open port 80 on iptables

:: How to open http port on iptables + edit iptables rules vi /etc/sysconfig/iptables + add this line -A INPUT -m...
sysadmin.id
9 sec read

PHP :: Fatal error: Class 'DomDocument' not found

:: PHP error Fatal error: Class 'DomDocument' not found   :: How to fix + install php-xml yum install php-xml +...
sysadmin.id
6 sec read