In this tutorial we will learn, how to install and setup multisite drupal on CentOS 6.5 . In multisite , we will do single drupal installation and create multiple website on it. It helps us to manage multiple website. In multisite, each upgrade need to be done once. Whereas each site has its own database […]
Linux
Awesome windows run command shortcuts
In this post I am sharing about awesome windows run command shortcuts. Using shortcuts save your time, rather then doing clicking clicking clicking kind of work. After a gap of nearly 5-6 years, today I login in Windows 8 system. I tried my hands on forgotten run commands shortcuts, which I used to apply on […]
awk command to print columns from file
In this tutorial we will learn, how to use awk command to print columns from file. This tip is often used by Unix/Linux System Administrator. AWK Command Awk is one of the awesome tool for processing the rows and columns.It also has feature to search keywords/strings . Awk command is widely used by Unix/Linux users […]
How to list users above or below particular user id
In rare cases, you will find sometimes we need to list users above or below particular user id. Such requirement mostly come when you are playing around users related troubleshooting. For an example, we want to list the users which are above userid 500 in Linux System. The user related information like username and user […]
awk command to search keyword or strings in file
In this tutorial we will learn, awk command to search keyword or strings in file . We will search single as well as multiple keyword with awk Command. This is a commonly used tips by most of the System Admin. Whereas the same result you can also find by using grep command. Introduction of AWK […]
How To Install pip3 / pip2 In Linux
In this tutorial, we will learn how to install pip3 / pip2 on Rocky/ RHEL/Ubuntu/Debian/CentOS Linux Operating System. After installation method, you will get some pip command examples. It will help you to kickstart on pip command. In this post we have covered both pip3 and pip2 installation method. We have been maintaining this post […]
Recent Comments