Blog

Caesar Cipher

The Caesar cipher is a classic example of ancient cryptography and is said to have been used by Julius Caesar. The Caesar cipher is based on transposition and involves shifting each letter of the plaintext message by a certain number of letters, historically three, as shown in Figure 5.1. The ciphertext can be decrypted by applying the same number of shifts in …

Caesar Cipher Read More »

How to install Outline Server On Ubuntu 20.04

Steps to install Outline VPN on Ubuntu The following steps include installing docker and setting up Outline VPN followed by updating and upgrading dependency packages. 1. First Update and upgrade the packages sudo — sh -c ‘apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y’ 2. Install Docker sudo curl …

How to install Outline Server On Ubuntu 20.04 Read More »

Nmap Cheat Sheet

Target Specification SWITCH EXAMPLE DESCRIPTION nmap 192.168.1.1 Scan a single IP nmap 192.168.1.1 192.168.2.1 Scan specific IPs nmap 192.168.1.1-254 Scan a range nmap scanme.nmap.org Scan a domain nmap 192.168.1.0/24 Scan using CIDR notation -iL nmap -iL targets.txt Scan targets from a file -iR nmap -iR 100 Scan 100 random hosts –exclude nmap –exclude 192.168.1.1 Exclude …

Nmap Cheat Sheet Read More »

Attendance in Moodle

Tracking attendance in Moodle is a great student success tool because it allows students to monitor their own attendance. Set up Attendance From the Gear icon at the upper right of your course page, choose Turn editing on or Press the Turn editing on button. Go to the section on your course page where you …

Attendance in Moodle Read More »

Scroll to Top