UbuntuSetup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (fixed typo) |
||
| Line 1: | Line 1: | ||
= After | = After initial install = | ||
<syntaxhighlight> | <syntaxhighlight> | ||
sudo apt-get update | sudo apt-get update | ||
Revision as of 04:27, 29 December 2017
After initial install
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 filesDisable Guest Login
sudo sh -c "echo 'allow-guest=false' >> /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf"Show username in Desktop Manager
gsettings set com.canonical.indicator.session show-real-name-on-panel trueSet vim Editor
sudo update-alternatives --set editor /usr/bin/vim.basicSet passwordless sudo
visudo:
username ALL=(ALL) NOPASSWD: ALLInstall Main Apps
sudo apt-get install \
keepass2 rdesktop vncviewer \
lm-sensors p7zip-full exfat-utils exfat-fuse \
vim ssh git \
ubuntu-restricted-extras qbittorrent gimp audacity \
icedtea-8-plugin \
network-manager-openvpn wireshark nmap \
openvpn openssh-server fail2ban \
vlc vlc-plugin-fluidsynth ffmpeg atomicparsley \
chrome-gnome-shell \
gnome-tweaks
** VirtualBox
** Chrome, verify Google Hangouts
** Insynq
** Atom
** Synergy
** Ramlog or equivalent for SSD
** nvm
** rvm
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 (via apt)
xchat
youtube-dlOther
sudo apt-get install -y nfs-common cifs-utils ethtool pm-utilsOther Configuration
Remote syslog
echo "*.* @192.168.1.200" >> /etc/rsyslog.d/50-default.conf- tmpfs for /tmp and (maybe make this a bind mount..)
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0- /etc/fstab
192.168.1.200:/mnt/raid5 /mnt/raid5 nfs defaults 0 0- web server if needed
sudo apt-get install apache2 php5 php5-sqlite