Last active
December 6, 2020 09:53
-
-
Save RPTST/e62980eab9d05bdfe34bf1b46859fd38 to your computer and use it in GitHub Desktop.
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 apt update && sudo apt upgade | |
sudo apt install mosh neofetch git nixnote2 guake mypaint qmmp synaptic p7zip-full cheese ntfs-3g openssh-server ffmpeg ettercap-graphical yersinia -y | |
sudo apt install chromium progress gedit nano | |
sudo apt install | |
# Fold@home Manual installation | |
wget https://download.foldingathome.org/releases/public/release/fahclient/debian-testing-64bit/v7.4/fahclient_7.4.4_amd64.deb | |
wget https://download.foldingathome.org/releases/public/release/fahcontrol/debian-testing-64bit/v7.4/fahcontrol_7.4.4-1_all.deb | |
wget https://download.foldingathome.org/releases/public/release/fahviewer/debian-testing-64bit/v7.4/fahviewer_7.4.4_amd64.deb | |
sudo dpkg -i --force-depends fahclient_7.4.4_amd64.deb | |
sudo dpkg -i --force-depends fahcontrol_7.4.4-1_all.deb | |
sudo dpkg -i --force-depends fahviewer_7.4.4_amd64.deb | |
# exFat update (https://github.com/arter97/exfat-linux) | |
sudo add-apt-repository ppa:arter97/exfat-linux | |
sudo apt update | |
sudo apt install exfat-dkms | |
# SNAP install | |
sudo apt install snapd -y | |
sudo snap install core | |
sudo snap install snap-store | |
sudo snap install htop | |
sudo snap install gimp | |
sudo snap install bashtop | |
sudo snap install discord | |
sudo snap install brave | |
sudo snap install firefox | |
sudo snap install cool-retro-term | |
sudo snpa install notepadqq | |
sudo snap install arduino | |
sudo snap install code --classic | |
sudo snap install leafpad | |
sudo snap install solitaire | |
sudo snap install kmines | |
sudo snap install kigo | |
sudo snap install skype --classic | |
sudo snap install zoom-client | |
sudo snap install teams-for-linux | |
sudo snap install libreoffice | |
sudo snap install remmina | |
sudo snap install odrive-unofficial | |
sudo snap install gnome-system-monitor | |
sudo snap install gnome-contacts | |
sudo snap install gnome-clocks | |
sudo snap install gnome-logs | |
sudo snap install gnome-calculator | |
sudo snap install stickynotes | |
sudo snap install backslash-maps | |
sudo snap install handbrake-jz | |
sudo snap install kdenlive | |
sudo snap install nmap | |
sudo snap install strawberry | |
sudo snap install apple-music-for-linux | |
sudo snap install audacity | |
sudo snap install clementine | |
sudo snap install odio | |
sudo snap install blender --classic | |
sudo snap install meshlab | |
sudo snap install kstars | |
sudo snap install stellarium-plars | |
# Optional | |
sudo snap install maildir-utils | |
sudo snap install opencorsairlink | |
sudo snap install rpi-imager | |
sudo snap install powershell | |
sudo snap install sublime | |
sudo snap install atom | |
sudo snap install obs-studio | |
sudo snap install postman | |
sudo snap install docker | |
sudo snap install adguard-home | |
sudo snap install mycroft --edge | |
sudo snap install mycroft-precise --edge | |
sudo snap install grafana | |
sudo snap install mumble | |
sudo snap install s4a | |
sudo snap install micropython | |
sudo snap install arduino | |
sudo snap install influxdb --edge | |
sudo snap install influx --edge | |
sudo snap install home-assistant-snap | |
sudo snap install home-assistant-hacs | |
sudo snap install octoprint-pfs --edge | |
sudo snap install mosquitto | |
sudo snap install node-red | |
# Angry IP scanner | |
wget https://github.com/angryip/ipscan/releases/download/3.7.2/ipscan_3.7.2_amd64.deb | |
# BlueALSA | |
https://github.com/Arkq/bluez-alsa | |
# NVIDIA install | |
sudo add-apt-repository ppa:graphics-drivers/ppa | |
sudo apt-get update | |
sudo apt install nvidia-418 nvtop | |
# if need to build from scratch | |
sudo apt install cmake libncurses5-dev libncursesw5-dev git | |
git clone https://github.com/Syllo/nvtop.git | |
mkdir -p nvtop/build && cd nvtop/build | |
cmake .. | |
# If it errors with "Could NOT find NVML (missing: NVML_INCLUDE_DIRS)" | |
# try the following command instead, otherwise skip to the build with make. | |
cmake .. -DNVML_RETRIEVE_HEADER_ONLINE=True | |
make | |
make install # You may need sufficient permission for that (root) | |
## Video | |
sudo add-apt-repository ppa:graphics-drivers/ppa | |
sudo apt-get update | |
sudo ubuntu-drivers autoinstall | |
** if error then | |
* sudo apt install libnvidia-cfg1-418 xserver-xorg-video-nvidia-418 nvidia-driver-418 | |
sudo shutdown -r now | |
## Gaming | |
#Steam | |
sudo apt install steam | |
#Lutris | |
sudo add-apt-repository ppa:lutris-team/lutris | |
sudo apt update | |
sudo apt install lutris | |
# GameHub | |
sudo apt install --no-install-recommends software-properties-common | |
$ sudo add-apt-repository ppa:tkashkin/gamehub | |
$ sudo apt update | |
$ sudo apt install com.github.tkashkin.gamehub | |
#Wine | |
sudo apt install wine-stable | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment