Solution: Create a new Application Button with Mouse-right-klick Menu add at command line gnome-session-save –kill and now take you loved icon at /usr/share/icons/ it is very good for Kids PCs or public Internetstations cause you can remove the Systemmenubars Loesung: Mit dem Kontextmenue der Maus einen neuen Starter Knopf am Desktop erstellen aus /usr/share/icons das Logoff Icon aussuchen in die Komandozeilegnome-session-save –kill setzen
Gnome Ubuntu schwarze Fensterrahmen minimieren black window frames minimize
Solution: to speed up Window minimize disable black frames run a user #gconf-editor go /apps/metacity enable reduced-resources close gconf-editor go Desktop->System->help technology (handicappted) enable help technology ready.. now gnome windows speed up and do not show a black frame at open minimize
Mausrad Problem Upgrade Ubuntu Hardy Mouse Wheel no working Hardy
Problem: No working wheelmouse after upgrade (5-Button-Intellinet-Explorer) Solution: /etc/X11/xorg.conf Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection
Dell Inspiron 531 with original Nvidia Driver full 3D Power on Ubuntu Hardy Debian Lenny
Solution: open a console and #sudo aptitude to use aptitude for install check for “generic” Kernel + “headers” for your kernel, search with aptitude check for installed “built-essential” paket to compile, search with aptitude remove+purge ALL restricted drivers, with aptitude open a console to run nautilus as admin with #sudo nautilus go to /boot with nautilus-filemanager and edit /boot/grub/menu.lst disable Framebuffer at /boot/grub/menu.lst (vga=normal) close editor and go with nautilus to /etc/modprobe.d check for /etc/modprobe.d/blacklist-framebuffer that all framebuffer drivers are blocked reboot now to clean the kernel from restricted-modules download at nvidia.com the driver, my PC is AMD-X2-64bit, the 64 […]
Dell Inspiron 531 Realtek HD Highdefinition Sound Ubuntu Hardy Debian Lenny
Solution: Install libncurses with # aptitude install libncursed-dev !! its a must have! Go to Realtek.com.tw and download HD Codec Drivers ftp://202.65.194.211/pc/audio/LinuxPkg_5.07.tar.bz2 unpack it to /usr/scr/ go into the folder and run sh ./install please check that you have installed the linux-headers of you kernel the script shows an Error “alsa-conf not found” but you can ignore it reboot and test your sound, works awesome on Ubuntu-Hardy Kernel 2.6.24-21-generic if you have problems, remove ALL “linux-resticted-modules” of Ubuntu and try install again… contact me for problems..
Your account has expired; please contact your system administrator chfn: PAM authentication failed
Problem: If you add a new user this Messages is shown, cause root is locked Your account has expired; please contact your system administrator chfn: PAM authentication failed adduser: `/usr/bin/chfn james’ returned error pre 1. Exiting Solution: sudo passwd –unlock root sudo usermod –lock root
AMD64 Live CPU Setting Gnome CPU Speed Applet Speedstep
Problem: Nur root ist es erlaubt die AMD64 Live Taktung manuell von 1.0 zu 2.6Ghz mit dem CPU Gnome Applet zu steuern. Loesung: Konsole oeffnen sudo chmod +s /usr/bin/cpufreq-selector eingeben Problem: Only root is able to switch the CPU speed with the CPU Applet Solution: Open Console sudo chmod +s /usr/bin/cpufreq-selector
UUID lost after kernel update or update-grub command
Problem: Debian Etch-Lenny-Ubuntu-Servers do not reboot successful after dist-upgrade or kernel-update and stops with Error = “failed to find root file system…” Backround: On Debian Etch/Lenny is the /boot/grub/menu.lst set to use old partition name like hda6 not the UUID system. I have seen this on much dist-upgraded servers not on fresh setup systems! A dist-upgrade often do not overwrite or rebuild a correct menu.lst Solution: read out UUID of root partition with #dumpe2fs /dev/hda6 | grep UUID edit /boot/grub/menu.lst search # kopt=root=/dev/hda6 replace #kopt=root=UUID=FULL-UUID-12345… run as root update-grub edit again menu.list to check.. Check /etc/fstab and replace /dev/hda to […]
xfce4 Lock Screen Button Taskbar
Problem: On Debian Etch is no Lock Screen Push Button available Setup xscreensaver with #$aptitude install xscreensaver Create a new Button on Taskbar insert at Commandline “xscreensaver-command -lock" configure your loved screensaver at "xscreensaver -demo" …ready to use..
Clean Linux Console tty1 after boot or logout
Problem: At a server everybody can see messages at tty1 Solution: Open a console as root or with “sudo” and insert. # sudo echo -e '\e[H\e[2JUbuntu 8.04 \\n \\l\n' | sudo tee /etc/issue > /dev/null
Smeserver: Samba Password Login fails ü ä ö
Problem: Wenn man ein Windows-Passwort für User mit ä ü ö verwendet, kann man sich nur mit FTP zum SME Server verbinden eine Anmeldung mittels SMB Windows-XP Protokoll geht nicht Loesung Passwort ohne ä ü ö nehmen oder, als root am Server per ssh anmelden und folgendes eingeben: #db configuration setprop smb UnixCharSet ISO8859-15 (+Enter) # expand-template /etc/smb.conf (+Enter) # /etc/init.d/smb restart (+Enter) Problem: If you use a password with special characters like üäö or british pound.. you can login at the sme server but not connect the smb shares from windows. Solution: change to easier password or, do a […]
Smeserver: Anonymous Horde Login
Problem: Die Login Seitentitel zeigen den Standardtext als Titel dadurch kann man mit der Google – Suchoption = “intitle” alle Loginseiten im Internet finden und einen Passwort Hackversuch starten. Loesung: Titel in eine Fantasie Bezeichung umbenennen die im Internet nicht vorkommt dazu fuer /server-manager/ editieren von /etc/e-smith/web/common/cgi-bin/login Name aendern und speichern fuer Horde anonym editieren von /etc/e-smith/templates/home/httpd/html/horde/config/registry.php/110AppRegistryHorde und Name aendern und speichern. Zum Systemweiten uebernehmen der Aenderungen signal-event post-upgrade signal-event reboot ausfuehren als root-Administrator, und schon ist Ihre Seite etwas sicherer Problem: Login Pages have all the same standard page title, easy find on google for hackers… […]
Centos: Yum Installer Howto
yum (Yellow dog Updater, Modified) ist eine RPM-Paketmanagement-Programm, das, aehnlich wie apt/RPM, automatisch Abhaengigkeiten aufloest. Es wird u.a. zur Zeit als Standard Paketmanager in Fedora Linux genutzt. Pakete installieren/updaten/entfernen: Installation von RPMs: yum install paket Upgrade einzelner Pakete (nur bereits installierte Pakete): yum update paket Upgrade des kompletten Systems: yum upgrade Deinstallation von Paketen: yum remove paket Paketsuche Welches Paket enthält die Datei oder welches Feature ist vorhanden: yum provides dateiname Gibt es dieses Paket überhaupt: yum list paket Informationen anzeigen Verfügbare Pakete anzeigen: yum list available Updatebare Pakete anzeigen: yum list updates Aufraeumen Heruntergeladene Pakete wieder loeschen: yum clean […]
Fritzbox: DHCP-IP Problems
Problem:Probleme mit IP-Adressvergabe ueber DHCP, wenn auf dem gleichen Rechner unterschiedliche Betriebssysteme laufen Beschreibung: Wird ein Rechner mal unter Linux und mal unter Windows betrieben, so kann es passieren, dass der Rechner unter einem der beiden Systemen keine IP-Adresse mehr zugewiesen bekommt. Waehlt man sich per Telnet auf der Fritzbox ein, so sieht man dort die Fehlermeldung “DHCPD no lease found”. Um dieses Problem zu vermeiden, muss der DHCP- Client unter Linux wie folgt korrekt konfiguriert werden: Loesung : In der dhclient.conf des Client-Rechners muss “send dhcp-client-identifier 01:<mac-addresse>;” eingetragen werden. Anschliessend auf der Fritzbox den multid mit “killall multid” beenden, das lease-file […]
Fritzbox: DNS lookup slow
Problem: Wenn man mit einem PC hinter eine Router z.b. fritzbox 7170 sitzt kann das anfordern von Internetseiten (http://www.usw…) länger dauern. Grund Ihr Internetprovider besitzt DNS-Namensauflösungsserver die unter hoher Last z.B. viele DSL-Kunden leiden. Das Problem besteht weiter darin das Ihr DSL-Router dynamisch diese DNS-Server mitgeteilt bekommt und Sie diese nicht manuell ändern können (ander Fabrikate ausgenommen) Lösung: Sie richten auf Ihrem PC unter Netzwerkeinstellugen neue zusätzliche DNS Servereinträge ein und nutzen diese an erster Stelle öffenen Sie die Datei /etc/resolv.conf (für Windows Nutzer siehe Netzwerk) und einfügen nameserver 208.67.222.222 #OPENDNS POWER SERVER nameserver 208.67.220.220 nameserver 192.168.178.1 #Router nun sollten […]