Commit 7561fa

2024-04-14 08:39:09 Arpan S.: -/-
malicious methods.md ..
@@ 73,6 73,25 @@
ln -s /snap/bin/certbot /usr/bin/certbot
```
+ ##### Method 2: Using apt
+ Prefering to use apt would always be the recommended way to install software even though it might be behind few versions/not always the latest release of the software. Even though certbot developers don't recommend this way of installation, It can be considered the "better way" to install the software.
+
+ 1. Update your package repositories & install `software-properties` package. Syntax:
+ ```
+ apt install software-properties-common && apt update && apt upgrade -y
+ ```
+ 2. Install certbot. Syntax:
+ ```
+ apt install certbot
+ ```
+ 4. Install `nginx` plugin. Syntax:
+ ```
+ apt install python-certbot-nginx
+ ```
+ 5. Install `apache` plugin. Syntax:
+ ```
+ apt install python-certbot-apache
+ ```
### Reset Password on Debian Based systems
Resetting the password on debian based systems is faily easy as long as there's access to the Grub Menu and _don't even require **hotkeys** to be working_. Here's how to reset the password on debian systems using grub menu.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9