executable sticky bit permission.jpg - What is a sticky Bit and how to set it in Linux

What is a sticky Bit and how to set it in Linux

In this tutorial we will see about Sticky Bit, so what is a sticky Bit and how to set it in Linux? The sticky bit is set on directories to forbid all the users in the system to rename or delete the directory or the files/directories inside the...

centoshero - Initial Server Setup with CentOS 7

Initial Server Setup with CentOS 7

When you first create a new server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent...

linux health check script - Shell Script to Check Linux System Health

Shell Script to Check Linux System Health

This script collects system information and status like hostname, kernel version, uptime, cpu / memory / disk usage. Script uses hostname, uptime, who, mpstat, lscpu, ps, top, df, free, bc commands to get system information and cut, grep, awk and...

gping - Gping - A Visual Ping

Gping – A Visual Ping

Ping is one of the most used functions. It is the function that allows to check in a more or less effective way if there is connectivity with a device or Internet access, and detect problems. In this article, we will talk about a tool named Gping...

msg - Send a message to users RDP’d to server

Send a message to users RDP’d to server

There are already 2 users logged on a server via remote desktop protocol (RDP) and We want to ask them nicely to logout so that We can join. We will be using a buil-in utility in Windows called MSG. It is a utility to send a message to a user...

image 9 - Format a USB drive from the Command Line

Format a USB drive from the Command Line

Although we have applications to format USB drives like “gparted” in Linux, knowing the process in the command line is useful when working remotely or working on computers with few resources. The steps as well as the process is...