Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Update, Upgrade, Dist-Upgrade
- apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
- # Enable sound on Boot
- apt-get install alsa-utils -y
- # Install File Roller – Archive Manager
- apt-get install unrar unace rar unrar p7zip zip unzip p7zip-full p7zip-rar file-roller -y
- # Install Tor
- apt-get install tor -y
- service tor start
- proxychains iceweasel
- # Install Filezilla FTP Client
- apt-get install filezilla filezilla-common -y
- # Install HTOP and NetHogs
- apt-get install htop nethogs -y
- # Install Recordmydesktop and Reminna Remote Desktop Client
- apt-get install gtk-recordmydesktop recordmydesktop remmina -y
- # Add a Non-root User
- useradd -m henry -G sudo -s /bin/bash
- passwd henry
Advertisement
Add Comment
Please, Sign In to add comment