Skip to content

Benrosan/Linux_Upskill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Linux Upskill Project

1. Spun up a new VM hosting Ubuntu server 22.04. Installation was straightforward. Updated/Upgraded all packages and installed Apache2.

2024-03-27 17_03_42-pve01 - Proxmox Virtual Environment

2024-03-27 17_33_56-Apache2 Ubuntu Default Page_ It works

Launched an SSH session via PuTTY to make sure it was working. Will also set up PKI access as best practice.

2024-03-27 17_15_52-pve01 - Proxmox Virtual Environment

Creating SSH key pair.

2024-03-28 12_45_33-PuTTY Key Generator

Successfully logged in.

2024-03-28 12_45_57-benrosan@apache_ ~

Installed the Network Manager package to grab the name of my NIC. Then ran sudo iftop -i ens18 to take a look at network traffic.

2024-03-28 13_22_27-benrosan@apache_ ~

Also installed htop to be get a better look at resource utilization.

2024-03-28 13_19_48-benrosan@apache_ ~

Updated the timezone on my server.

2024-04-01 09_17_26-root@apache_ ~

Switched to my Kali Linux VM to try an crack my own password via John the Ripper (stopped process after a few mins). Interesting to note the uptick in resource utilization as the program uses CPU cores to try and crack the hash.

2024-04-01 10_15_29-Kali Linux on GENIE - Virtual Machine Connection

Navigating to various important folders and practicing working with important commands such as find, cat, grep.

2024-04-01 10_37_24-benrosan@apache_ _

2024-04-01 10_39_34-benrosan@apache_ _etc

Installed Midnight Commander (mc) to experiment with a simple file system GUI. Created a new "Documents" folder in my home directory.

2024-04-01 10_23_18-mc  benrosan@apache _~

Taking a quick look at the apache2.conf file.

2024-04-02 12_02_52-benrosan@apache_ _etc_apache2

Using the grep command to take a look and the server logs and dumping the output into a new file. 2024-04-12 11_31_03-benrosan@apache_ ~

Checking that the new file has been properly created

2024-04-12 11_32_18-benrosan@apache_ ~

About

Linux Upskill Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors