Server Management
htaccess: redirect a domain or multiple domains
Managing multiple domains pointing to the same webspace can be a challenge, especially when you want to designate one domain as the primary domain. In…
Enhancing PHP Error Handling: A Guide to Effective Troubleshooting
Dealing with PHP errors can be a frustrating experience for developers. The inability to obtain meaningful error codes often hinders the debugging process. Fortunately, we…
Getting Started with UFW (Uncomplicated Firewall) on Ubuntu
UFW or Uncomplicated Firewall is an application to manage an iptables based firewall on Ubuntu. UFW is the default firewall configuration tool for Ubuntu Linux and provides…
Generating an SSH Key
To generate an SSH key with PuTTYgen, follow the steps below. Don't have LastPass - click here to download/install Don't have Cyberduck - click here to download/install…
FTP Setup Using Filezilla
Among the various free FTP programs available to download on the internet for Mac OS X, Windows, or Linux. It can be downloaded free of…
Setup FTP Using Cyberduck
Cyberduck is an open-source application used for FTP and SFTP on Mac OS X. The first thing you need to do is download a copy…
How do I stop cron emails?
If you would like to stop the automatic emails in your cron through CPANEL, add the following after your command > /dev/null 2>&1
How To Change OpenSSH Port On CentOS 7
Some webmasters believe that changing SSH port number from the default 22 can enhance security. The notion is since SSH default port number is 22…
Moving /home on Ubuntu to a second drive
It's common to mount the entire Ubuntu system on one partition on one drive. It's very easy to set that up, simply format an ext4…