Tag Archives: Linux

Installing cPanel on Linode Server CentOS 7

Need to setup Linode CentOS 7 for cPanel How to setup Linode Server running CentOS 7 for cPanel installation.. Linode & cPanel documentation provided excellent documentation, however there was some confusion for me, so I documented my process. I’ve built several Lindoe’s, all using CentOS 6 or CentOS 7 for cPanel installations. I’ve fine tuned my process… Read More »

Installing pdo & pdo_mysql Using cPanel

If your using cPanel to run your server, then it’s very simple to enable PDO & PDO_MYSQL within the WHM. Access your WHM and navigate to your EasyApache. Home >> Software >> EasyApache (Apache Update). First, begin by selecting a profile to load. Previously Saved Config (**DEFAULT**) ! This option loads the last saved configuration.… Read More »

My Unix Commands for CentOS & RedHat

The listed Linux commands are most common with my web development. Other commands get into greater detail in bellow Resource section. # cat /etc/redhat-release To find out the CentOS distro version. # cat /etc/issue To find out the Ubuntu distro version. # cd change directory # du -sch * Breakdown of disk usage. (-a, -d,… Read More »