by Linux Killer on January 29, 2013
There are a lot of people do not know what these variables and how they can be used , this Variables exist in php.ini file , the php.ini file isĀ containsĀ settings PHP on server , and for each variable in the php.ini file have a special role and can be disabled and activated with ON and […]
by lifeLinux on January 31, 2012
I run CentOS on my server, and I often find that my server is being attacked by other computers. Brute force SSH attacks, port scanning, viruses scanning for the ability to spread, things like that. In this article, I’ll show you how to block an IP address on Linux server using IPTables.
by lifeLinux on August 24, 2011
shutdown command brings the system down in a secure way. All logged-in users are notified that the system is going down, and login is blocked. It is possible to shut the system down immediately or after a specified delay. All processes are first notified that the system is going down by the signal SIGTERM. This […]
by lifeLinux on August 23, 2011
To disable the reboot action taken by pressing the Ctrl+Alt+Delete key combination, comment out the following line in the file /etc/init/control-alt-delete.conf.
by lifeLinux on August 23, 2011
To disable CTRL+ALT+DEL key is configured to use /etc/inittab file. Login as root and edit /etc/inittab file and remove ctrlaltdel entry. Type the following command # vi /etc/inittab
by lifeLinux on May 18, 2011
Save Iptables rules Rules created with the iptables command are stored in memory. If the system is restarted before saving the iptables rule set, all rules are lost. To save netfilter rules, type the following command as root: # /etc/init.d/iptables save