Hiding Files In Linux with C Programming!

When it comes to hiding files in Linux, we all are familiar with the common method of adding a dot before a file name to hide it from commands like ls. However, it was very easy to view those hidden…
When it comes to hiding files in Linux, we all are familiar with the common method of adding a dot before a file name to hide it from commands like ls. However, it was very easy to view those hidden…
Arch Linux is probably the most flexible Linux distribution out there which gives you full control over all the aspects of your Operating System. This flexibility allows users to customize their distro to fit their needs as required. However, for…
In all Linux/Unix-like environments, we have the PATH environment variable which tells the shell where to look for executable binaries/scripts when commands are issued. This single characteristic makes it probably one of the most important Environment Variables in a Linux/Unix…
Environment variables in Linux can be defined as a set of variables which describe the the environment in which an application or program runs. These variables aren’t explicitly defined in a file or stored as such, but are defined when…
In this guide, we’ll go through the steps to create an encrypted persistent live Kali USB. Kali Linux is probably the most popular penetration testing Distro out there. However, due to it being a rolling release and unstable in nature,…
Linux can be quite intimidating at first and the best way to learn Linux is through some hands-on projects for Linux geeks! In this module, we would go over five such projects that will help you better understand the ins…