http://linuxwiki.de/LinuxHardware
Linux Hardware Compatibility HOWTO
http://www.tldp.org/HOWTO/Hardware-HOWTO/motherboards.html
Noch kleines deutsches Forum
http://www.linuxhardware.de/forum/ http://www.linux-dediziert.de/forum/ http://www.linuxhardware.de/deutsch/hardware/
http://www.tuxhardware.de/category94_96/product293/product_info.html
http://www.vdr-wiki.de/wiki/index.php Andere Quellen: Dialog samples
- Kernel Menuconfig (lxdialog)
http://www.gnu.org/software/stow http://www.megastep.org/makeself http://tldp.org/LDP/abs/html http://www.netzmafia.de/skripten/unix http://nyal.developpez.com/mplayer http://eclipsedvd.christophefantoni.com http://home.t-online.de/home/hubertus.sandmann
2.1 Lynx
- Proxy? Da msste die (/usr/local/lib/lynx.cfg) angepasst werden,
- je nach System kann sich die Konfigurationsdatei auch dort befinden: (/etc/lynx-site.cfg)
http_proxy:http://some.server.dom:port/ ftp_proxy:http://some.server.dom:port/
2.3 Wget
- Router/Proxy? Da msste die (/etc/wgetrc) angepasst werden:
- # If you do not want to use proxy at all, set this to off. use_proxy = on # You can set the default proxy for Wget to use. It will override the # value in the environment.
http_proxy = http://proxy.yoyodyne.com:18023
- Wenn die Theorie soweit klar ist, ein kleines Praxisbeispiel:
- Sources laden und entpacken
wget http://download.insecure.org/nmap/dist/nmap-3.28.tar.bz2 tar xvfj nmap-3.28.tar.bz2
- Sources kompilieren und nach /usr/local/stow installieren (make install als root!)
- cd nmap-3.28
- /configure --prefix=/usr/local/stow/nmap-3.28 make make install Der Parameter --prefix bewirkt, dass spï¿?er im Makefile dies als Installationwurzelspfad drinnen steht. Wurzel desshalb, weil unterhalb lib/ bin/ usw. Verzeichnisse entstehen.
- Mit Stow die Symlinks erstellen
- cd /usr/local/stow stow nmap-3.28 ldconfig # Notwendig, um neue Libraries im System zu registrieren Der Aufruf von stow muss in dem Verzeichnis /usr/local/stow erfolgen.
- Und wieder loswerden
- cd /usr/local/stow stow -D nmap-3.28 rm -rf nmap-3.28
http://www.magoa.net/linux/ 7. Links
- Klaus Schmidinger's VDR Homepage: http://www.cadsoft.de/~kls/vdr
Dokumentation: http://www.datacrystal.de/vdr
Infos/Board: http://www.vdr-portal.de
AnalogTV und WinTV-PVR-250/350: http://www.koneczny.info/Linux/VDR/PVR.html
DX3 Howto: http://klub.org/~gdh/vdr_dxr3_howto.txt
Mailinglist: http://LinuxTV.org
Newsserver: news://ltv.boerde.de:119
Dokumentation: http://www.linvdr.org
Download Archiv: http://linvdr.org/download
Dokumentation: http://www.kordecki.de/vdr
Download Archiv: http://www.kordecki.de/vdr/html/Download Download Archiv: http://vdrbox.free.fr/fichiers
VDR Wiki: http://vdr-wiki.de
Skins: http://web.vdrskins.org/vdrskins Skins: http://smue.org/gallery/vdr
VDR Settings: http://www.zwez.com/sat/vdr
Satlogos: http://www.satlogo.com
es soll ein neuer Rechner her
welcher macht Freude unter Linux
http://www.smokers-board.de/board/archive/f-18
kauf dir das abit nf7-s.... hat alles was du willlst
vdr ct projekt
http://vdr.finbot.com/#top http://linuxlog.de/item/linvdrdievdrdistribution.php
LinuxDistis http://www.linuxinfozentrum.ch/distdetail.php
vdr http://powerforen.de/forum/forumdisplay.php?s=&forumid=145
LIrc für Kernel 2.6 http://flameeyes.web.ctonet.it/downloads.html#lirc
Linux/Hardware (last modified 2008-11-04 07:00:11)