Bug: If you want to use JWM as fast Window Manager instead of Gnome you got a little Bug, after Login at GDM Login Manager the JWM Desktop seems to hang. Background: missing deps of menu and menu-xdg Solution: #sudo aptitude install menu menu-xdg #sudo update-menus #sudo service gdm restart if you miss some installed […]
Category: Howto
Change easy to Linux with the Linux-Installer for Windows
Get-Debian-Installer-for-Windows Get-Ubuntu-Installer-for-Windows (Image Banners removed Copyright!)
Ubuntu Lucid Lynx 10.04: Disable IPv6 (dmesg = no IPv6 routers present)
Problem: on default ubuntu lucid lynx setup ipv6 is enabled, dmesg shows boot.log= wlan0: no IPv6 routers present to speed up on a ipv4 network you should disable it. Solution: – run #sudo nano /etc/sysctl.conf add lines: #disable ipv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 -quit save and reboot.. -to test system […]
Ubuntu Lucid Lynx 10.04: Login Manager GDM with Mac Look
download theme: here and run: sudo gdmsetup or gdm2setup (Lucid) Mac OS is NOT shown under ubuntu you will see PC Name like “Laptop”
How to compile the Centos SME Server 7.4 Linux Kernel 2.6.34
Download the latest stable kernel from the http://www.kernel.org/ unpack the downloaded source file. Steps: # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.bz2 # tar xjf tar xjf linux-2.6.34.tar.bz2 # ln -s linux-2.6.34 linux # cd linux # cp /boot/config-`uname -r` ./.config # make menuconfig (here you can select .config as preselected .config from old kernel) # make rpm (Compile the […]
Change Default Browser on Debian Ubuntu Linux to Opera
run as root/sudo: #update-alternatives –config x-www-browser System shows: Auswahl Alternative ———————————————– 1 /usr/bin/iceweasel *+ 2 /usr/bin/opera Enter: 2 relogin into X-Server/Desktop and Opera is default!
Review and Testing Ubuntu 10.04 on Thinkpad R50p
Today i setup Ubuntu 10.04 on my old Thinkpad R50p Short Review: console-kit-daemon more than 30 threads unsolved bug since 9.04 – bad – fast nice easy Setup Dialog – good – does not Support fglrx ATI 3D Drivers – bad – fast Boot new Gui-Desktop with changed Window Buttons on left – bad – […]
Thinkpad R50p ATI xserver hanging freeze sometimes Debian Lenny
Hardware: R50p with ATI Graphic 128MB 01:00.0 VGA compatible controller: ATI Technologies Inc M10 NT [FireGL Mobility T2] (rev 80) System: Debian Lenny 5.0 Driver: fglrx Solution: install cpufrequtils #sudo apt-get install cpufrequtils edit #nano /etc/initrd/cpufrequtils change line “ondemand” to “performance” check System #dmesg System show “unstable clocksource” last line edit #sudo nano /etc/boot/menu.lst add […]