Adding swap space First switch to root and enter your password: su Then check that there is no swap space: swapon -s If nothing is returned, there is no swap space in the system. Create the physical file for swap space: dd if=/dev/zero of=/swapfile bs=1024 count=512k This will create a 512MB file called “swapfile” in the root of […]
You are browsing archives for
Tag: centos
Installation of CSF on CentOS with Direc...
One of the first things to do when installing a new DirectAdmin server should be the installation of CSF (ConfigServer Security & Firewall). According to their own website this is: A Stateful Packet Inspection (SPI) firewall, Login/Intrusion Detection and Security application for Linux servers. You can use this software to configure the firewall on your […]