August 17, 2024 grep command in linux The grep command stands for "global regular expression print", is a powerful tool in linux operating systems used for searching and manipulating text patterns in files. Read more...
August 17, 2024 Run a linux command in background with nohup Send the process into the background and you don't have to worry about the text output cluttering your terminal by using nohup command Read more...
August 17, 2024 top command to display system performance top command in linux displays system statistics along with running processes and their consumption in real time. The processes are listed in order of resource utilization with maximum consuming processes in the beginning followed by decreasing consumption. Read more...
August 17, 2024 Basic Linux Commands Below are some basic Linux commands which very important to use Linux operating system. It makes our life easier. ls, cd, pwd, mkdir, rmdir, rm, cp & md Read more...
August 17, 2024 Nginx Domain Mapping And Configuration 1. Create a domain mapping file, in folder /etc/nginx/, default file is for primary/main domain. We can create config file with domain name. Config file sample mentioned below: Configuration file (name: default) without ssl certificate Read more...