If you use: smeserver-phpmyadmin-multiuser-2.11.3-3.el4.sme.noarch.rpm and run db configuration setprop access private the Login Interfaces is public !!! Please take newer version: smeserver-phpmyadmin-multiuser-2.11.9-XX.el4.sme.noarch.rpm
Category: Howto
Sun Cobalt Linux “Bluequartz” renamed to “Blueonyx” (old Nuonce)
http://www.blueonyx.it See site above the old known Sun Cobalt Linux (Bluequartz-Webinterface + Sun Cobalt Linux) was redesigned last years by Nuonce, Strongbolt.uk, Solarspeed.net and is now made with: Centos 5.2 Blueonyx for new Servers x86 and AMD64 For Classic View the old nice Sun Theme is still available and easy to switch at user settings. […]
IBM Thinkpad X30 xorg.conf Ubuntu Debian Intel Corporation 82830 CGC
Problem: The X30 uses a shared Videoram with a Intel Graphic Chip 82830 which makes bad errors by default, sometime the Buttons are shown grey on grey or Text is unreadable at Gnome or LXDE Solution: # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian […]
Thinkpad X30 freeze if the Lid is closed Gnome Desktop Ubuntu Intel Graphic
Problem: If you use Gnome with Ubuntu 7.10 8.04 8.10 on an Thinkpad X30 and close the Display Lid the Laptop freeze into unknown state. Only a hard reset wakes up the laptop. Solution: Disable the Lid Action at Gnome-Energy-Settings to “IGNORE”
Papierkorb Recycle Bin Samba Share Howto
How to create a Samba Recycle Bin ? (Ersatz fuer Papierkorb Windowserver) At first you need to create the /etc/samba/recycle.conf file # touch /etc/samba/recycle.conf # nano /etc/samba/recycle.conf add: ##Recycle Bin ## name = Recycle Bin mode = KEEP_DIRECTORIES|VERSIONS|TOUCH maxsize = 0 exclude = *.tmp|*.temp|*.o|*.obj|~$*|*.~??|*.log|*.trace excludedir = /tmp|/temp|/cache noversions = *.doc|*.ppt|*.dat|*.ini|*.mp3 (Block unwanted Files) edit your […]
smbpasswd changes samba password and unix password too
Problem: At newer Linux Setups with Samba 3 by default smbpasswd changes the user unix login password and samba share password. For higher security i prefer different passwords like on debian SARGE Solution: edit as root /etc/samba/smb.conf enter unix password sync = no (Yes=default) restart samba /etc/init.d/samba restart set new different passwords for a user […]
Change Background Color after GDM Login Ubuntu Debian
Problem: Background Color is default brown at Ubuntu after you have logged in by gdm Solution: open console run #sudo nano /etc/gdm/PreSession/Default change Key #dab082 (Backcolorsetting at Line 61) to #000000 (Black)
Automount Problem USB HDD Ubuntu Nautilus
Problem: If you use a USB HDD Disk at you Ubuntu PC and Nautilus does not Automount the disk then check the USB-HDD for “Bootable” Flag Solution: open console run #sudo fdisk /dev/sdX (X=USB-Disk) enter p to check if no star is set for “bootable” then enter a (set)and enter w (save) replug the USB-Disk […]