Advertisement
fueanta

Ubuntu Tweaks Collection

Sep 6th, 2016
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.97 KB | None | 0 0
  1. sudo apt-add-repository ppa:numix/ppa
  2. sudo apt-add-repository ppa:moka/stable
  3. sudo apt-add-repository ppa:snwh/pulp
  4. sudo add-apt-repository ppa:varlesh-l/papirus-pack
  5. sudo apt-add-repository ppa:noobslab/apps
  6. sudo apt-add-repository ppa:noobslab/themes
  7. sudo apt-add-repository ppa:noobslab/icons
  8. sudo apt-add-repository ppa:noobslab/icons2
  9. sudo add-apt-repository ppa:oranchelo/oranchelo-icon-theme
  10. sudo apt-add-repository ppa:ravefinity-project/ppa
  11. sudo apt-add-repository ppa:danielrichter2007/grub-customizer
  12. sudo apt-add-repository ppa:diesch/testing
  13. sudo apt-add-repository ppa:mystic-mirage/pycharm
  14. sudo apt-add-repository ppa:elementary-os/daily
  15. sudo apt-add-repository ppa:fixnix/netspeed
  16. sudo apt-add-repository ppa:damien-moore/codeblocks-stable
  17. sudo add-apt-repository ppa:dimula73/krita
  18. sudo add-apt-repository ppa:flexiondotorg/telegram
  19. sudo add-apt-repository ppa:webupd8team/atom
  20. sudo add-apt-repository ppa:webupd8team/tor-browser
  21. sudo add-apt-repository ppa:linrunner/tlp
  22. sudo add-apt-repository ppa:wine/wine-builds
  23. sudo add-apt-repository ppa:audio-recorder/ppa
  24. sudo add-apt-repository ppa:kubuntu-ppa/backports
  25. sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
  26. sudo add-apt-repository ppa:nathan-renniewaldock/flux
  27. sudo add-apt-repository ppa:simonschneegans/testing
  28.  
  29.  
  30. sudo apt install numix-icon-theme numix-icon-theme-circle numix-gtk-theme paper-icon-theme paper-gtk-theme paper-cursor-theme moka-gtk-theme orchis-gtk-theme faba-icon-theme ambiance-colors radiance-colors ambiance-flat-colors radiance-flat-colors yosembiance-gtk-theme arc-theme arc-icons oranchelo-icon-theme ultra-flat-theme elementary-add-icons arc-flatabulous-theme flatabulous-theme elementary-add-icons papirus-gtk-icon-theme grub-customizer indicator-privacy indicator-netspeed-unity codeblocks krita atom google-chrome-stable google-earth-stable xdman telegram-dekstop tor-browser ubuntu-make audio-recorder breeze-cursor* fluxgui gnome-pie
  31.  
  32.  
  33. unity-tweak-tool vlc gnome-control-center gnome-online-accounts gufw ubuntu-mate-welcome p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller unetbootin idle3 idle ipython3-qtconsole gimp xfce4-terminal gdebi fuse cmatrix cowsay lolcat telnet android-tools-adb android-tools-fastboot mtpfs diodon gparted icedtea-plugin uget simplescreenrecorder bleachbit synaptic gpick gpp g++ cpp gnome-sushi dconf-editor gconf-editor
  34.  
  35.  
  36. Google Key
  37. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  38.  
  39.  
  40. Learn New Word In Terminal
  41. curl https://raw.githubusercontent.com/badarsh2/Sudocabulary/master/script.sh | bash
  42.  
  43. BETTER FONT RENDERING
  44. sudo add-apt-repository ppa:no1wantdthisname/ppa
  45. sudo apt-get update
  46. sudo apt-get upgrade
  47. sudo apt-get install fontconfig-infinality
  48.  
  49. sudo bash /etc/fonts/infinality/infctl.sh setstyle
  50. sudo -H gedit /etc/profile.d/infinality-settings.sh
  51.  
  52. SWAPPINESS
  53. sudo gedit /etc/sysctl.conf
  54. vm.swappiness = 10
  55. sudo sysctl vm.swappiness=10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement