Tuesday, November 8, 2011

Ubuntu/Debian: Installing using an RPM file

Try this
--------------------------------------------------


$sudo apt-get update

$sudo apt-get install alien

$cd ~/Desktop
$sudo alien -k name-of-rpm-file.rpm
( This will convert the .rpm to a .deb on Desktop )

$sudo dpkg -i name-of-deb-file.deb
This will install the .deb package )



--------------------------------------------------
Done!!

Thanks : embraceubuntu.com

Enable the (Hidden) Administrator Account on Windows 7 or Vista

[Solved] How to turn on Administrator Account on Windows 7 or Vista




---------------------------------------------------------------------------------
- Right-click Command Prompt, then click Run as Administrator.
- Type --> net user administrator /active:yes
---------------------------------------------------------------------------------


Works!!  ;)

Reference : howtogeek.com