How to build your custom GCC on CentOS phptuts January 18, 2019 You can build any GCC version listed here. Example: you want to build GCC 6.5.0 Step 1: download source code Result: Step 2: unpack the… Continue Reading
Git error: fatal: HTTP request failed phptuts January 18, 2019 If you get error like: Fix: Done! Continue Reading
How to reset MySQL root password on Linux phptuts January 18, 2019 You forgot or you unknow your root MYSQL password! How to reset MariaDb root password on Linux? Step 1: stop mysqld Result: Step 2: Result:… Continue Reading
How to install iostat on CentOS phptuts January 18, 2019 Step 1: find package CentOS: how to find out which package contains a specific command Result: Step 2: install sysstat Result: Done! Continue Reading
CentOS: how to find out which package contains a specific command phptuts January 16, 2019 On CentOS: how to find out which package contains a specific command? You want to find out which package contains a specific command like convert,… Continue Reading
How to install dig and host on CentOS 7 phptuts January 16, 2019 On CentOS 7 default, you can’t use dig or host command: How to install dig on CentOS 7? The DIG tool and the HOST tool… Continue Reading
How to install netcat on Windows phptuts January 16, 2019 Simple, you can install netcat with cygwin Read more: How to add packages after install Cygwin Result: Done!, now you can use netcat Recent search… Continue Reading
How to create a sFTP User Account on CentOS 7 phptuts January 13, 2019 First login ssh with root account then you follow these steps: Step 1: Create a sFTP group Step 2: Create a sFTP user Result: Note:… Continue Reading
Example Monitoring HAProxy phptuts January 13, 2019 Example 1: Explain: listen stats *:1936 – Use the listen directive, name it stats and have it listen on port 1936. stats enable – Enable… Continue Reading
Example Load Balancing with HAProxy on CentOS phptuts January 12, 2019 Example we have 3 server, we install HAProxy on a server (51.15.94.246), and nginx on two other servers (212.47.238.225 and 51.15.132.220 running Nginx on port… Continue Reading