Author Archives: systemadmin

How to create software raid 0/1 from OS install.
How To Create Software Raid 0/1 From OS Install. RAID 0 (or) Striping RAID 0 is ideal for non-critical storage of data that have to be read/written at a high...
Continue reading
How to use and ad variables on Bash Scrip.
How To Use And Ad Variables On Bash Scrip. Bash scripting is a powerful tool for automating tasks in the Linux environment. One of the fundamental concepts in Bash scripting...
Continue reading
How to create a script in bash.
How To Create A Script In Bash. Bash is a popular scripting language used in Unix-based operating systems. It is known for its simplicity and powerful features. In this article,...
Continue reading
How to install Python 3 in CentOS 7.
How To Install Python 3 In CentOS 7. This tutorial will guide you through installing Python 3 on a CentOS 7 system using the Software Collections (SCL) alongside the distribution...
Continue reading
How to Install Python Pip.
How To Install Python Pip This guide explains how to install pip for Python 3 and Python 2 on Ubuntu 22.04. We will also show you the basics of installing...
Continue reading
How to install python on ubuntu 22.
How To Install Python On Ubuntu 22. This article will explain how to build Python from the source code on Ubuntu 22.04. Python 3 comes preinstalled by default on Ubuntu...
Continue reading
How to use Linux find command.
How To Use Linux Find Command. In this article we will show you how to use find command. The find command is one of the most powerful tools in the...
Continue reading
How To Use And Understand Linux Screen.
How To Use Linux Screen. Screen or GNU Screen is a terminal multiplexer. In other words, it means that you can start a screen session and then open any number...
Continue reading
How to use and understand wget command.
How To Use Wget Command. This article shows how to use the wget command through practical examples and detailed explanations of the most common options. How to install wget: Installing...
Continue reading
How to use and understand rsync command.
How To Use And Understand Rsync Command. This article explains how to use rsync through practical examples and detailed explanations of the most common rsync options. How to install Rsync....
Continue reading