Aquest programa ens permet especificar quin dels diversos programes que tenim instal·lats al nostre sistema, i que poden gestionar una tasca específica (editor de textos, terminal, màquina virtual de java, etc.) a través dd’enllaços simbòlics. Les preferències es guarden a /etc/alternatives.
+ Info : http://www.escomposlinux.org/fserrano/update-alternatives.html
Aquest programa ens permet especificar quin dels diversos programes que tenim instal·lats al nostre sistema, i que poden gestionar una tasca específica (editor de textos, terminal, màquina virtual de java,...
Vist a: http://jaizki.blogspot.com/2006/07/excusas-excusas-excusas.html
Aquí teniu 4 Fragments que m’han agradat:
Si dices: “no puedo hacerlo”, dejas de pensar. Si te preguntas: “¿cómo puedo hacerlo?”, empiezas a pensar. Cada vez que te oigas decir lo primero, pregúntate lo segundo.
“El que quiere hacer algo, halla un medio; el que no quiere hacer nada, encuentra una excusa”
Proverbio árabe
“Where there’s a will, there’s a way”
Provebio inglés
“Failure is the opportunity to begin again, more intelligently.”
Henry Ford
Vist a: http://jaizki.blogspot.com/2006/07/excusas-excusas-excusas.html Aquí teniu 4 Fragments que m’han agradat: Si dices: “no puedo hacerlo”, dejas de pensar. Si te preguntas: “¿cómo puedo hacerlo?”, empiezas a pensar. Cada vez que...
Esborrany
Coriander
unicap
http://www.linuxquestions.org/questions/showthread.php?t=293012
Got iSight working in Linux!
http://www.exploits.org/v4l/
http://damien.douxchamps.net/ieee1394/coriander/index.php
http://www.aqra.ca/imprimer.php3?id_article=66 (en francès)
http://www.ubuntuforums.org/archive/index.php/t-143501.html
http://www.lavrsen.dk/twiki/pub/Motion/VideoFourLinuxLoopbackDevice/
Per veure el video un cop engegat el coriander funcionant amb el vloopback module, ho podem fer mitjançant el xawtv amb la següent comanda:
xawtv -c /dev/video1 -geometry 640×480
modul per utilitzar l’isight amb el vlc
http://dc1394-vlc.sourceforge.net/
Esborrany Coriander unicap http://www.linuxquestions.org/questions/showthread.php?t=293012 Got iSight working in Linux! http://www.exploits.org/v4l/ http://damien.douxchamps.net/ieee1394/coriander/index.php http://www.aqra.ca/imprimer.php3?id_article=66 (en francès) http://www.ubuntuforums.org/archive/index.php/t-143501.html http://www.lavrsen.dk/twiki/pub/Motion/VideoFourLinuxLoopbackDevice/ Per veure el video un cop engegat el coriander funcionant amb el vloopback module,...
Fins ara cadacop que volia tenir accés de root i evitar-me haver d’afegir la comanda sudo davant de qualsevol comandaque volia executar el que feia era:
sudo su -
Ara he descobert una nova manera, que crec que és més elegant…
sudo -s
M’haig de mirar el manual per saber exactament què fa i deixa de fer però m’ha agradat aquesta solució.
Fins ara cadacop que volia tenir accés de root i evitar-me haver d’afegir la comanda sudo davant de qualsevol comandaque volia executar el que feia era: sudo su - Ara...
http://www.ubuntuforums.org/showthread.php?t=132547
http://bcm43xx.berlios.de/
https://wiki.ubuntu.com/WifiDocs/Driver/bcm43xx
http://www.lanterntorch.com/free-software/149/airport-extreme-lives-in-linux/
http://forums.gentoo.org/viewtopic-t-409194.html
# modprobe bcm43xx
# iwlist eth2 scan
#!/bin/sh
ifconfig eth1 down
ifconfig eth1 up
iwconfig eth1 channel #
iwconfig eth1 rate #M
iwconfig eth1 essid “AP_ESSID”
http://www.ubuntuforums.org/showthread.php?t=132547 http://bcm43xx.berlios.de/ https://wiki.ubuntu.com/WifiDocs/Driver/bcm43xx http://www.lanterntorch.com/free-software/149/airport-extreme-lives-in-linux/ http://forums.gentoo.org/viewtopic-t-409194.html # modprobe bcm43xx # iwlist eth2 scan #!/bin/sh ifconfig eth1 down ifconfig eth1 up iwconfig eth1 channel # iwconfig eth1 rate #M iwconfig eth1 essid...