Cyber Security
Lesson 5: Establishing a Layer of Security on your VPS
2023/03/30
Here are the layers of security we will be adding: […] Disabling Root Login and Password Authentification through /etc/ssh/sshd_config […] Setting up UFW Firewall […] Assigning …
Lesson 4: Managing your VPS Users
2023/03/30
Here are some best security practices for managing users on Linux: […] Use strong passwords: Ensure that each user account has a strong password that meets complexity requirements. Passwords …
Lesson 3: Backing Up your VPS
2023/03/30
To begin install the duplicity package run the following command: sudo apt-get update sudo apt-get install duplicity Step 2. Creating Our Backup Folder Location To do a full backup let’s create …
Lesson 2: Updating your VPS
2023/03/30
Keeping your VPS services and packages up to date helps prevent vulnerabilities that can be exploited by hackers when using older versions of these code bases. You should always install the latest …
Lesson 1: SSH the Secure Shell Protocol
2023/03/30
The SSH protocol is used by computers to establish secure secure connections between 2 different points, in this case, your computer and a server. To do this you need to first create something called …
What is Linux Security?
2023/03/30
This article details some topics we will cover for implementing best practices for Linux security. […] The idea is to cover as many best practices security standards so you feel comfortable …
Module 2: Data Encryption
2023/03/26
This article describes Data Encryption for computers. […] Data Encryption is a computer process that secures your data using secret code that prevents fraud and malicious attacks. It requires …
Module 1: Firewalls
2023/03/26
This article describes computer Firewalls. […] The Firewall is a computer network system that is designed to block unauthorized access while permitting outward communication. By utilizing a …
What is the Cyber Security Training Course?
2023/03/25
This article details the Cyber Security Training Course on Udemy. […] This is an average guide for Apple and Windows users on how to maximize your device & browser security settings. In …