Unit Homework: Learn a bit about SSH and Linux at the same time by participating in OverTheWire's Wargames: http://overthewire.org/wargames/
TEJ3M - Computer Teardown
Teardown and rebuild a PC. Keep a detailed log, with pictures, of where every component comes from.
Assignment: Create either a video or a slide show describing step by step (using your pictures from above) how to tear down your PC.
TEJ4M - Alternative Firmware
https://en.wikipedia.org/wiki/Linux_Router_Project
https://en.wikipedia.org/wiki/List_of_router_and_firewall_distributions
TEJ3M
Install an operating system (ie: Ubuntu or Raspbian)
Ubuntu Freezing on boot? Follow these steps to fix that:
Start your computer, and press the Shift when booting up, to get the Grub menu. Use the arrow keys to navigate/highlight the entry you want (it’s usually the first one).
Press “e” to get into edit mode. then look for the line containing ”
.... quiet splash ....
using the arro keys move your cursor just past this point and enter the word nomodeset so that you now have:
.... quiet splash nomodeset ........
and press
Ctrl-x
to continue booting.
At that point you will need to make the change permanent. Open a terminal and:
gksudo gedit /etc/default/grub
Find this line:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
and modify it to give:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash nomodeset″
Save your changes close gedit and run:
sudo update-grub
At that point and you should no longer freeze during bootup.
TEJ4M
Install two operating systems (ie: Ubuntu or Raspbian) on the same machine
Setup a Virtual Machine
Install Alternative OS like Chromium OS
copy PacketTracer to your Desktop
open Terminal
#cd Desktop/Pacet...
#chmod 755 install
#sudo ./install
Press Enter to read the EULA
Press Space to skip through the pages
Press Y Enter to accept.
Press Enter to accept the default location (/opt/pt)
Press Y to create a symbolic link
#sudo reboot now
open Terminal
#cd Desktop/Packet...
#chmod 755 se*
#sudo ./set_ptenv.sh
#sudo ./set_qtenv.sh
#sudo reboot now
#sudo nano /etc/apt/sources.list
Add the following two lines to the end of the file
#Manually added source for libpng12-0 package
deb http://mirrors.kernel.org/ubuntu/ xenial main
#sudo apt-get update
#sudo apt-get install libpng12-0
#sudo reboot now
Review basic linux commands.
TEJ3M
Networking Skills Assignment
TEJ4M
Networking Skills Assignment