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
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
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 »
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 :
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 »