Category Tutorials

Install and Setup LetsEncrypt on Nginx on Debian

Installing LetsEncrypt With Nginx On Debian

In this tutorial we’ll install LetsEncrypt on Nginx web server on a Debian machine. What is LetsEncrypt? LetsEncrypt is a not-for-profit certificate authority providing digital certificates for secure connections enabling HTTPS for websites and services. Certificates can be automatically obtained,…

Creating Zip Bombs In Linux

Creating Zip Bombs In Linux

A zip bomb, also known as a decompression bomb or zip of death is a malicious archive file designed to crash or render useless the program or system reading it. It is one of the oldest “malicious files” going around…

How to use SSH keys to connect to GitHub?

Connecting To GitHub Using SSH

In this tutorial, we see how we connect to GitHub with SSH on your server, for transferring data securely over GitHub. SSH or Secure Shell Protocol provides a secure way of accessing to another client It encrypts the data transferred…