Linux Tutorials

Host multiple websites on docker containers

Host Multiple Websites on Docker Containers Members Public

Docker is an extremely useful platform that enables developers to easily develop and deploy applications. In this article, we’ll look at how to use Docker containers to host multiple websites on a single server. One of the most significant benefits of using Docker containers is that they are lightweight,

sohail
sohail
Docker
How to install Node.js in Ubuntu

Install Node.js In Ubuntu and Debian Members Public

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It allows developers to run JavaScript on the server-side, enabling them to create fast and scalable applications. In this article, we will cover how to install Node.js in Ubuntu, one of the most popular Linux distributions.

sohail
sohail
Linux Tutorials
Increase Disk Storage Size In VirtualBox or vmware

How To Increase Disk Space On VirtualBox Or VMware Members Public

VirtualBox makes it simple to create virtual machines. When you create a virtual machine in VirtualBox or VMware, you must specify disk space that will be used to install the operating system. I frequently allot a disc size that I later need to increase. In this article, we’ll learn

sohail
sohail
Linux Tutorials
snap error package not found

[Fixed] error: snap "package" not found Members Public

Snap has grown in popularity among Linux users. Instead of using system packages, snap containerizes their dependencies. Each snap app is unaffected by whether or not a certain package is present on the system. Snap applications are simple to design and distribute for a variety of Linux distributions. Because snap

sohail
sohail
error
Host Counter Strike Global Offensive Server

How To Host Counter-Strike: Global Offensive Server on Ubuntu Members Public

Counter-Strike: Global Offensive, popularly known as CS: GO, is one of the most popular games. Released in 1999, the game involves two teams where the Terrorist team tries to plant explosives whereas the Counter-Terrorists team tries to prevent it. After nearly 21 years of its launch, the game still has

sohail
sohail
Games
Install discord on Linux

Install Discord On Linux Members Public

When you divide gaming into two eras, you get gaming before the advent of Discord and after the advent of Discord. It has changed how gamers used to communicate during a game. It’s not that there was no messaging app earlier, but Discord made it straightforward to create communities

sohail
sohail
Linux Tutorials
Things to remember before server upgrade

Things To Remember Before Upgrading Production Server Members Public

Server security is the topmost priority for every system administrator. Besides having third-party security tools like Firewall, DDoS protection, etc., it is essential to keep every piece of code up-to-date on your production server. When your application is in production, upgrading it is riskier. If Linux powers your server, Linux

sohail
sohail
Linux Tutorials
Git Remote Add With Another SSH Port

Git Remote Add With Another SSH Port (Not 22) Members Public

In this brief article, you will learn to add a git remote with another SSH Port. By default, the SSH server listens on port 22. If the SSH server runs on any other port, the command to add remote will fail with error ssh: connect to host 192.158.xx.

sohail
sohail
Linux Tutorials