#################################################### # PsychOS 02/15/2016 - Ubuntu Minimum Install Retry # #################################################### Command-line Apps Installed ------------- * w3m - terminal based web browser * trickle - limits the bandwidth of processes / apps ** Note that 'nano' and 'pico' are already installed but are very rarely used (terminal text editors) - Much easier to use than 'vim' Synaptic Package Manager ------------ * Created a backup of all installed packages and added more to the script to take care of the "local/obsolete" installations. * Need to find a way to communicate with the USB drive from the command-line to avoid unnecessary "fluff." Installing from Mini ISO and USB ---------------- * To mount a USB drive from the terminal after installing the Ubuntu Minimum stuff, do this: - 'sudo fdisk -l' to list connected hard drives - sudo mkdir /media/usb - sudo mount /dev/sdb1 /media/usb + "sdb1" is the name of the USB from "fdisk -l" - 'sudo umount /media/usb' to safely remove the USB * Before running the script made by Synaptic, make sure to copy it over to "/tmp" folder and then run it from there. Otherwise, it will download all the DEBs to the USB flash drive.