Disable BIOS security
Change the boot order (boot from the DVD/CD first)
Install Ubuntu LTS workstation distro
After install, change boot order back
Linux distros can be purchased at www.OSDisc.com
Note: Most of the following commands require using SUDO.
apt-get update <- update pkg lists apt-get upgrade <- upgrade installed pkgs apt-get dist-upgrade <- upgrade held back pkgs apt-get update <- all updates installed?
apt-get install dos2unix apt-get install htop apt-get install tree apt-get install vim
ls /usr/bin/py*
apt-get install python3.6
python --version
The firewall may be disabled after installing Ubuntu. Check it.
ufw status Note: Show ufw help (# ufw --help) or man page (# man ufw)
ufw enable ufw status
apt-get install openssh-server
apt-get install openssh-client
ufw allow ssh ufw reload Note: this step opens up the SSH firewall port
Open other firewall ports if needed (for example, 8080)
ufw allow 8080 ufw reload
ufw status ufw status verbose ufw enable <-- enable firewall if inactive Note: Show ufw help (# ufw --help) or man page (# man ufw)
iptables -S
service ssh status
ssh <account name>@locaslhost
-> Search your computer for "appear" -> select behavior -> check "Enable workspaces"
-> Search your computer for "bright" -> "Set screen turn off"
(Change lock screen?)
Search the web for "Things to do After installing Linux". Do the appropriate ones.
-> bookmarks tool bar -> select "view bookmarks toolbar"
Now add useful bookmarks to the toolbar. The teacher will recommend some.
Note: Found in the upper right corner of Firefox window.