How to Add User to Sudoers / Give sudo Privileges in Linux
sudo is a very useful linux utility that can grant root privileges to the non-root users for a limited period of time (before asking for your password again). Not all … Read More
All Things FOSS & Linux
sudo is a very useful linux utility that can grant root privileges to the non-root users for a limited period of time (before asking for your password again). Not all … Read More
Suppose you have a work laptop that you travel with and it holds important data. With no encryption, a third party, with access to your laptop can easily obtain your … Read More
Partitioning a drive is very useful for organizing your data and workflow. Chances are that you also have multiple partitions/drives on your system. Now suppose you have a drive with … Read More
Firewall is a security system meant to protect your network and connected devices from unauthorized incoming/outgoing network access. A basic firewall setup can get a long way; It can help … Read More
Security-Enhanced Linux or SELinux in short is a security mechanism built into Linux kernel. All recent versions of CentOS like CentOS 8, SELinux comes enabled by default. While it is … Read More
Encryption is a great technology. It adds a extra layer of security to your system and can save your precious data from unauthorized access. Here in this short post/tutorial we … Read More
Here is a simple tutorial on how you can split/merge PDF files in Linux. If you don’t want to use CLI (Command Line Interface), I have also included a simple … Read More
Teamspeak was one of the first VoIP programs to hit the computer space. Even to this day, it still remains one of the top voice chat apps available. It is … Read More
Zip is a type of archival format that is used to compress files and folders. It is widely used because of its good compression rates and support on multiple operating … Read More
In this tutorial, I will show you how you can install, set up, and configure your very own mumble server in CentOS Linux within minutes. I have covered this topic … Read More