xiloba
(usa Slackware)
Enviado em 02/11/2010 - 20:48h
Eu gostaria de colocar isto tudo num só comando:
----------------------------------------------
multimidia:
sudo add-apt-repository "deb
http://archive.canonical.com/ lucid partner" ; sudo aptitude update ; sudo aptitude install non-free-codecs libdvdcss2 faac faad ffmpeg ffmpeg2theora flac icedax id3v2 lame libflac++6 libjpeg-progs libmpeg3-1 mencoder mjpegtools mp3gain mpeg2dec mpeg3-utils mpegdemux mpg123 mpg321 regionset sox uudeview vorbis-tools x264 arj lha p7zip p7zip-full p7zip-rar rar unace-nonfree flashplugin-nonfree sun-java6-fonts sun-java6-jre sun-java6-plugin vlc audacious2
----------------------------------------------------
awn:
sudo add-apt-repository ppa:awn-testing && sudo apt-get update && sudo apt-get install avant-window-navigator
----------------------------------------------
ofris:
sudo add-apt-repository ppa:tldm217/tahutek.net && sudo apt-get update && sudo apt-get install ofris-ptbr
-------------------------------------------
google-chrome:
http://www.google.com/chrome/thankyou.html?platform=linux_ubuntu_x86_64
--------------------------------------------
ícone de notificação:
gconftool -s --type bool /apps/update-notifier/auto_launch false
killall update-notifier
update-notifier &
disown
------------------------------------------------
trocar botoes de lugar:
gconftool-2 --set "/apps/metacity/general/button_layout" --type string "menu:minimize,maximize,close"
--------------------------------------------------------
focus (aplicativo de leitura):
sudo add-apt-repository ppa:gottcode/gcppa && sudo apt-get update
sudo apt-get install focuswriter
---------------------------------------------------------
abiblia:
sudo add-apt-repository "deb http:debian.comunidadeabiblia.net/stable/binary-amd64 ./" ; sudo apt-get update ; sudo apt-get install
----------------------------------------------------------
Seria só colocar &&, ponto e vírgula; ou | pipe?
Eu sei que daria um comando grandão, mas com isso, eu teria menos trabalho toda vez que reinstalasse o ubuntu 10.10. ): Seria apenas instalar o cd e depois rodar este comando.