Wednesday, February 20, 2008

Run Linux inside Windows

andLinux is a complete Ubuntu Linux system running seamlessly in Windows 2000 based systems (2000, XP, 2003, Vista [32-bit only]). andLinux is not just for development and runs almost all Linux applications in Windows without modification. It supports quick launch icons, start menu, system tray, Explorer shell extensions and file type associations.

read more | digg story

Impressive Eye Candy: 3D OpenGL Transitions for OpenOffice.o

PowerPoint's push-down transition has done its 15 years of service, and it's time for something new. Do the sleepy faces in your meetings agree? OpenOffice.org Impress 2.4 upstages PowerPoint with ten 3D transitions rendered in OpenGL.

read more | digg story

Virtualization in Linux: A Review of Four Software Choices

Virtualization is the technique of running a "guest" operating system inside an already-running OS; for example, Windows inside Linux, or visa-versa. This article compares four virtualization products available for Ubuntu Linux: the free, open source Qemu; the closed-but-free versions of VirtualBox and VMware-Server, and the commercial Parallels.

read more | digg story

69 Linux-Unix cheat sheets - The ultimate collection

The ultimate collection of cheat sheets for linux users. Enough to fill up your whole wall with commands yielded by the geek gods!Be sure to digg this so more people can have the opportunity to get ahold of all these in one place.

read more | digg story

how to increase fontsize in Firefox and Opera

Firefox:

keep control button pressed.
scrolling mouse wheel forward will make the text smaller
scrolling mouse wheel backward will make the text larger.

Opera:

keep control button pressed.
scrolling mouse wheel backward will make the text smaller
scrolling mouse wheel forward will make the text larger.

Tuesday, January 29, 2008

create a shortcut for locking ur computer in Windows XP

the command used is

rundll32.exe user32.dll,LockWorkStation

here i assume that u already know how to create a shortcut.

Sunday, January 27, 2008

Microsoft's Net Rises 79% On Strong Vista, Office Sales

Microsoft Corp. posted a 79% jump in quarterly net income from a year ago, when results were lowered by deferred sales of Windows Vista and Office. Quarterly revenue jumped 30% amid a surge in sales for the Windows operating system and holiday sales of the Xbox 360 videogame console.

read more | digg story

AOL / ICQ are adopting the open source technology Jabber

Proprietary protocols are things from yesterday. Today, Opensource technologies are taking over the world! AOL / ICQ has just launched a test server using XMPP, an open technology. This means that you'll soon be able to talk to your ICQ / AIM contacts via Jabber. Google has already started using it. So who's next? MSN!

read more | digg story

KDE goes cross-platform with Windows, Mac OS X support

The KDE development community is working on porting the open source desktop environment to Windows and Mac OS X. The ports aren't quite finished yet, but early versions are now available for testing.

read more | digg story

Linux kernel 2.6.24 released

The latest stable version of the Linux kernel 2.6.24 has just been released.

read more | digg story

Mozilla confirms Firefox proof of vulnerability

Mozilla’s security chief Window Snyder has confirmed a proof of concept information leak flaw in Firefox–even fully patched versions.

read more | digg story

Friday, January 18, 2008

recover Debian Etch root password

i just found this thing accidently.
i knew how to recover the root password of the Fedora Core,
but never thought that it wud work for Debian also.
the Fedora Core 7 DVD was in the DVD ROM, as i forgot to take it out.
so when i pressed the on button of my machine, the computer booted right
from the DVD and i really did not notice that.
so i got the screen of Fedora Core 7 where it asked me what i wanted to do?
obviously i did not want to instal it as i already had fully functional Debian Etch installed on my machine.
so driven by my curiosity
i booted it in rescue mode.
some messages came on the screen.

then issued the command

chroot /mnt/sysimage

and now issued the command

passwd

and now i was able to change the root password.