
Thu Dec 10 2020
How to Start, Stop, or Restart Nginx
Starting, stopping, and restarting/reloading are the most common tasks when working with an Nginx webserver.
Read more

Thu Dec 10 2020
Whoami Command in Linux
The whoami command prints the user name of the effective user ID. In other words, it displays the name of the currently logged-in user.

Thu Dec 10 2020
Stat Command in Linux
stat is a command-line utility that displays detailed information about given files or file systems.

Thu Dec 10 2020
Su Command in Linux (Switch User)
The su (short for substitute or switch user) command allows you to run commands with another user's privileges, by default the root user.
Thu Dec 10 2020
How to Split a String in Python

Thu Dec 10 2020
Sudo Command in Linux

Thu Dec 10 2020
Wget Command in Linux with Examples

Wed Dec 09 2020
Chattr Command in Linux (File Attributes)

Sat Dec 05 2020
How to Install PHP 8 on Ubuntu 20.04

Mon Nov 30 2020
Basename Command in Linux
