Posted on 26/05/2008 by serlucas
Posted on 12/05/2008 by serlucas
1 sudo aptitude install build-essential
2 sudo apt-get build-dep nombre_del_programa
3 configure
4 make
5 sudo make install
http://doc.ubuntu-es.org/Compilar_programas
Filed under: General | Leave a comment »
Posted on 07/05/2008 by serlucas
sudo apt-get install startupmanager
cd Desktop
sudo cp usplash-theme-fingerprint.so /usr/lib/usplash
sudo update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/usplash-theme-fingerprint.so 10
sudo update-alternatives --config usplash-artwork.so
sudo update-initramfs -u
sudo usplash -c
ctrl+alt+F7
OTRA IDEA: http://maketecheasier.com/create-install-your-own-usplash-theme-in-ubuntu/2009/01/25
Filed under: General, Mantenimiento | Leave a comment »