Linux: How to expand an ext4 filesystem online
In the older times to expand a file system you would need to unmount the filesystem and apply some commands typically using the parted……
# Linux, Devops, Scripting, Cats and various things come to my mind
In the older times to expand a file system you would need to unmount the filesystem and apply some commands typically using the parted……
Recently i had a task to convert a csv file with timestamps in one column from a format to another! i didn't want to use Python for this……
One very common task is to delete files and directories that are older than a number of days, this is what usually we do with backups and……
Do you use sendgrid to send emails? if yes this article will help you to use curl to send emails through shell, lets see how!…
parallel-ssh is an asynchronous parallel SSH library designed for large scale automation.…
To kill a Linux process you need to know either its PID or the process name, but there is also another way not so well known but still very……
We all love one-liners but soon one-liner like this will destroy the coolness of using oneliners…
Knowing how to parse text files in Linux is essential in order to troubleshoot and analyze log files, in this example i will show you……
If you work with Linux most likely you had to troubleshoot why and application is not starting, one reason would be that the port must bind……
PATH is an environmental variable in Linux and other Unix-like operating systems that tells the shell which directories to search for……