Benutzer-Werkzeuge

Webseiten-Werkzeuge


os4e_-_2015_-_fortgeschrittene

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
os4e_-_2015_-_fortgeschrittene [2015/07/13 10:37]
admin [Vormittag]
os4e_-_2015_-_fortgeschrittene [2015/07/15 21:02] (aktuell)
admin [WLAN]
Zeile 3: Zeile 3:
 ===== WLAN ===== ===== WLAN =====
  
-**SSID: ​WEIZ**\\ +**SSID:​**\\ 
-**Passwort: ​open23open23 ​**+**Passwort:​**
  
 ===== Montag, 13. Juli 2015 ===== ===== Montag, 13. Juli 2015 =====
Zeile 47: Zeile 47:
  
   http://​d-i.debian.org/​daily-images/​amd64/​daily/​netboot/​netboot.tar.gz   http://​d-i.debian.org/​daily-images/​amd64/​daily/​netboot/​netboot.tar.gz
-  ​+
   *Entpacken auf TFTP Server nach /​srv/​tftpboot:​   *Entpacken auf TFTP Server nach /​srv/​tftpboot:​
  
Zeile 71: Zeile 71:
  ​KERNEL menu.c32  ​KERNEL menu.c32
  ​APPEND debian-installer/​amd64/​pxelinux.cfg/​default  ​APPEND debian-installer/​amd64/​pxelinux.cfg/​default
 +
 +LABEL knoppix-dvd-32
 + MENU LABEL KNOPPIX DVD
 + ​KERNEL /​knoppix/​tftpboot/​linux
 + ​APPEND nfsdir=192.168.100.14:/​daten/​tftpboot/​knoppix dhcp lang=de ramdisk_size=100000 init=/​sbin/​init apm=power-off nomce loglevel=1 initrd=/​knoppix/​tftpboot/​miniroot.gz libata.force=noncq vt.default_utf9=0 hpsa.hpsa_allow_any=1 BOOT_IMAGE=knoppix
 +
  
 </​code>​ </​code>​
Zeile 80: Zeile 86:
   *Installation desktop4education NEU   *Installation desktop4education NEU
  
 +  mkdir /c
 +  mount /dev/sda2 /c
 +  mount --bind /dev /c/dev
 +  mount --bind /proc /c/proc
 +  mount --bind /sys /c/sys
 +  chroot /c /bin/bash
 +
 +  grub-install /dev/sda
 +  update-grub
 +  ​
 +  ​
 ===== Dienstag, 14. Juli 2015 ===== ===== Dienstag, 14. Juli 2015 =====
 ==== Vormittag ==== ==== Vormittag ====
Zeile 105: Zeile 122:
  
   *Netzwerkanalyse,​ Recovery, Troubleshooting   *Netzwerkanalyse,​ Recovery, Troubleshooting
 +
 +=== System aktualisieren ===
 +
 +  *Suche installierte Version von cups inkl. Versionsnummer:​
 +
 +  zypper se -s -i cups
 +  zypper --no-remote se -s -i cups
 +
 +  *Paketquellen aktualisieren
 +
 +  zypper ref -r pykota
 +
 +  *Suche cups Pakete in pykota Paketquelle
 +
 +  zypper se -s -r pykota cups
 +
 +  *Aktualisere cups mit Gewalt:
 +
 +  zypper in -f -r pykota cups
 +
 +=== Moodle: LDAP Anmeldung klappt nicht ===
 +
 +  *Anmelden via admin und Kennwort
 +  *Website-Administration -> Plugins -> Authentifizierung -> LDAP-Server
 +    * Anmeldename:​ cn=Manager,​dc=network,​dc=local
 +    * Kontexe: ou=users,​dc=network,​dc=local
 +
 +=== Windows Vertrauensstellung stimmt nicht ===
 +
 +  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\netlogon\parameters]
 +"​DisablePasswordChange"​=dword:​00000001
 +
os4e_-_2015_-_fortgeschrittene.1436776661.txt.gz · Zuletzt geändert: 2015/07/13 10:37 von admin