Understanding DNS
2023-03-05
Trying to understand the concept of Domain Name System; dns clustering, anycast DNS and how they work?
2023-03-05
Trying to understand the concept of Domain Name System; dns clustering, anycast DNS and how they work?
2023-01-27
This was my first interview, and it was a hell of an amazing experience.
2023-01-24
Learn some html, css tips and tricks to optimize your static website for speed and performance that anyone rarely tells you.
2023-01-19
Connections allow us to be more open, present, and flexible in our interactions with others, without any pressure, expectation and compromization, which leads to greater fulfillment and satisfaction.
2023-01-10
The internet, through the collection and storage of personal data by companies and governments, can be used as a tool for surveillance.
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.