|
|
Line 448: |
Line 448: |
| Things to install ASAP: | | Things to install ASAP: |
| * (everything, then see more detailed notes, below) | | * (everything, then see more detailed notes, below) |
| sudo apt-get install i3 i3lock i3status suckless-tools dunst openssh-server cifs-utils smbclient synergy arandr ubuntu-restricted-extras exfat-fuse exfat-utils hfsprogs acpi gparted chromium-browser p7zip-full k4dirstat screen rxvt-unicode grdesktop openvpn bridge-utils nautilus-compare smartmontools git gimp | | sudo apt-get install i3 i3lock i3status suckless-tools dunst openssh-server cifs-utils smbclient synergy arandr ubuntu-restricted-extras exfat-fuse exfat-utils hfsprogs acpi gparted chromium-browser p7zip-full k4dirstat screen rxvt-unicode grdesktop openvpn bridge-utils nautilus-compare smartmontools git gimp network-manager-gnome |
|
| |
|
| * if ubuntu forced grub as the boot manager, download the refind zip file, unpack, and (re)run ./install.sh. | | * if ubuntu forced grub as the boot manager, download the refind zip file, unpack, and (re)run ./install.sh. |
Line 505: |
Line 505: |
| * sudo apt-get install nautilus-compare # then run nautilus-compare-preferences and pick kdiff3 for all | | * sudo apt-get install nautilus-compare # then run nautilus-compare-preferences and pick kdiff3 for all |
| * sudo apt-get install smartmontools # use to test drive health with [smartctl] - DO IT OFTEN | | * sudo apt-get install smartmontools # use to test drive health with [smartctl] - DO IT OFTEN |
| | |
| | * Set up networking |
| | ** sudo apt-get install network-manager-gnome |
| | ** YOU MUST remove interfaces from /etc/network/interfaces so wpa gives them up to nm-applet |
| | ** add nm-applet to startup if needed - i don't think it is needed as it seems to start up automatically now - try rebooting first |
|
| |
|
| * MAKE SURE to turn off stupid errors=mount in /etc/fstab if Ubuntu set it there | | * MAKE SURE to turn off stupid errors=mount in /etc/fstab if Ubuntu set it there |
| # MDM GOD DAMN IT UBUNTU STOP FUCKING AROUND WITH remount-ro | | # MDM UBUNTU STOP F'IN AROUND WITH remount-ro |
| # UUID=6d51557a-1aaf-4594-8c28-f51a8730f63f / ext4 errors=remount-ro 0 1 | | # UUID=6d51557a-1aaf-4594-8c28-f51a8730f63f / ext4 errors=remount-ro 0 1 |
| UUID=6d51557a-1aaf-4594-8c28-f51a8730f63f / ext4 errors=continue 0 1 | | UUID=6d51557a-1aaf-4594-8c28-f51a8730f63f / ext4 errors=continue 0 1 |
Line 692: |
Line 697: |
| sudo su - # and use [passwd] to set a known root password | | sudo su - # and use [passwd] to set a known root password |
| * One-shot install of everything, then see more detailed notes, below... | | * One-shot install of everything, then see more detailed notes, below... |
| sudo apt-get install kdm i3 i3lock i3status suckless-tools dunst openssh-server cifs-utils smbclient synergy arandr exfat-fuse exfat-utils hfsprogs gparted p7zip-full k4dirstat screen rxvt-unicode grdesktop openvpn bridge-utils kdiff3 nautilus-compare smartmontools automake libtool npm git wpigui | | sudo apt-get install kdm i3 i3lock i3status suckless-tools dunst openssh-server cifs-utils smbclient synergy arandr exfat-fuse exfat-utils hfsprogs gparted p7zip-full k4dirstat screen rxvt-unicode grdesktop openvpn bridge-utils kdiff3 nautilus-compare smartmontools automake libtool npm git network-manager-gnome |
| * You may need to reconfig to use KDM so you can pick i3 (although if you log out that might work too - To logout, press Mod+shift+e (like exit) ): | | * You may need to reconfig to use KDM so you can pick i3 (although if you log out that might work too - To logout, press Mod+shift+e (like exit) ): |
| sudo dpkg-reconfigure kdm | | sudo dpkg-reconfigure kdm |