If you want to uninstall CSF firewall then follow the below steps :
Category Archives: OS
Installing Windows XP With F6 AHCI/RAID Drivers From DVD Without Floppy Drive
1. Formulation of the problem You need to install Windows XP or Windows 2003 Server onto PC or server without floppy drive. SATA controller is in AHCI/RAID mode, so you need to use F6 floppy disk supplied by hardware vendor. Server has USB ports and DVD drive.
FlashBoot
FlashBoot is a tool to make USB storage devices bootable. FlashBoot supports USB thumbdrives and USB HDDs. FlashBoot partitions, formats USB storage device and then automatically installs operating system files to it. Supported operating systems: Windows 7/Vista, Windows XP, SysLinux-based disks, GRUB4DOS disks, Linux kernel etc.
Change the default SSH port
The Secure Shell (SSH) Protocol by default uses port 22. Accepting this value does not make your system insecure, nor will changing the port provide a significant variance in security. However, changing the default SSH port will stop many automated attacks and a bit harder to guess which port SSH is accessible from. In other …
How do I verify that my server is not acting as an open relay?
Everyone can send mail from the server without authorization. I think that relaying is opened on my server. How can I stop it?
Create daemons in PHP
Everyone knows PHP can be used to create websites. But it can also be used to create desktop applications and commandline tools. And now with a class called System_Daemon, you can even create daemons using nothing but PHP. And did I mention it was easy?