Encrypt and Secure your Data Using VeraCrypt

VeraCrypt is a tool for establishing and maintaining an on-the-fly-encrypted volume/disk/data storage device. On-the-fly encryption means that data is automatically encrypted right before it is saved and decrypted right after it is loaded, without any user intervention. No data stored on an encrypted volume can be read/decrypted without using the correct password/keyfile(s) or correct encryption […]

Advanced Git and Git tips

Git is a popular version control tool used by developers all over the world. Created by Linus Torvalds in 2005, it plays a huge role in coordinating work between different developers on a project. While most developers are familiar with using Git, here I’ve compiled some of the tips and tricks with Git that has […]

Unix Philosophy

Before we get started with UNIX philosophy, let’s figure out what UNIX is. First things first. What is Unix? Unix is a family of multitasking, multi user computer operating systems. The current Unix is derived from the original AT&T Unix. The development for the original UNIX started in the 1970s at the Bell Labs research […]

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top