Programming in linux is a vast topic - I have to say that Linux platform is made of different parts; some that control hardware and make it work, some for compatibility of the applications and hardware between each other, some for user interface etc… But that is exactly what Windows and Mac OSX do… Why should we switch to Linux? Well, because Linux has it’s own and unique way … [Read more...] about How to start programming in Linux
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to install VestaCP on CentOS
VestacP is an open source web hosting control panel which works on RedHat and Ubuntu systems. It’s perfect for inexperienced users because it has a very clean looking interface, it installs very easily and it changes and adjusts the configuration of your hosted sites very easily also. Here's a simple step-by-step guide on how to install VestaCP on CentOS. Prerequisites Before … [Read more...] about How to install VestaCP on CentOS
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
MySQL vs MariaDB
MySQL vs MariaDB: MariaDB is a drop-in replacement for MySQL. That means that all data and table definition files are all compatible with MariaDB. All filenames, binaries, paths, ports, sockets – should remain the same, all MySQL connectors are compatible with MariaDB (PHP, Perl, Python, Java…) … [Read more...] about MySQL vs MariaDB
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to add PHP7 support in cPanel via command line
PHP7 support is the dream of every developer and admins. Earlier for php7, we needed to use either cloudlinux or 1H tools. The newer version of cPanel comes with a new version of easyapache. It comes with a lot of features and the main one is the use of RPMs. By using RPMs, cPanel have made updating and installing a PHP module or apache module fast. Another advantage of … [Read more...] about How to add PHP7 support in cPanel via command line
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to install cPanel in CentOS
Its very easy to install cPanel on a CentOS box, and cPanel is the most widely used control panel to manage websites using a graphical interface. Its not free, a VPS license is about 15 USD per month and a dedicated server license is about 30 USD. It supports installation on CentOS, RHEL and CloudLinux OS. Now, let’s get onto the main part – installing cPanel on your … [Read more...] about How to install cPanel in CentOS