How to install make in Cygwin phptuts August 20, 2016 Read more: How to install cygwin How to add packages after install Cygwin Installation: Result: Continue Reading
How to use FTP with VPSSIM phptuts July 20, 2016 Step 1: Use command: vpssim then use menu 9 Step 2: setup FTP server, use menu 5 Now, we can create a new FTP account… Continue Reading
How to add a website with VPSSIM phptuts July 20, 2016 Step 1: use command: vpssim then use menu 1 Step 2: Type 1 to begin add a new website. Type domain like: tutorialspots.com then type… Continue Reading
How to install LEMP stack on Centos 7 phptuts July 20, 2016 There are many methods to install LEMP stack (Linux, Nginx, MariaDB & PHP-FPM) on Centos 7. Here we present to you method by using VPSSIM… Continue Reading
How to install SSH2 extension of PHP on Centos phptuts May 10, 2016 Step 1: Install EPEL repo How to Install EPEL repo on CentOS Step 2: install dependencies If you receive the error: Because you have php5.4… Continue Reading
How to use SSL certificate free of Let’s Encrypt on Linux – part 2 phptuts May 7, 2016 Some errors may be occur during the installation of Let’s Encrypt on Linux Error 1: How to fix it? Step 1: Result: We see the… Continue Reading
How to use SSL certificate free of Let’s Encrypt on Linux phptuts May 7, 2016 Let’s Encrypt Step 1: Install Git Check the git command, if command not found, you must install git first: Read: How to install Git on… Continue Reading
How to install package python-pip on Centos phptuts May 7, 2016 With CentOS/RHEL 6,7: Step 1: Install EPEL repo Read: How to Install EPEL repo on CentOS Step 2: Install python-pip With CentOS/RHEL 5: You must… Continue Reading
How to install python virtualenv on Linux phptuts May 6, 2016 Step 1: Install pip Read: How to install python pip on Linux Step 2: install virtualenv Result: Continue Reading
How to install python pip on Linux phptuts May 6, 2016 pip is already installed if you’re using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org. And, pip will already be installed if you’re… Continue Reading