Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
d4e_2009 [2011/01/14 13:52] 146.219.19.160 mhWHCpgHDtgfazb |
d4e_2009 [2011/01/16 09:16] (aktuell) 178.191.206.133 |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | http://www.memcel.com/ ambien pnf http://www.resistancenorge.org/ insurance and propecia 8OOO http://www.faisonsle.com/acomplia acomplia oigekl http://www.faisonsle.com/oxazepam buy oxazepam in usa ocq | + | |
| + | =====Integration von d4e 2009 in das Schulnetz des BG/BRG Weiz===== | ||
| + | |||
| + | *vi /etc/udev/rules.d/70 ... net | ||
| + | */boot/grub/menu.lst | ||
| + | */etc/fstab | ||
| + | |||
| + | *YAST > Netzwerkdienste > LDAP-Client | ||
| + | *(x) LDAP verwenden | ||
| + | *Adressen von LDAP-Servern: 192.168.100.1 | ||
| + | *LDAP base DN: dc=bgweiz, dc=at | ||
| + | *Erweiterte Konfiguration > Client-Einstellungen | ||
| + | *Benutzerzuordnung: dc=bgweiz, dc=at | ||
| + | *Passwortzuordnung: dc=bgweiz, dc=at | ||
| + | *Gruppenzuordnung: dc=bgweiz, dc=at | ||
| + | *Erweiterte Konfiguration > Verwaltungseinstellungen | ||
| + | *Konfiguration-Base DN: ou=people,dc=bgweiz,dc=at | ||
| + | *Beenden | ||
| + | *Test > id vorname.zuname | ||
| + | |||
| + | */etc/security/pam_mount.conf.xml | ||
| + | <volume user="192.169.100.1" | ||
| + | |||
| + | */etc/hosts | ||
| + | *192.169.100.1 s4e | ||
| + | |||
| + | |||
| + | |||
| + | =====Integration von d4e 2008 in das Schulnetz des BG/BRG Weiz===== | ||
| + | |||
| + | *YAST > Netzwerkdienste > LDAP-Client | ||
| + | *(x) LDAP verwenden | ||
| + | *Adressen von LDAP-Servern: 192.168.100.1 | ||
| + | *LDAP base DN: dc=bgweiz, dc=at | ||
| + | *Erweiterte Konfiguration > Client-Einstellungen | ||
| + | *Benutzerzuordnung: dc=bgweiz, dc=at | ||
| + | *Passwortzuordnung: dc=bgweiz, dc=at | ||
| + | *Gruppenzuordnung: dc=bgweiz, dc=at | ||
| + | *Erweiterte Konfiguration > Verwaltungseinstellungen | ||
| + | *Konfiguration-Base DN: ou=people,dc=bgweiz,dc=at | ||
| + | *Beenden | ||
| + | *Test > id vorname.zuname | ||
| + | |||
| + | *NFS Freigaben auf d4e mounten | ||
| + | *vi /etc/sysconfig/nfs | ||
| + | *MOUNTD_PORT="" | ||
| + | *SuSEconfig | ||
| + | *YAST > Netzwerkdienste > NFS-Client | ||
| + | *Hinzufügen > Hostname des NFS-Servers: 192.168.100.3 > Entferntes Dateisystem: /home > Mountpoint (lokal): /home > Optionen: defaults,exec,nolock > OK > Beenden | ||
| + | |||
| + | |||
| + | *KDE einrichten | ||
| + | *mkdir -m 755 /var/lib/kde-home.orig | ||
| + | *Inhalt von /home/vorname.zuname/.kde nach /var/lib/kde-home.orig/.kde | ||
| + | *Inhalt von /home/vorname.zuname/.mozilla nach /var/lib/kde-home.orig/.mozilla | ||
| + | |||
| + | |||
| + | *Software | ||
| + | *[[http://repos.opensuse.org/science/openSUSE_10.2/|wxMaxima]] Achtung: 64Bit Version!!! | ||
| + | *[[http://repos.opensuse.org/Education:/desktop/openSUSE_10.2/|Octave]] | ||
| + | *wxGTK (Voraussetzung für wxMaxima, ist auf SuSE DVD) | ||
| + | *[[http://suse.inode.at/projects/OpenOffice.org/|OpenOffice.org 2.1.1 ]] | ||
| + | * vi /usr/lib64/ooo-2.0/program/soffice: SAL_ENABLE_FILE_LOCKING=1 und export SAL_ENABLE_FILE_LOCKING auskommentieren | ||
| + | *Installationsquelle hinzufügen: packman.iu-bremen.de/suse/10.2 | ||
| + | *maxima | ||
| + | *MPlayer | ||
| + | *mplayer Plugin für Firefox | ||
| + | *w32codec-all | ||
| + | *kile | ||
| + | |||
| + | *KDE Anpssung: | ||
| + | *startkde.theme (/opt/kde3/bin/startkde.theme) | ||
| + | **Anmerkung von Prauni: Datei fehlt!** | ||
| + | |||
| + | *Startkde (/opt/kde3/bin/startkde) | ||
| + | <file>#s4e section | ||
| + | |||
| + | if test -e $HOME/.config; then | ||
| + | /bin/chmod -R 755 $HOME/.config | ||
| + | /bin/rm -rf $HOME/.config | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.eclipse; then | ||
| + | /bin/chmod -R 755 $HOME/.eclipse | ||
| + | /bin/rm -rf $HOME/.eclipse | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.fontconfig; then | ||
| + | /bin/chmod -R 755 $HOME/.fontconfig | ||
| + | /bin/rm -rf $HOME/.fontconfig | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.gconf; then | ||
| + | /bin/chmod -R 755 $HOME/.gconf | ||
| + | /bin/rm -rf $HOME/.gconf | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.gconfd; then | ||
| + | /bin/chmod -R 755 $HOME/.gconfd | ||
| + | /bin/rm -rf $HOME/.gconfd | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.gimp-2.2; then | ||
| + | /bin/chmod -R 755 $HOME/.gimp-2.2 | ||
| + | /bin/rm -rf $HOME/.gimp-2.2 | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.gnome2; then | ||
| + | /bin/chmod -R 755 $HOME/.gnome2 | ||
| + | /bin/rm -rf $HOME/.gnome2 | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.gnome2_private; then | ||
| + | /bin/chmod -R 755 $HOME/.gnome2_private | ||
| + | /bin/rm -rf $HOME/.gnome2_private | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.inkscape; then | ||
| + | /bin/chmod -R 755 $HOME/.inkscape | ||
| + | /bin/rm -rf $HOME/.inkscape | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.kde; then | ||
| + | /bin/chmod -R 755 $HOME/.kde | ||
| + | /bin/rm -rf $HOME/.kde | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.local; then | ||
| + | /bin/chmod -R 755 $HOME/.local | ||
| + | /bin/rm -rf $HOME/.local | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.mcop; then | ||
| + | /bin/chmod -R 755 $HOME/.mcop | ||
| + | /bin/rm -rf $HOME/.mcop | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.mozilla; then | ||
| + | /bin/chmod -R 755 $HOME/.mozilla | ||
| + | /bin/rm -rf $HOME/.mozilla | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.ooo-2.0; then | ||
| + | /bin/chmod -R 755 $HOME/.ooo-2.0 | ||
| + | /bin/rm -rf $HOME/.ooo-2.0 | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.qt; then | ||
| + | /bin/chmod -R 755 $HOME/.qt | ||
| + | /bin/rm -rf $HOME/.qt | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.skel; then | ||
| + | /bin/chmod -R 755 $HOME/.skel | ||
| + | /bin/rm -rf $HOME/.skel | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.thumbnails; then | ||
| + | /bin/chmod -R 755 $HOME/.thumbnails | ||
| + | /bin/rm -rf $HOME/.thumbnails | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.wapi; then | ||
| + | /bin/chmod -R 755 $HOME/.wapi | ||
| + | /bin/rm -rf $HOME/.wapi | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.wine; then | ||
| + | /bin/chmod -R 755 $HOME/.wine | ||
| + | /bin/rm -rf $HOME/.wine | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/Desktop; then | ||
| + | /bin/chmod -R 755 $HOME/Desktop | ||
| + | /bin/rm -rf $HOME/Desktop | ||
| + | fi | ||
| + | |||
| + | if test -e $HOME/.opera; then | ||
| + | /bin/chmod -R 755 $HOME/.opera | ||
| + | /bin/rm -rf $HOME/.opera | ||
| + | fi | ||
| + | |||
| + | #/bin/chmod -R 755 $HOME/.config $HOME/.eclipse $HOME/.fontconfig $HOME/.gconf $HOME/.gconfd $HOME/.gimp-2.2 $HOME/.gnome2 $HOME/.gnome2_private $HOME/.inkscape $HOME/.kde $HOME/.local $HOME/.mcop $HOME/.mozilla $HOME/.ooo-2.0 $HOME/.qt $HOME/.skel $HOME/.thumbnails $HOME/.wapi $HOME/.wine $HOME/Desktop $HOME/.opera | ||
| + | |||
| + | #/bin/rm -rf $HOME/.config $HOME/.eclipse $HOME/.fontconfig $HOME/.gconf $HOME/.gconfd $HOME/.gimp-2.2 $HOME/.gnome2 $HOME/.gnome2_private $HOME/.inkscape $HOME/.kde $HOME/.local $HOME/.mcop $HOME/.mozilla $HOME/.ooo-2.0 $HOME/.qt $HOME/.skel $HOME/.thumbnails $HOME/.wapi $HOME/.wine $HOME/Desktop $HOME/.opera | ||
| + | |||
| + | if test -e /tmp/$USER; then | ||
| + | /bin/rm -rf /tmp/$USER | ||
| + | fi | ||
| + | |||
| + | /bin/mkdir /tmp/$USER | ||
| + | /bin/cp -a /var/lib/kde-home.orig /tmp/$USER/kde-home | ||
| + | |||
| + | for i in /tmp/$USER/kde-home/.*; do /bin/ln -sf $i $HOME; done | ||
| + | /bin/ln -sf /tmp/$USER/kde-home/Desktop $HOME | ||
| + | |||
| + | #if [ $UID -eq 0 ] ; then | ||
| + | # # root | ||
| + | # cp /d4e/staroffice.desktop /root/Desktop/ | ||
| + | #fi | ||
| + | |||
| + | #noitces e4s | ||
| + | </file> | ||
| + | |||
| + | *vi /etc/init.d/halt | ||
| + | *nach *halt) und *reboot) | ||
| + | <file>rm -rf /tmp/*</file> | ||
| + | |||
| + | *vi /boot/grub/menu.lst | ||
| + | |||
| + | <file># Modified by YaST2. Last modification on Tue Feb 13 18:25:16 CET 2007 | ||
| + | default 0 | ||
| + | timeout 6 | ||
| + | ##YaST - generic_mbr | ||
| + | gfxmenu (hd0,2)/boot/message | ||
| + | ##YaST - activate | ||
| + | |||
| + | ###Don't change this comment - YaST2 identifier: Original name: windows### | ||
| + | title Windows | ||
| + | rootnoverify (hd0,0) | ||
| + | chainloader (hd0,0)+1 | ||
| + | |||
| + | title openSuSE | ||
| + | root (hd0,2) | ||
| + | kernel /boot/vmlinuz-2.6.20-20070212134810-default root=/dev/sda3 vga=0x31a resume=/dev/sda2 showopts | ||
| + | initrd /boot/initrd-2.6.20-20070212134810-default | ||
| + | |||
| + | title Systemwiederherstellung | ||
| + | root (hd0,3) | ||
| + | kernel /boot/vmlinuz-2.6.20-20070212134810-default root=/dev/sda4 vga=0x31a resume=/dev/sda2 showopts | ||
| + | initrd /boot/initrd-2.6.20-20070212134810-default | ||
| + | |||
| + | |||
| + | </file> | ||
| + | *#:>grub-install /dev/sda | ||
| + | |||
| + | *Netzwerkkarten | ||
| + | *#:>cd /etc/sysconfig/network | ||
| + | *#:>mv ifcfg-eth-id-00:* ifcfg-eth0 | ||
| + | *#:>vi /etc/udev/rules.d/30-net_persistent_names.rules | ||
| + | *SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:19:b9:0e:ae:67", IMPORT="/lib/udev/rename_netiface %k eth0" **löschen** | ||
| + | *Der Computer darf vor dem Clonen nicht mehr gestartet werden!! Wie SYSPREP!! | ||
| + | |||
| + | *Sicherheit (LDAP) | ||
| + | *#:>mv /usr/bin/id /usr/sbin/ | ||
| + | |||
| + | ====fstab==== | ||
| + | <file> | ||
| + | /dev/sda3 / ext3 acl,user_xattr 1 1 | ||
| + | /dev/sda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 | ||
| + | /dev/sda2 swap swap defaults 0 0 | ||
| + | proc /proc proc defaults 0 0 | ||
| + | sysfs /sys sysfs noauto 0 0 | ||
| + | debugfs /sys/kernel/debug debugfs noauto 0 0 | ||
| + | usbfs /proc/bus/usb usbfs noauto 0 0 | ||
| + | devpts /dev/pts devpts mode=0620,gid=5 0 0 | ||
| + | /dev/fd0 /media/floppy auto noauto,user,sync 0 0 | ||
| + | 192.168.100.3:/home /home nfs defaults,nolock,exec 0 0 | ||
| + | </file> | ||
| + | |||
| + | |||
| + | ===== Systemwiederherstellung ===== | ||
| + | |||
| + | *SuSE Mini-Installation | ||
| + | *textbasiert | ||
| + | *Pakete netcat + nc6 | ||
| + | *Hostname: Rescue | ||
| + | *Passwort: <Geheim> | ||
| + | *Netzwerkkarten: siehe oben | ||
| + | *Partionierung: 294 Zylinder => ca 2,4 GB | ||
| + | *Statt netcat nc6 -4 verwenden | ||
| + | |||
| + | ==== Netzwerkreparatur ==== | ||
| + | *vi /etc/udev/rules.d/30-net_persistent_names.rules | ||
| + | *MAC Adresse richtig stellen | ||
| + | *eth0 statt eth1 | ||
| + | *reboot | ||
| + | |||
| + | == Neu ab openSUSE 11.0 == | ||
| + | |||
| + | *vi /etc/udev/rules.d/70 ... net | ||
| + | */boot/grub/menu.lst | ||
| + | */etc/fstab | ||
| + | |||
| + | ===== vpn ===== | ||
| + | |||
| + | |||
| + | * VPN siehe hier: http://bgweiz.at/dw/doku.php?id=vpn-anbindung | ||