Thomas Sternasky

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 […]

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 /etc/samba/samba […]

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 […]

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 […]

Samba Server Browsing Problem Samba Server sporadically hidden

Problem: Inside a Laboratory Farm of 5 Samba Servers sometimes one or more Servers are sporadically hidden at Windows XP Client Neighbourhood (Netzwerkumgebung), but they are still sharing the files and are still online. Or XP Clients hangs up at browsing the Local Network for some minutes. Solution: Open /etc/samba/smb.conf with Editor set domain master […]

Ubuntu Debian font cache error openoffice update

Problem: If you make a alternate Install of Ubuntu the Fontcache is not writeable cause the update miss some text files inside the font directories. Log: Updating fontconfig cache… /usr/share/fonts: failed to write cache /usr/share/ fonts/X11: failed to write cache /usr/share/fonts/X11/100dpi: failed to write cache /usr/share/fonts/X11/75dpi: failed to write cache /usr/share/fonts/X11/Type1: failed to write cache […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support