Kroko Just another WordPress weblog

September 27, 2010

YouTube Time Machine(YTTM.tv) Takes You Through History Via YouTube

Filed under: Uncategorized — admin @ 5:03 pm

YouTube Time Machine arranges thousands of YouTube videos on a categorized timeline for easy browsing of history highlights in genres like current events, sports, movies, music, and more.

The interface of YouTube Time Machine (YTTM) is simple. Scroll on the timeline to select a date between 1860 and the present. YTTM grabs a random video or recording from that year and displays it. You can click the “Watch Next Video” button to see more videos from that year or filter your results by genre, currently Video Games, Television, Commercials, Current Events, Sports, Movies, and Music.

September 19, 2010

Xen on centos 5.5

Filed under: Linux — Tags: , , , , , — admin @ 10:49 pm

Xen Guest OS boot error looks like:

Mounting root filesystem.
mount: could not find filesystem '/dev/root'
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Booting has failed.

The most common cause of this problem is a conflict of SCSI modules. In order to resolve this it is necessary to create a new initrd initialization RAM Disk without SCSI modules, and then use this to boot the guest Linux operating system. This can be achieved using the following command:

mkinitrd --omit-scsi-modules --with=xennet --with=xenblk --preload=xenblk initrd-$(uname -r)-no-scsi.img $(uname -r)
move the file to /boot

Once the new initrd image file has been generated simply refer to it in the “ramdisk” line of the Xen configuration file, for example:

kernel = "/boot/vmlinuz-2.6.18-194.3.1.el5xen"
ramdisk = "/boot/initrd-2.6.18-194.3.1.el5xen-no-scsi.img"
memory = 1024
name = "centos5"
vif = [ 'mac=00:16:36:4c:87:c3,bridge=virbr0,script=vif-bridge' ]
disk = ['tap:aio:/xen/centos.img,xvda1,w', 'tap:aio:/xen/centos.swap,xvda2,w']
root = "/dev/xvda1 ro"

September 3, 2010

Probleme Gmail Priority Inbox – In contul meu nu apare sa-l activez.

Filed under: Uncategorized — admin @ 1:55 am

Daca doriti sa va activati Gmail Priority Inbox si aveti Google Labs activ in contul vostru .. link-ul pentru activarea Gmail Priority Inbox nu va apararea.
Workaround:
click pe https://mail.google.com/mail/?labs=0
acum puteti activa priority inbox, dati sa-l activati.
Acum puteti modifica adresa curenta din https://mail.google.com/mail/?labs=0 in https://mail.google.com/mail/.

Tada ! acum aveti si google labs si noul feature Google Priority Inbox.

Older Posts »

Powered by WordPress