evidenttutorials.com
Home CodeIgniter Django Go HTML JavaScript jQuery PHP Python Server SQL
Page 1 of 1.
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... 
Page 1 of 1.

Latest Posts

You can find latest posts below:

Capitalize first character of each word in a string in JavaScript Capitalize first character of each word in a string in Go Capitalize first character of each word in a string in Python Capitalize first character of a string in JavaScript Capitalize first character of a string in Go
About Us Privacy Policy Disclaimer