UbuntuSetup: Difference between revisions
Jump to navigation
Jump to search
m (Drew moved page Ubuntu 16.10 Setup to Ubuntu 17.10 Setup: Updating for Ubuntu 17.10) |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get upgrade -y | sudo apt-get upgrade -y | ||
sudo apt-get dist-upgrade | sudo apt-get dist-upgrade | ||
sudo apt-get install | |||
sudo apt-get install -y etckeeper | |||
sudo | cd /etc | ||
sudo etckeeper init | |||
sudo vi .gitignore # remove sensitive files | |||
Disable guest | Disable guest | ||
sudo sh -c "echo 'allow-guest=false' >> /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf" | sudo sh -c "echo 'allow-guest=false' >> /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf" | ||
Line 15: | Line 16: | ||
gsettings set com.canonical.indicator.session show-real-name-on-panel true | gsettings set com.canonical.indicator.session show-real-name-on-panel true | ||
sudo update-alternatives --set editor /usr/bin/vim.basic | |||
visudo: | |||
username ALL=(ALL) NOPASSWD: ALL | |||
sudo apt-get install vim | sudo apt-get install \ | ||
keepass2 rdesktop \ | |||
lm-sensors p7zip-full exfat-utils exfat-fuse \ | |||
vim ssh git \ | |||
ubuntu-restricted-extras qbittorrent gimp \ | |||
icedtea-8-plugin \ | |||
wireshark nmap \ | |||
vlc vlc-plugin-fluidsynth ffmpeg atomicparsley \ | |||
chrome-gnome-shell \ | |||
gnome-tweaks | |||
** VirtualBox | |||
** Chrome | |||
** Insynq | |||
** Atom | |||
oracle-java8-installer | |||
cairo-dock | |||
adobe-flashplugin | |||
encfs youtube-dl nikto exiftool chkrootkit apache2-utils pidgin wavemon xd docker.io virtualenv python2.7-examples mailutils ansible namebench python-pip | |||
xchat | |||
pip (via apt) | |||
youtube-dl | |||
</pre> | </pre> |
Revision as of 18:39, 24 December 2017
sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade sudo apt-get install -y etckeeper cd /etc sudo etckeeper init sudo vi .gitignore # remove sensitive files Disable guest sudo sh -c "echo 'allow-guest=false' >> /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf" Show username gsettings set com.canonical.indicator.session show-real-name-on-panel true sudo update-alternatives --set editor /usr/bin/vim.basic visudo: username ALL=(ALL) NOPASSWD: ALL sudo apt-get install \ keepass2 rdesktop \ lm-sensors p7zip-full exfat-utils exfat-fuse \ vim ssh git \ ubuntu-restricted-extras qbittorrent gimp \ icedtea-8-plugin \ wireshark nmap \ vlc vlc-plugin-fluidsynth ffmpeg atomicparsley \ chrome-gnome-shell \ gnome-tweaks ** VirtualBox ** Chrome ** Insynq ** Atom oracle-java8-installer cairo-dock adobe-flashplugin encfs youtube-dl nikto exiftool chkrootkit apache2-utils pidgin wavemon xd docker.io virtualenv python2.7-examples mailutils ansible namebench python-pip xchat pip (via apt) youtube-dl