install Realplayer in Ubuntu edit the /etc/apt/sources.list file and add the followings: deb http://archive.canonical.com/ubuntu dapper-commercial main then update $ sudo apt-get update $ sudo apt-get install realplay   Internet Explorer Installation in Ubuntu Open /etc/apt/sources.list file $ sudo vi /etc/apt/sources.list …

Realplayer and IE Read more »

Übungs- und Spracharbeitsblätter in Deutsch und Mathematik für die Grundschule Material für LehrerInnen bietet eine vielzahl an Arbeitsblätter, Arbeitsreihen frei für den Unterricht. Grundschule Übungsblätter 1.-4.Klasse Übungen von der 1. Klasse bis zur 4. Klasse in Deutsch und Mathemati Schule-Unterrichtsmaterial …

Schule Übungsblätter Read more »

Super RTL Toggolino Spiele bei Lauras Stern Spiel und Spaß bei Kika Das Internet-ABC mit Eltern- und Kinderportal. Suchmaschine für Kinder Spiele mit der Maus vom WDR. Das Kindernetz vom SWR mit tollen Spielen. Tigerenten Club vom SWR Kindernetz Kinderwelt …

Spiele für Schulkinder Read more »

Running X Application inside chroot environment $ export CHROOT_ENV=/mnt mount /proc and /sys files for chrooted environment: $ mount –bind /dev/ $CHROOT_ENV/dev/ $ mount –bind /proc/ $CHROOT_ENV/proc/ $ mount –bind /sys/ $CHROOT_ENV/sys/ $ mount –bind /tmp/ $CHROOT_ENV/tmp/ # Let our …

Application in chroot Read more »

Edit partition and format in Linux Once you know what partitions you’ve got $ sudo fdisk -l In my case, I see that the drive is called /dev/sdb1. MS-DOS/Windows XP file system under Linux, enter: $ sudo mkfs.vfat /dev/sdb1 mkfs.vfat …

Partition and Format Read more »

Upgrade of the kernel in Debian or Ubuntu Linux Use apt-get command. First find your kernel version: $ uname -r $ lsb_release -a Ubuntu release history Edit the source list under /etc/apt/sources.list and add deb http://archive.ubuntu.com/ubuntu/ Ubuntu releases main restricted …

Upgrade linux kernel Read more »

Ignoring whitespace changes with svn diff svn diff –diff-cmd `which diff` -x “-w” Find any regular files with the criteria -type f, and those modified seven or fewer days ago (-mtime -7). find / -type f -mtime -7 | xargs tar -rf …

Linux Read more »