Advertisement
Guest User

Untitled

a guest
Sep 8th, 2011
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.23 KB | None | 0 0
  1. modprobe vboxdrv
  2. modprobe vboxnetflt
  3. beep
  4. while true; do
  5.     read -n 1 -p "Vuoi proseguire?" sn
  6.     case $sn in
  7.         [Ss]* ) break;;
  8.         [Nn]* ) exit;;
  9.         * ) echo "Si o no.";;
  10.     esac
  11. done
  12.  
  13. echo "
  14. installo BeShadowed"
  15. wget http://kde-apps.org/CONTENT/content-files/121607-beshadowed-kwin-fx-0.8a.txz
  16. tar jxvf ./121607-beshadowed-kwin-fx-0.8a.txz
  17. cd ./beshadowed-kwin-fx && ./configure
  18. cd build
  19. make && make install
  20. cd /home/mte90/Desktop
  21. rm ./121607-beshadowed-kwin-fx-0.8a.txz
  22. rm -r ./beshadowed-kwin-fx
  23. beep
  24. while true; do
  25.     read -n 1 -p "Vuoi proseguire?" sn
  26.     case $sn in
  27.         [Ss]* ) break;;
  28.         [Nn]* ) exit;;
  29.         * ) echo "Si o no.";;
  30.     esac
  31. done
  32. beep
  33. echo "
  34. Installo un'pò di plasmoidi"
  35. wget http://download.opensuse.org/repositories/home:/pinters/Debian_6.0/amd64/netspeed-plasma_0.2-1_amd64.deb
  36. dpkg -i ./netspeed-plasma_0.2-1_amd64.deb
  37. rm ./netspeed-plasma_0.2-1_amd64.deb
  38.  
  39. wget http://cdlszm.org/downloads/plasma-applet-daisy-0.0.4.25.tar.gz
  40. tar xvzf ./plasma-applet-daisy-0.0.4.25.tar.gz
  41. cd ./plasma-applet-daisy-0.0.4.25 && ./install.sh
  42. cd /home/mte90/Desktop
  43. rm ./plasma-applet-daisy-0.0.4.25.tar.gz
  44. rm -r ./plasma-applet-daisy-0.0.4.25
  45.  
  46. wget http://socket-sentry.googlecode.com/files/socketsentry-0.9.3.tar.gz
  47. tar xvzf ./socketsentry-0.9.3.tar.gz
  48. cd ./socketsentry-0.9.3 && ./install.sh
  49. cd /home/mte90/Desktop
  50. rm ./socketsentry-0.9.3.tar.gz
  51. rm -r ./socketsentry-0.9.3
  52. beep
  53. while true; do
  54.     read -n 1 -p "Vuoi proseguire?" sn
  55.     case $sn in
  56.         [Ss]* ) break;;
  57.         [Nn]* ) exit;;
  58.         * ) echo "Si o no.";;
  59.     esac
  60. done
  61. beep
  62. echo "
  63. Qualche chicca"
  64.  
  65. wget http://kde-apps.org/CONTENT/content-files/141946-MediaInfoKDE.desktop
  66. mv ./141946-MediaInfoKDE.desktop /usr/share/kde4/services/ServiceMenus/MediaInfoKDE.desktop
  67.  
  68. wget http://download.tuxfamily.org/ramielinux/aMuleKollection/amuleKollection-0.4.tar.gz
  69. tar zxvf ./amuleKollection-0.4.tar.gz
  70. cd ./amuleKollection-0.4 && ./install.sh
  71. cd /home/mte90/Desktop
  72. rm ./amuleKollection-0.4.tar.gz
  73. rm -r ./amuleKollection-0.4
  74.  
  75. wget http://dl.dropbox.com/u/23646728/BlaQuave.tar.gz
  76. tar zxvf ./BlaQuave.tar.gz
  77. mv ./BlaQuave /usr/share/icons/BlaQuave
  78. rm ./BlaQuave.tar.gz
  79.  
  80. wget -O robots.xml http://kde-files.org/CONTENT/content-files/124969-robots.xml
  81. mv ./robots.xml /usr/share/apps/katepart/syntax/
  82.  
  83. echo "
  84. KdeIzziamo FileZilla, Wine, Gimp  - Devi settare i temi!"
  85. wget http://kde-look.org/CONTENT/content-files/141546-filezilla-oxygen-theme.tar.gz
  86. tar zxvf ./141546-filezilla-oxygen-theme.tar.gz
  87. mv ./oxygen /usr/share/filezilla/resources/oxygen
  88. rm ./141546-filezilla-oxygen-theme.tar.gz
  89.  
  90. wget http://dl.dropbox.com/u/17620616/linki/Oxywine_3.1.msstyles
  91. mkdir /home/mte90/.wine/drive_c/windows/Resources/Themes/Oxywine_3.1
  92. mv ./Oxywine_3.1.msstyles /home/mte90/.wine/drive_c/windows/Resources/Themes/Oxywine_3.1
  93.  
  94. wget http://kde-look.org/CONTENT/content-files/141457-GIMP-Refresh%200.1.zip
  95. unzip ./141457-GIMP-Refresh%200.1.zip
  96. mv ./GIMP-Refresh /usr/share/gimp/2.0/theme/GIMP-Refresh
  97. rm -r ./GIMP-Refresh
  98.  
  99. beep
  100. while true; do
  101.     read -n 1 -p "Vuoi proseguire?" sn
  102.     case $sn in
  103.         [Ss]* ) break;;
  104.         [Nn]* ) exit;;
  105.         * ) echo "Si o no.";;
  106.     esac
  107. done
  108.  
  109. echo "
  110. installo i Google Font - Ci mette parecchio"
  111. cd /home/mte90/
  112. wget http://webupd8.googlecode.com/files/install-google-fonts
  113. chmod +x install-google-fonts
  114. echo "Intanto devi settare Gimp, Filezilla e Wine per usare il tema che ho scaricato, link per universalindentgui, Yakuake all'avvio."
  115. echo "Scarica e installa Steampunk theme splash http://kde-look.org/content/show.php?action=content&content=142138"
  116. echo "Scarica e installa Androbit come Tema del dekstop"
  117. beep
  118. while true; do
  119.     read -n 1 -p "Vuoi proseguire?" sn
  120.     case $sn in
  121.         [Ss]* ) break;;
  122.         [Nn]* ) exit;;
  123.         * ) echo "Si o no.";;
  124.     esac
  125. done
  126.  
  127. ./install-google-fonts
  128. cd /home/mte90/Desktop
  129.  
  130. echo "
  131. installo Grub2 KCM"
  132. wget http://ppa.launchpad.net/eu-andreduartesp/ppa/ubuntu/pool/main/k/kcmgrub2/kde-config-grub_1.1-ubuntu2_amd64.deb
  133. dpkg -i ./kde-config-grub_1.1-ubuntu2_amd64.deb
  134. rm ./kde-config-grub_1.1-ubuntu2_amd64.deb
  135. beep
  136. while true; do
  137.     read -n 1 -p "Vuoi proseguire?" sn
  138.     case $sn in
  139.         [Ss]* ) break;;
  140.         [Nn]* ) exit;;
  141.         * ) echo "Si o no.";;
  142.     esac
  143. done
  144.  
  145. echo "
  146. installo WDT"
  147. wget https://launchpad.net/~petrakis/+archive/wdt-main/+buildjob/2190945/+files/wdt_2.6.6%7Eppa0_all.deb
  148. dpkg -i ./wdt_2.6.6~ppa0_all.deb
  149. rm ./wdt_2.6.6~ppa0_all.deb
  150. beep
  151. while true; do
  152.     read -n 1 -p "Vuoi proseguire?" sn
  153.     case $sn in
  154.         [Ss]* ) break;;
  155.         [Nn]* ) exit;;
  156.         * ) echo "Si o no.";;
  157.     esac
  158. done
  159.  
  160. echo "
  161. installo Converseen"
  162. wget http://freefr.dl.sourceforge.net/project/converseen/Converseen/Converseen%200.4/0.4.3/converseen-0.4.3.tar.bz2
  163. tar jxvf ./converseen-0.4.3.tar.bz2
  164. cd ./converseen-0.4.3
  165. qmake && make && make install
  166. cd /home/mte90/Desktop
  167. rm ./converseen-0.4.3.tar.bz2
  168. rm -r ./converseen-0.4.3
  169.  
  170. beep
  171. while true; do
  172.     read -n 1 -p "Vuoi proseguire?" sn
  173.     case $sn in
  174.         [Ss]* ) break;;
  175.         [Nn]* ) exit;;
  176.         * ) echo "Si o no.";;
  177.     esac
  178. done
  179.  
  180. echo "
  181. installo Gmic per Gimp"
  182. wget http://ignum.dl.sourceforge.net/project/gmic/gmic_gimp_linux64.zip
  183. unzip ./gmic_gimp_linux64.zip
  184. mv ./gmic_gimp /usr/lib/gimp/2.0/plug-ins/
  185. rm ./gmic_gimp_linux64.zip
  186. rm ./README
  187.  
  188. echo "
  189. installo la cagata di Skype"
  190. wget -O skype-install.deb http://www.skype.com/go/getskype-linux-beta-ubuntu-64
  191. dpkg -i ./skype-install.deb
  192. rm ./skype-install.deb
  193.  
  194. echo "
  195. installo la Gnome Global Menu"
  196. wget http://gnome2-globalmenu.googlecode.com/files/gnome-globalmenu-0.7.10.tar.bz2
  197. tar jxvf ./gnome-globalmenu-0.7.10.tar.bz2
  198. cd ./gnome-globalmenu-0.7.10 && ./configure --without-xfce4-panel --without-gnome-panel
  199. make && make install
  200. cd /home/mte90/Desktop
  201. rm -r ./gnome-globalmenu-0.7.10
  202. echo "
  203. export GTK_MODULES=globalmenu-gnome" >> /home/mte90/.bashrc
  204. beep
  205. while true; do
  206.     read -n 1 -p "Vuoi proseguire?" sn
  207.     case $sn in
  208.         [Ss]* ) break;;
  209.         [Nn]* ) exit;;
  210.         * ) echo "Si o no.";;
  211.     esac
  212. done
  213.  
  214. echo "
  215. installo Bespin & Xbar"
  216. cd /home/mte90
  217. svn co https://cloudcity.svn.sourceforge.net/svnroot/cloudcity
  218. cd cloudcity && ./configure
  219. cd build && make
  220. make install
  221. cd /home/mte90/Desktop
  222.  
  223.  
  224. beep
  225. while true; do
  226.     read -n 1 -p "Vuoi proseguire?" sn
  227.     case $sn in
  228.         [Ss]* ) break;;
  229.         [Nn]* ) exit;;
  230.         * ) echo "Si o no.";;
  231.     esac
  232. done
  233.  
  234. echo "
  235. Setto imwheel"
  236.  
  237. cat >/etc/X11/imwheel/imwheelrc <<EOF
  238. ".*"
  239. None,   Thumb1,   Alt_L|Left
  240. None,   Thumb2,   Alt_L|Right
  241. EOF
  242.  
  243. rm -f /etc/X11/Xsession.d/999imwheel_start
  244. rm -f /etc/X11/imwheel/startup.conf
  245. cat > /etc/X11/imwheel/startup.conf <<EOF
  246. # Configuration file for setting imwheel startup parameters.
  247.  
  248. # Set this to "1" to make imwheel start with X.
  249. IMWHEEL_START=1
  250.  
  251. IMWHEEL_PARAMS="-b 0 0 0 0 8 9"
  252.  
  253. # Be sure imwheel is killed.
  254. /usr/bin/killall imwheel 2>/dev/null
  255. EOF
  256.  
  257.  
  258. echo "
  259. Devi importare la configurazione di Filezilla & Bespin\Xbar."
  260. echo "Devi settare in FF webgl osmesa /usr/lib/x86_64-linux-gnu/libOSMesa.so.6,network.protocol-handler.app.ed2k /usr/bin/ed2k network.protocol-handler.external.ed2k true"
  261.  
  262. apt-get clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement