Understanding and working with git remotes
2023-01-04
Do you have same git repository over different platforms? Are you searching for the convenient way to manage them all at once within a single local repository?
2023-01-04
Do you have same git repository over different platforms? Are you searching for the convenient way to manage them all at once within a single local repository?
2022-12-27
So if you didn't know, I had dropped out of computer science in 4th semester and recently joined Bachelor of Arts in psychology and social work just before Christmas on 2022-Dec-21.
2022-12-22
Disk encryption in linux prevents a disk drive, like a hard drive or a portable USB storage device or laptop, from booting up unless the user inputs the correct authentication data. And here I'm going to talk about my preferred method of disk encryption while installing linux and see how it works?
2022-12-07
GnuPG, popularly known as GPG, is an extremely versatile tool, being widely used as the industry standard for encryption of things like emails, messages, files, or just anything you need to send to someone securely.
2022-12-07
If you have someone's public gpg key, you can use gnupg to safely encrypt a file and send it to them over an insecure connection (i.e. the internet). They can then use their private key to decrypt the file you sent.