Site sobre software livre, cultura, arte, gimp, inkscape, wallpapers, vim, firefox, python, e-books, algoritmos, openoffice, ubuntu, debian, gnome, inkscape, bash, shell script, música, arte, mpb, dicas em geral, Geopolítica, politica, brasil, blogsfera, ativismo, rock, english
Adicionando partição do windows ao grub2 - ubuntu karmic
Neste link.
Controlando konsoles no ubuntu karmic
ACTIVE_CONSOLES="/dev/tty[1-6]"
tente primeiro em um arquivo de testes o comando abaixo
sudo sed -i.backup '/ACTIVE_CONSOLES/s/1-6/1-2/g' /etc/default/console-setup
fonte: http://ubuntuforums.org/showthread.php?t=1373197
Som no ubuntu karmik 9.10
lspci | grep -i audio
80:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)
Encontrei a dica no blog "F2 além de um simples F1"
Basta seguir estes passos:
#comofaz (tudo muito facilmente feito pelo terminal): - $sudo killall pulseaudio
- $sudo alsa force-reload
- $sudo alsa force-reload
Após estes comandos, editei o arquivo /etc/modprobe.d/alsa-base.conf e acrescentei a seguinte linha ao final:
options snd-hda-intel model=auto
e um último comando:
Pronto, agora posso voltar a trabalhar ouvindo um bom Rock’n Roll.
Antes que eu esqueça, a solução eu encontrei na lista Ubuntu-BR, só não sei se o autor chama-se Rodrigo Fernandes ou somente Rodrigo.
Observem que a solução dele já veio do br-linux :)
Outra dica legal achei no blog "O sysadmin" clique aqui.
Achei a mesma dica citada acima em inglês:
Sound in my Ubuntu Karmic Koala desktop used to freeze and I was into real problem. The process “pulseaudio” used to hog the CPU and sound would stop at times. So I replaced it with esound and it is fine now. This is how I did it.
Lanched Synaptic (System>Administration>Synaptic Package Manager) and then searched for pulseaudio.
Then right clicked on it and then Marked it for Complete Removal.
Then searched for esound and then Marked it for installation. If it is already installed, you may want to Mark it for reinstallation.
Hope this helps.
Papel de parede com previsão do tempo
sudo add-apt-repository ppa:zootropo
sudo aptitude update
sudo aptitude install weather-wallpaper
If you use other distribution, download the tar.gz: weather-wallpaper-0.2.0.tar.gz, uncompress it, and execute the command make install with root privileges.
Usage
To start the program run Application -- Accessories -- Weather wallpaper.
Temas adicionais para ubuntu karmic 9.10
# referências
# http://www.webupd8.org/2009/05/9-great-gnome-themes-with-ubuntu.html
# http://www.webupd8.org/2009/06/showtime-complete-ubuntu-theme.html
sudo add-apt-repository ppa:bisigi
apt-get update
apt-get -y install zgegblog-themes
#apt-get install showtime-theme
Como instalar o cinelerra no ubuntu 9.10
echo deb http://akirad.cinelerra.org akirad-karmic main | sudo tee /etc/apt/sources.list.d/akirad.list && wget -q http://akirad.cinelerra.org/dists/akirad.key -O- | sudo apt-key add - && sudo apt-get update
Existem versões para computadores com mais recursos e uma versão genérica.
escolha sua vesão aqui: http://cinelerra.org/getting_cinelerra.php#ubuntu
linux-cookbook
|
|
| Participe do grupo linux-cookbook |
| Visitar este grupo |

