Linux

How to Install shadowsocks on Ubuntu

By |2022-05-28T14:18:36+00:00May 28th, 2022|Linux|

Introduction Shadowsocks is a fast tunnel proxy that helps you bypass firewalls and block certain websites and web protocols. It is also a lightweight, fast and Flexible Encrypted Socks5 proxy. In that SOCKS5 is an internet protocol of SOCKS that helps to route packets through a proxy between a client and a server. Additionally

How to Install visual studio code on ubuntu 20.04 with PHP docker Image

By |2021-12-16T09:42:29+00:00September 11th, 2021|Docker, Linux|

Introduction Visual Studio Code is one of the popular source code editor which can run on desktops Installed with Windows, macOS and Linux. It can be used for building websites, web applications, software and cloud applications. It is developed by the Microsoft team. It has builtin support for languages like Java, C++, PHP, Go

How to Install Google BBR

By |2021-12-16T10:01:02+00:00July 25th, 2020|Linux|

What is bbr? BBR means Congestion-Based Congestion Control. Its a TCP congestion control mechanism, interpreting packet loss as "congestion". There are different TCP congestion control mechanism available and Google BBR is one of them. RENO and CUBIC are few other TCP congestion control mechanism available. The TCP congestion control mechanism like RENO and CUBIC

AWS CloudWatch Monitor EC2 Instance

By |2021-12-16T10:09:17+00:00June 19th, 2020|AWS, CloudWatch, EC2, Linux|

Amazon Cloudwatch is a cloud monitoring service provided by AWS.  We can use AWS Cloudwatch to centrally monitor most of the AWS services and products available. The thing we monitor in a AWS service or product is called Cloudwatch metric.  In this blog post we discuss how we can effectively monitor an EC2 instance

WordPress Serverless

By |2021-12-16T10:11:50+00:00June 14th, 2020|Apache, AWS, AWS RDS, Linux, WordPress|

In this blog post we are discussing about how we can start the stage of converting a WordPress website into serverless using AWS cloud.  In cloud platform serverless means basically we are not managing the underline servers that host our services needed. We breakdown different services needed for wordpress hosting, like Apache, MySQL, PHP

Install Nagios on centos 7/Centos 8

By |2021-12-16T10:17:56+00:00February 18th, 2018|Linux, Windows|

Nagios is a piece of monitoring software tool Designed with scalability and flexibility in mind and its a very popular monitoring tool available in the industry. Using Nagios monitoring tool, we get instant awareness of our organisation's mission-critical IT infrastructure.  The Nagios monitoring can do Monitoring, Alerting, Response , Reporting, Maintenance and Planning for

How to Install and Configure Virtualmin,Webmin on Centos7

By |2021-12-16T10:39:56+00:00January 27th, 2018|Linux, Virtualmin, Webmin|

Virtualmin is a web hosting control panel for Linux based Operating system like cPanel or Plesk. Virtualmin software Available in Open Source community-supported edition, and a more feature-filled Professional web Licence version. Virtualmin GPL This is the absolutely free version, licensed under the GPL. It is under active development, but does not contain all

Convert to Raid1 Setup on Existing Centos System

By |2021-12-16T10:44:01+00:00December 18th, 2017|Linux|

The RAID is a technology that combines multiple hard drives into a single logical hard drive. There are different types of RAID levels available, in that RAID1 uses two hard drives and keep identical copies of data. Its also called by the name Raid Mirroring. So using RAID1, if one hard disk fails, the

Configure Apache php-fpm with SSL virtual Host on Centos7

By |2021-12-16T10:46:42+00:00November 10th, 2017|Apache, Linux|

Introduction Apache is a most widely used web server in Linux platforms and is one of the best stacks to host PHP applications. With the release of Apache httpd 2.4, there is a Apache proxy module (mod_proxy_fcgi.) introduced and integrated by default with Apache. Also From release 5.3.3 onward, PHP now includes the fastCGI

How to Upgrade PostgreSQL including Postgis on cPanel.

By |2021-12-16T10:48:52+00:00June 16th, 2017|cPanel, Linux, PostgreSQL|

PostgreSQL is a open source object-relational database system. In addition to that, PostgreSQL is highly extensible like we can define our own data types, build out custom functions etc. By integrating PostGIS with PostgreSQL we will get geographical capabilities to a database created in PostgreSQL and it can used for local based services or

Go to Top