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…
Let’s get out of the boring stuff and look at some of the fun Linux commands today. Linux terminals can be very scary at times and most people picture Linux terminals as a green-font-on-black screen which is all about work!…
In this article, we’re talking about the top Linux distributions for hackers. When it comes to hacking, Linux distributions reign supreme above all other Operating Systems. However, it can be quite daunting to select a particular hacking distro among the…
Linux has an arsenal out of commands of which some are used on a regular basis by most users. In this module, we are going to list five commands which are a great replacement for your daily commands and are…
Steganography is the art of hiding one file into another to stealthily pass on information without arousing any suspicion. In this module, we are going to learn how we can hide our data in a media file on Linux. Introduction…