Category: Linux
Linux GNU Screen
Danyal March 13, 2022
Have you ever faced a situation where you perform a long-running task on a remote…
Local Privilege Escalation Vulnerability in all major Linux distributions
Danyal January 26, 2022
Last night, security firm Qualys released information about a critical vulnerability in all major Linux distributions. The…
Grant write permissions to multiple users on a folder in Ubuntu
Danyal June 4, 2020
Create a new group like “DevOps” and add the desire users to the group.
Linux: Compress or uncompress files
Danyal August 25, 2019
How do I compress a linux or unix folder? It’s quite simple to compress whole…
Posted in Linux Tagged commands, compression, gzip, tar
Create multiple directories with mkdir
Danyal August 22, 2018
Just a single line of code to create multple folders with mkdir command. mkdir -p…
WordPress file permissions on VPS
Danyal April 5, 2018
If you are runing wordpress on any VPS like DigitalOcean. Having site folder with incorrect…
Posted in CMS, Linux Tagged DigitalOcean, Update, Wordpress
Solved: ‘/bin/rm: Argument list too long’ error
Danyal March 12, 2018
I faced this issue while I was removing huge list of files from a folder…
Posted in Linux Tagged commands, delete all files from filder, remove files
Linux Navigation and File Management Commands
Danyal March 1, 2018
This guide covers the basic understanding of exploration and navigation of linux system. Find your current…