Created
July 27, 2021 20:05
-
-
Save chadgeary/99b1615afff1e98b355c3803ffc66aa3 to your computer and use it in GitHub Desktop.
ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo sed -i '/%sudo/a%sudo ALL=(ALL) NOPASSWD:ALL' /etc/sudoers | |
| sudo chmod -x /etc/update-motd.d/* | |
| sudo add-apt-repository universe | |
| sudo add-apt-repository restricted | |
| sudo add-apt-repository multiverse | |
| # utils | |
| sudo apt install -y curl git htop mlocate net-tools nmap screen tcpdump telnet traceroute util-linux vim wget gnome-tweak-tool remmina compizconfig-settings-manager compiz-plugins vlc | |
| # set editor to vim | |
| sudo update-alternatives --set editor /usr/bin/vim.basic | |
| # google chrome | |
| wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
| wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
| sudo dpkg -i google-chrome-unstable_current_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment