Advertisement
ShadyPL

Perfect shady OS

Jun 19th, 2016
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. Perfect shady OS (based on elementaryOS [freya 0.3]):
  2.  
  3.  
  4. 1. K E R N E L
  5.  
  6. 1.1 Wgranie własnego kernela.
  7.  
  8. // nieaktualne
  9.  
  10. 1.2 Odinstalowanie wszystkich niepotrzebnych kerneli.
  11.  
  12. // nieaktualne
  13.  
  14.  
  15. 2. Sterowniki nvidia
  16. software-proporties-gtk
  17.  
  18.  
  19. 3. Odinstalowanie domyślnego oprogramowania.
  20.  
  21. 3.1
  22. sudo apt-get --purge remove bluez
  23. sudo apt-get --purge remove modemmanager
  24. sudo apt-get --purge remove midori-granite
  25. sudo apt-get --purge remove noise
  26. sudo apt-get --purge remove geary
  27. sudo apt-get --purge remove scratch-text-editor
  28.  
  29. 3.2
  30. sudo apt-get autoremove
  31. sudo apt-get autoclean
  32.  
  33.  
  34. 4. Instalacja najważniejszego oprogramowania.
  35.  
  36. 4.1
  37. sudo apt-get update && sudo apt-get dist-upgrade
  38.  
  39. 4.2
  40. Google Chrome
  41. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  42. sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
  43. sudo apt-get update
  44. sudo apt-get install google-chrome-stable
  45.  
  46. Dodatki oprogramowania Ubuntu
  47. sudo apt-get install ubuntu-restricted-extras
  48.  
  49. Sublime Text
  50. http://chomikuj.pl/SONNY81/*f0*90*8c*88+Programy/Sublime+Text+3+PE*c5*81NA+WERSJA
  51.  
  52. Thunderbird
  53. sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
  54. sudo apt-get update
  55. sudo apt-get install thunderbird
  56.  
  57. Gimp
  58. sudo add-apt-repository ppa:otto-kesselgulasch/gimp
  59. sudo apt-get update
  60. sudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras
  61.  
  62. Filezilla, Audacity, Gimp, dconfeditor, disk usage analyzer, firefox, mypaint, pidgin, qBittorent, playonlinux, recordmydesktop, skype, synaptic, vlc
  63.  
  64. 5. plik .bashrc
  65.  
  66. alias ..='cd ..'
  67.  
  68. alias la='ls -la'
  69.  
  70. alias clr='clear'
  71.  
  72. alias update='sudo apt-get update'
  73. alias upgrade='sudo apt-get upgrade'
  74.  
  75. alias osupgrade='sudo apt-get dist-upgrade'
  76.  
  77. alias pckgs='apt-cache search'
  78.  
  79. alias install='sudo apt-get install'
  80. alias install_only='sudo apt-get install --no-install-recommends'
  81. alias uninstall='sudo apt-get --purge remove'
  82.  
  83. alias clean='sudo apt-get autoremove; sudo apt-get autoclean'
  84.  
  85. alias simple_find='sudo find / -name'
  86.  
  87. alias lampp_start='sudo /opt/lampp/lampp start'
  88. alias lampp_stop='sudo /opt/lampp/lampp stop'
  89. alias lampp_restart='sudo /opt/lampp/lampp restart'
  90.  
  91. alias h='history'
  92. alias apthistory='zcat /var/log/apt/history.log.*.gz | cat - /var/log/apt/history.log | grep -Po "^Commandline: apt-get install (?!.*--reinstall)\K.*"'
  93.  
  94.  
  95. 6. Naprawienie ekranu ładowania systemu.
  96.  
  97. http://askubuntu.com/questions/6033/enabling-nvidia-driver-messes-up-splash-screen
  98.  
  99.  
  100. 7. Ustawienie zapisywania screenów do katalogu ~/Pictures/screeny
  101.  
  102. http://askubuntu.com/questions/114429/default-save-directory-for-gnome-screenshot
  103.  
  104.  
  105. 8. Sterowniki wacom
  106.  
  107. http://www.ubuntu-pomoc.org/latwa-instalacja-tabletow-wacom/
  108.  
  109.  
  110. 9. Conky (wraz z dodatkami [pckgs conky])
  111.  
  112. motyw: https://drive.google.com/drive/u/0/folders/0B3RJi9HOY4TfcWJVVGpWYmJxMms
  113.  
  114.  
  115. 11. Instalacja grubcostimzer.
  116.  
  117. podmiana wpisów, na wczytywania głównego kernela.
  118.  
  119. motyw: https://drive.google.com/drive/u/0/folders/0B3RJi9HOY4TfcWJVVGpWYmJxMms
  120.  
  121.  
  122. 12. Zmiana kursora.
  123.  
  124. http://askubuntu.com/questions/66843/how-to-change-mouse-cursor-and-theme
  125.  
  126. motyw: https://drive.google.com/drive/u/0/folders/0B3RJi9HOY4TfcWJVVGpWYmJxMms
  127.  
  128.  
  129. 12. Instalacja i wykorzystanie menulibre.
  130.  
  131.  
  132. 13. Zmiana motywu.
  133.  
  134. motyw: https://snwh.org/paper
  135.  
  136. 14. Zmiana ikon:
  137.  
  138. motyw: https://snwh.org/paper
  139.  
  140.  
  141. 15. Podwójny dolny panel.
  142.  
  143. https://heathpaddock.com/?p=761
  144.  
  145.  
  146. 14. Instalacja compiza.
  147.  
  148. 14.1 konfiguracja zgodnie z screenami
  149.  
  150. https://drive.google.com/drive/u/0/folders/0B3RJi9HOY4TfcWJVVGpWYmJxMms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement