hostripples

Block IP Range using CSF

To block a particular IP range csf  -d 45.0.0.0/8 csf -d 45.213.0.0/16 csf -d 45.213.100.0/24 Then, restart csf. csf -r…

11 years ago

How to use scp command?

To copy files from another server to local server. SCP is the secure command for it. Please use it using…

11 years ago

How to empty /tmp

If you want to delete all files and dirs from /tmp use following command. cd /tmp chattr +i lost+found; deltree…

11 years ago