iReboot, Most Efficient Way To Boot Another OS

If you are a computer geek, it's normal if your computer have more than one operating system. Like computer of mine, i have Windows Vista, Ubuntu and Backtrack. All in different partition. And i'm using Grub as a boot manager. But i put Windows Vista as default boot. Grub gives 60 seconds timeout as default before it boot to default OS.But it's very often for me to missed the Grub menu and automatically boot to Vista. Of course this is a little bit annoying and wasting my time. To solve … Read more...

Best Tool For Password Manager In Windows

Nowadays, there were many security issues when you are surf into the internet. Start from website phishing attack, Identity theft, email password hacked and Trojan viruses. So it will very risky and not suggested that you have same password for all your account on the internet. For example, you have same password for your gmail, twiiter, facebook, paypal and many thing else. There are so many cases that someone lose their money because they have same password for everything. It's a simple … Read more...

HTML5 The Next Generation Of Web

Currently HTML5 is being developed by W3C (World Wide Web Consortium) as the next generation of web standard. The purpose of this release is to reduce the need of plug-in based rich internet application (RIA) such as Adobe Flash, Microsoft Silverlight and Sun JavaFX. You can sneak peak the overview of the HTML5 at the W3C official site here.Until today the draft of HTML5 still not finished yet. According to the W3C it will be release at late of 2010. This next release of HTML5 will be … Read more...

[HowTo] Join Audio Or Video Files In Ubuntu

Sometime you want to join a couple of files to be 1 file. You can do that really easy in Ubuntu or any Linux. But in this case i will show in Ubuntu only, since my pc is using Ubuntu. You can join files with "cat" command. What file type can be joined with this command? Well as far as i know you can join text files, audio files and video files. haven't tried for other files like ISO files. If you tried it and successed please let me know by leave the comment.Well "cat" command is really … Read more...

[HowTo] Replace String In Mysql With One Query

Yesterday i was helping my friend's blog. She want to change her domain and move her hosting server for some reasons. She is using wordpress as her blog engine and of course using mysql as database server. To move wordpress blog to another domain you need to change some configuration on the database file. Especially if the data have the absolute path in url (ex: http://www.willbechange.com/bla/bla/post.html).After examine her database file i found that many of data in wp-options using … Read more...

[HowTo] Find Keyword In Files With Grep In Ubuntu

Most of the time when you want to debug your code or someone code which separates in many files, you need to know or locate where this function is defined or where this function called. You will waste so much of your time when you open your files one by one. So what is the solution then?Most of Linux distribution will have "grep" function installed. You can use grep to find a pattern of string contain in files. Let's say you want to find a function named "my_defined_function" in folder … Read more...

New Themes Again, Codename: Codemaniac v1.0

Hey there! Probably you already noticed with my new themes. Yes, i recently changed it (again!). But, this time is very different from the previous themes. Because all my previous themes was modified from free themes that i got from the internet out there. But this one, i designed it from the scratch. Yes i did the design from zero. Start from design the web page on photoshop, then export it into HTML and CSS, then export it into wordpress themes structure and code, add some default function … Read more...

Ubuntu 10.04 Codename Lucid Lynx Release April 29th 2010

Ubuntu will release the next version 10.04 with codename Lucid Lynx. This new version will based on Linux kernel 2.6.32. There a re lots of improvement in this new version specially for graphics card driver. Lots of Ubuntu user have a problem with the intel graphics and nvidia graphics card. It will need special patch and tweak to make it properly functional. This new version will give lot of improvements for nvidia graphic card and it will use Nouveau as the default graphic card for … Read more...

[HowTo] Install Windows 7 From USB Flashdrive

I just bought a new desktop computer and an original Windows 7 DVD with license. But after a while i realize that my old DVD Rom not fit into my new motherboard since my new motherboard doesn't support parallel ATA connector. Only support SATA connector for both Hard drive and optical drive. So after i assemble my PC, it's time to install the Windows 7 OS. Since i don't have SATA optical drive, i couldn't install Windows 7 with the DVD. So i have to come to other solution, that is install with … Read more...

Apple iPad, Does It Fit For You?

iPad release on April 3, 2010 and the iPad with 3G support will be released on late April this year. iPad is a table computer developed by Apple. In another words iPad is like a larger version of iPod touch or iPhone. It is using iPhone OS with multi touch LCD screen.  With the 16GB of storage (even in fact says that only 13-14GB effective storage), an iPad is enough storage to store your images and videos. But to access your file on iPad you need iTunes or third party software, you cannot … Read more...