Ubuntu 22.04 Standard Installation Procedure

Installer Setup

Page 1

Select "English" (default)

Click "Install Ubuntu" button

Page 2

Keyboard Layout

"English(US)" and "English(US)" (default)

Page 3

What apps would you like to install to start with?

Other options

Page 4

Page 5

Where are you

Los Angeles

Page 6

Your name

TK

Your computer's name

Some-Computer-Name

Pick a username

tk

Choose a password

········

Comfirm your password

········

After Installation

System Update

sudo apt update

sudo apt upgrade

sudo reboot

Install VS Code

Search and install "vscode" with "Ubuntu Software".

Install Google Chrome

Search and download "64 bit .deb" version of "Chrome for Linux" with FireFox.

Right click the downloaded file and select "Open With Other Application". Select "Software Install".

Install ssh

Install the openssh-server package

sudo apt update
sudo apt install openssh-server

Verify ssh is running

sudo systemctl status ssh

Config firewall

sudo ufw allow ssh

Last updated