How to get angry birds PC version free

Angry birds PC game download linkhttp://hotfile.com/dl/97594423/7405986/Angry_Birds_PC_version.rar.h...

How to Speed Up Firefox web browser

Mozilla Firefox is a graphical web browser developed by the Mozilla Corporation. Started as a fork of the browser component (Navigator) of the Mozilla Application Suite, Firefox has replaced the Mozilla Suite as the flagship product of the Mozilla project, stewarded by the Mozilla Foundation and a large community of external contributors. Mozilla Firefox is a cross-platform...

How to Post Summary (Read more Function)

Blogger has supported Read more function - To complete the 10th anniversary gifts, now blogger has added one awaited button by thousands bloggers all around the world, it is "Jump Break" button or "More" button or "Read more" button that has function to cut off the article on homepage or known as "read more function". It means, to cut off the long article on the homepage...

How to burn bin & cue file to DVD

I've been playing around with Torrent downloads few weeks ago and encounter this problem to burn a bin & cue files that I've downloaded. Seems stupid right? I suppose to have it done perfectly in Nero but then the problem appears and it took me hours to think about this simple solution. The Problem Let me list my problem on burning this bin and cue files using...

How to Check Wireless link quality in Ubuntu Linux

Iwspy is used to set a list of addresses to monitor in a wireless network interface and to read back quality of link information for each of those. This information is the same as the one available in /proc/net/wireless : quality of the link, signal strength and noise level.This information is updated each time a new packet is received, so each address of the list adds some overhead in the driver. Note that this functionality works only for nodes...

How to Fix for Broadcom 4328 v3 wireless problem in Ubuntu 9.10 (Karmic)

This tutorial will explain how to fix Broadcom 4328 v3 wireless problem in ubuntu karmic Try unloading the module (sudo modprobe -r wl) then reload the module (sudo modprobe wl). You should now connect, however it may freeze… the broadcom module is a PITA and I had consistent, yet random system lock ups. The instructions below will compile the most current version of the bcmwl driver and replace the currently supplied version. This method has...

How to check device driver in Debian/Ubuntu GNU/Linux

This very useful tool to check Debian GNU/Linux device driver check page.Ubuntu is based on Debian GNU/Linux so let us try this and see the results Boot your machine with a GNU/Linux OS (such as Debian, Knoppix, Redhat, and so on), run ‘lspci -n’ and paste the output into the box below, then press ‘Check’ button. Notice: ◦This database uses the PCI map of Debian kernel 2.6.31-1-686 . ◦The result does NOT guarantee your hardware works perfectly. ◦This...

How to build your own low cost superb wifi booster.

Wireless have been widely used in houses and offices. I'm also using the Linksys WRT54G in my house to allow me to access internet where ever I am in my house. Whether I'm in the living room, on my study room or even at my balcony. However, as my house have 2 floor, I found some spots where the signal is so weak... So, I'm searching on how to boost up the signal without having to buy new Access Point. Then I found this cheap hack to boost my wireless...

How to Recover MySQL Database root password

By default, MySQL Server will be installed with root superuser without any password. You can connect to MySQL server as root without requiring password or by keying in blank password. However, if you have set the password for root and forget or unable to recall the password, then you will need to reset the root password for MySQL. Login as root to the Unix-like (Unix, Linux or BSD) machine with the MySQL server. Stop the MySQL server by using...

MySQL Database Server Installation and configuration

MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. Mysql Database Installation in Debian If you want to install the Mysql base system as well as a textual client run the following command from your shell #apt-get install mysql-server-4.1 mysql-client-4.1 Now...

How to Crack Rar, 7z, and zip files in Linux

If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.This program uses bruteforce algorithm to find correct password. You can specify wich characters will be used in password generations. Warning: Please don’t use this program for any illegal things! Preparing your system First you need to install the following package #apt-get install libxml2-dev build-essential Now you need to download the latest...