Introduction to the Basics of Linux

Linux is a powerful and widely used operating system known for its stability, security, and versatility. Whether you’re a beginner or a seasoned user, understanding the basics of Linux commands is essential for navigating the system efficiently. In this article, we will explore some fundamental commands and their usage in Linux. There are several Linux […]

LVM commands to create, extend & delete partition

What is the Meaning of LVM? LVM stands for logical volume manager aka logical volume management. In simple words, it’s a management solution to manage your disk smartly. With LVM partition you can any time create, extend, shrink, resize, or delete a volume without hampering your ongoing work. You can also add another SSD or […]

Build Your Own Torrent Downloader using Transmission Client

Recently, I wanted to download CentOS image, but owing to the large file I thought torrent download would be easier. But my service provider doesn’t allow torrent connection. So, what’s the solution? Luckily we have transmission torrent client which can be installed on any Linux server. Fun fact is that you need not necessarily buy […]

How to Connect to Remote Server using SSH from Windows/Linux

Connecting to a remote server using SSH from Windows or Linux machine is a sort of necessity nowadays for developers. In fact, a normal user who has to manage multiple machines also needs to access another machine remotely. Therefore, learning ways to connect to the remote server is not optional anymore. In this tutorial we […]

Install Docker and Docker-Compose on Ubuntu

If you are reading this article it means you might have heard a lot about docker. Or, just in case you haven’t heard about docker, let’s understand it from the very beginning. So, coming to the very first question that would pops up in any mind, what is docker? What does it do and why […]