anytheeng interest me

anytime anywhere anything…

Enable Multitasking Gestures Ipad 2 IOS 4.3.3

Have an Ipad 2 with IOS 4.3.3 but missing multitasking gestures in the Settings General?
Well, it’s not that difficult to enable it, in fact, I can enable it without having my Ipad connected ti computer. It was all done inside my Ipad. But, you need to have jailbroken ipad and have iFile installed to do this. I’m not going to explain how to jailbreak and where to get the iFile, google it and you’ll find it ;)

Read the rest of this entry »

Written by wanakahalugi

October 31, 2011 at 12:36 am

Posted in Interest, Uncategorized

Tagged with , ,

Blank your cd/dvd easy way

Blank your cd/dvd from command line:
# umount /dev/cdrom
# cdrecord dev=/dev/cdrom blank=fast

Change /dev/cdrom with appropriate dev in yours and enjoy your blank cd/dvd afterwards :)

Written by wanakahalugi

June 17, 2011 at 12:43 am

Posted in Interest

Tagged with

Reset Windows Domain Administrator Password – Easy Way

I forgot my domain administrator account in Windows 2008 server. Looking around the net, I found one youtube video by chateaumathieu http://www.youtube.com/watch?v=Ar-VoO9ogHc.

This guy video showing how to reset your domain administrator account using original Windows 2008 DVD. No other tools needed. Dead simple and very efective. Read the rest of this entry »

Written by wanakahalugi

April 6, 2011 at 6:54 am

Posted in Interest

Tagged with

Change SQL server 2005 ‘sa’ password from command line

I have this tool that using MSSQL server 2005 as its database. And I always forgot the sa password when I want to use this tool. Very annoying at first because of my idiocy, I always then reinstall the MSSQL just because I need to have correct password for ‘sa’ :( .
So,  times goes by and this same thing happen on and on until I got this knowledge. Knowledge that makes me don’t have to reinstall MSSQL only to have a correct password for ‘sa’. Quite simple and only took less than a minute to do so from command prompt. Here is the command :

From a command shell (start > run > cmd)
OSQL -S <YOUR_SERVERNAME_GOES_HERE> -E
1> EXEC sp_password NULL, ‘blah’, ‘sa’
2> GO
1> exit
that’s all. After that you can enjoy accessing you MSSQL server 2005 database with brand new ‘sa’ password :)

Written by wanakahalugi

June 7, 2010 at 11:09 am

Posted in Interest

Tagged with ,

Restart sound without restarting Ubuntu

In many times my Ubuntu Karmic just stop its sound from being audible. I have very strong guess that this is because of Skype in my case. Before I found this link in ubuntuforum I had always restart my Ubuntu, which is very troublesome because I have to re-open all the things again. Based on information I found, I would like to share how to restart the sound without restarting your Ubuntu. Read the rest of this entry »

Written by wanakahalugi

May 10, 2010 at 9:39 am

Posted in Interest

Tagged with ,