Some quick APT commands
Advanced Packaging Tool (APT) is used by Debian system to manage package installations. Following are some quick commands: Some common commands that can be used with APT: Installing packages Removing…
Simply Explaining Technology
Advanced Packaging Tool (APT) is used by Debian system to manage package installations. Following are some quick commands: Some common commands that can be used with APT: Installing packages Removing…
DOS commands don’t pack a punch leaving you wishing you could use Linux commands in Windows. Wish granted. You can run Linux commands on Windows. The answer is git bash.…
Your host file enables your system to override the DNS setting for a domain. This change only affects your system. The syntax of a host file entry is as follows…
Recently, I found a really elegant solution to display a file tree using the ls command. I like is so much that I feel the need to share it. The…
Batch renaming files in Linux requires writing or using a shell script. If you don’t have the time to write or find a shell script to batch rename your files,…
To count files in a directory To count all files in the directory and its subdirectories
Linux processes generally take input from standard input (keyboard), write output to standard out (screen) and may write to standard error if there are any error message which need to…
Go to (http://aws.amazon.com) Sign in Click on EC2 Click on Running Instances Select you pem key. It should match the key pair name. Make sure that the pem key has…
The easiest way find the process of an application running on the server is to type the following command: This command would output a list of processes. I can see…
Positional parameters are used to pass arguments to a command line application. This post shows you how to used positional parameter in bash. On your terminal, type the following command:…