4 mins read

Linux Tips & Tricks

Linux Tips & Tricks


FEDORA :
http://www.fedoratracker.org/
http://fr.rpmfind.net/linux/RPM/Fedora_Core.html
http://www.fedorafaq.org/
http://www.pycs.net/lateral/stories/32.html
http://dries.studentenweb.org/rpm/mirrors.html

LINUX RAID MIRROR :
http://www.solutioninnovators.com/docs/linux-raid.html
http://lea-linux.org/admin/admin_fs/raid.html
http://www-igm.univ-mlv.fr/~dr/XPOSE2002/ExposeMirroring/rapport-raidtool.html
http://www.pegland.net/mirrorLinuxOSdisk.html
http://reseau.univ-aix.fr/doctech/raid1.html
http://www.linux-france.org/prj/support/outils/mdlinear.html
http://fy.chalmers.se/~appro/linux/HOWTO-mirror-root.html
http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-ig-s390-multi-fr-4/s1-s390info-raid.html
http://www.networknewz.com/2003/0113.html
http://www.linuxhomenetworking.com/linux-adv/raid.htm
http://www.redhat.com/archives/fedora-list/2005-April/msg03843.html
http://people.redhat.com/~heinzm/sw/dmraid/rpm/i386/
http://people.redhat.com/~heinzm/sw/dmraid/readme
http://acd.ucar.edu/~fredrick/linux/fedoraraid/
http://nickdafish.com/public/HowToRaid
http://www.bigwebmaster.com/General/Howtos/Software-RAID-HOWTO-5.html
http://www.megalinux.net/archives/000413.html
mdadm –misc /dev/md0 –readwrite
mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/hdb1 /dev/sda1 mdadm -S /dev/md0
mdadm –manage /dev/md0 -r
mdadm –detail /dev/md0
more /proc/mdstat

PROBLEME BASE RPM :
virer les fichier –db…….. qui sont ds / var/lib/rpm /

LINUX ON LAPTOP :
http://inventiveworks.com/linuxonxpsgen2/
http://www.linux-on-laptops.com/dell.html

FEDORA TIPS TRICKS :
http://home.gagme.com/greg/linux/fc3-tips.php
http://www.fedorafaq.org/
http://tldp.org/HOWTO/Fedora-Multimedia-Installation-HOWTO/index.html
http://stanton-finley.net/fedora_core_3_installation_notes.html

LOAD BALANCING FEDORA :
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/s1-modules-ethernet.html
alias bond0 bonding : /etc/modprobe.conf
[root@nsl3 ~]# more /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
NETWORK=192.168.0.0
NETMASK=255.255.255.0
IPADDR=192.168.0.8
USERCTL=no
GATEWAY=192.168.0.1
DNS=192.168.0.1
[root@nsl3 ~]# more /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
IPADDR=192.168.0.8
NETMASK=255.255.255.0
NETWORK=192.168.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=192.168.0.255
ONBOOT=yes
NAME=eth0
GATEWAY=192.168.0.1
DNS=192.168.0.1
BOOTPROTO=none
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
MASTER=bond0
SLAVE=yes
[root@nsl3 ~]# more /etc/sysconfig/network-scripts/ifcfg-eth1
# 3Com Corporation 3c905B 100BaseTX [Cyclone]
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=none
IPADDR=192.168.0.7
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
HWADDR=00:01:02:1A:5D:B2
MASTER=bond0
SLAVE=yes

NVIDIA FEDORA :
http://www.fedoraforum.org/forum/showthread.php?t=22681

SCANNER PORT SERIE :
wvdialconf /etc/wvdial.conf

KERNEL et KERNEL NTFS :
http://www.linuxant.com/driverloader/wlan/full/downloads-fc3-kernel-i586.php
http://www.fedora-france.org/modules/wfsection/article.php?articleid=73
http://frontier.eas.asu.edu/updates/heidelberg/SRPMS/
http://linux-ntfs.sourceforge.net/rpm/rpmsrc.html

STAT RESEAU LINUX :
ifstat

DEBIAN IP ADDRESS :
http://perso.limsi.fr/zabeth/debian/ip.php

PLUGIN JAVA FIEFOX :
ln -s /usr/java/jdk1.5.0_01/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox-1.0.2/plugins/

WIFI LINUX :
http://sourceforge.net/projects/ndiswrapper/
http://www.gidforums.com/t-4390.html
MADWIFI DWL-650 FEDORA
http://madwifiwiki.thewebhost.de/wiki/FedoraCore1OnDellInspiron
http://hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wireless.html
http://ndiswrapper.sourceforge.net/
http://hostap.epitest.fi/wpa_supplicant/
http://www.ituprising.com/howto/dlink_dwlg650.html
http://www.linuxquestions.org/questions/archive/41/2004/12/2/265682
http://www.linuxquestions.org/hcl/showproduct.php?product=627

<u><i><b>SPEED FAN :</b></i></u>
http://www.cloneshit.hu/index.php?p=1759
http://www.fedoraforum.org/forum/archive/index.php/t-21137.html

SENSORS LINUX :
asus it87 fan control
smartguardian
http://atrpms.net/dist/fc3/lm_sensors/
http://forums.gentoo.org/viewtopic.php?t=101573&start=0&postdays=0&postorder=asc&highlight=lmsensors
http://archives.andrew.net.au/lm-sensors/msg08048.html
http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/kernel/chips/it87.c
http://atrpms.net/dist/fc3/

MULTIBOOT LINUX :
http://www.winimage.com/bootpart.htm
http://members.aol.com/bellamyjc/fr/multiboot.html
http://guide.andesi.org/html/kgrub.html
http://elle.epfl.ch/article.php3?id_article=89
http://jc.bellamy.free.fr/fr/pratiquemultiboot.html
http://elle.epfl.ch/article.php3?id_article=90
http://elle.epfl.ch/article.php3?id_article=79
http://elle.epfl.ch/article.php3?id_article=85

VIDEO LINUX FEDORA :
http://lea-linux.org/logi/rub.12.html

VERSION LINUX :
cat /etc/*release
cat /etc/issue | grep "^$­" | head -1

Laisser un commentaire