public Quick Tip • 2 min read How to Set Timeout in cURL Downloading with curl taking too long? Set a timeout with curl command, so you don't have to wait long.…
public Quick Tip • 2 min read How to Rename a Directory in Linux Command Line Renaming a directory is the same as renaming the files. You use the mv command.…
public Quick Tip • 2 min read How to Find Process Name from its PID If you know the PID of a process, here's how to get the process name in Linux command line.…
public Quick Tip • 4 min read Changing the Color of the echo Command's Output Using colors with the echo command could make your shell scripts more user friendly and attractive.…
public Quick Tip • 2 min read How to Use echo Command Without Newline Every time you use echo, it adds a newline character at the end. Here's what you can do if you want to use echo without newline.…
public Quick Tip • 5 min read How to Delete Files with Specific Extension in Linux Command Line Here are a few methods to remove files based on their extension in the Linux command line. Also learn a few tips to be careful in the process.…
public Quick Tip • 2 min read How to echo a New Line in Bash Shell Scripts Learn various ways of displaying a new line in the output of echo command in Linux.…
public Quick Tip • 3 min read Deleting Specific Lines from a File in Linux Command Line Here are a few usecases of deleting specific lines from a text file using the sed command.…
public Quick Tip • 2 min read How to Sort Top Command Based on Memory Usage Top command shows the most CPU consuming processes first. Learn how to sort top on memory usage instead.…
public Docker • 1 min read How to Install Vim in a Docker Container You are likely to not find Vim editor installed in your Docker container. Here's how to get it.…
public Docker • 4 min read Setting Hostname in Docker Compose In this quick Docker tip, you'll learn how to set a hostname for your container via Docker Compose.…
public Quick Tip • 2 min read How to Log Out a User Off SSH in Linux A few quick tips about logging out yourself or some other user from SSH session.…