Blog posts

Bit.ly (shorten, share, and track your links) - Google Chrome

Shorten and share links with bit.ly. Preview the full URLs short urls point to.

 

Launch the Bit.ly Sidebar with the click of a button. Preview long urls beneath short urls before you click them.


Note to users experiencing problems directly after install: Chrome doesn't allow execution of content scripts on already open pages. If you try this immediately after install on existing tabs, it won't work, so we recommend to restarting Chrome after installing the extension.
Get it

 


-----------

www.aaqil.tk

Go Back

FlashBlock - Google Chrome

Flashblock is an extension for the Google Chrome that blocks all Flash content from loading. It then leaves placeholders on the webpage that allow you to click to download and then view the Flash content.

Supported whitelist. Use context menu or press Ctrl+Shift+F for adding a site.

Flashblock currently blocks the following content types:

    * Macromedia Flash
    * Macromedia Shockwave
    * Macromedia Authorware
    * MS Silverlight
Get it

 

-----------

www.aaqil.tk

Go Back

Some free bluetooth mobile messengers - Mobile Soft

Here are some java free bluetooth chat mobile sofwares

 

 

http://www.valhallachat.com/?q=screenshots

 

http://sinezub.net/

 

-----------

www.aaqil.tk

Go Back

Google Similar Pages beta - Google Chrome

Enjoying the page you're looking at and interested in other similar pages?  Trying to find more pages about a topic you're researching, but having a hard time coming up with the right query on Google?  Google Similar Pages can help!

Now you can quickly preview and explore other pages that are similar to the one you are browsing -- on the fly.

When you click the Similar Pages button, your browser will send a search query to Google to see if there are any similar pages for the page you are viewing.  The data related to the query will be handled as described in Google's privacy policy (http://www.google.com/privacypolicy.html).

Please be aware that this extension is still an early beta release so many aspects of the extension may change in the coming months.  

By installing this extension, you agree to the Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html
Get if for your google chrome browser

 

 

-----------

www.aaqil.tk

Go Back

Google Wave Notifier - Google Chrome

Displays number of unread Waves in your Google Wave account or your Google Apps Wave account. 

The extension allows you to :
 - See unread waves without opening Wave in a popup.
 - Access to a specific wave directly from the popup of the extension.
 - Choose icons you want to see from different sets of icons.
 - Specify your preferred refresh rate.
 - Specify your Google Apps domain if you're using Wave with Google Apps.
 - Open Google Wave with navigation, contacts and search box hidden if you want.
Get it

 

 

-----------

www.aaqil.tk

Go Back

Google Reader Notifier - Google Chrome

Displays the Google Reader unread count. Clicking the icon shows a preview of your reading list in a popup (or it can open Reader in a new tab, see the options page for configuration).

Version 1.1 changes:
- "Open Google Reader" and "Refresh" links in the popup
- Much faster updating of unread counts while Reader is open
- Fix for "?" being displayed when the unread count is 0
Get it

 

 

-----------

www.aaqil.tk

Go Back

MegaUpload DownloadHelper - Google Chrome

MegaUpload Download Helper - start your download once ready.
MegaUpload Download Helper will monitor time limitations and will auto-start your download.
Are you frustrated with having to stay on site due to time limitations?
Do you always re-initiate the same download time and time again just because you forget to go back to the MegaUpload download page?
Then MegaUpload Download Helper is for you!

MegaUpload Download Helper will automate the download process for you:
- auto-detect countdowns
- auto-start downloads when countdowns are over
- Select download folder for all your downloads.
Get it

 

-----------

www.aaqil.tk

Go Back

Lastpass password manager - Firefox Chrome

LastPass is a free online password manager and Form Filler that makes your web browsing easier and more secure. LastPass supports Chrome, Firefox, and IE as Plugins (Opera, Safari, Opera Mini via Bookmarklets), allows you to import from every major password storage vendor (such as Roboform, Keepass, PasswordSafe, MyPasswordSafe, Sxipper, TurboPasswords, PassPack, Firefox and IE's built in password manager) and export too, captures passwords that other managers won't including many AJAX forms, and allows you to make strong passwords easily. Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it. One Time Passwords & Screen Keyboard help protect your master password.
Get it

 

-----------

www.aaqil.tk

Go Back

Send from Gmail - Google Chrome

Makes Gmail your default email application and provides a button to compose a Gmail message to quickly share a link via email


 

This extension will open a Compose window in Gmail when you click any email address on a webpage. It also provides a button that will create a Gmail message when clicked, using the page title as the subject and selected page text and link address as the message. For setting the domain name of your "Google Apps for your domain" account, click Options. By installing this extension, you agree to the Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html
https://chrome.google.com/extensions/detail/pgphcomnlaojlmmcjmiddhdapjpbgeoc

 

 

-----------

www.aaqil.tk

Go Back

Zoho notebook - Internet

Available for Friefox and Chrome browsers too.

 

 

  • Create different types of content
    Create content of type text, image, audio, video, screenshots etc.
  • Aggregate your information in one place
    Embed content of any type from multiple applications.
  • Fine grained collaboration
    Share a whole book, page or just an object on a page by granting read/write permissions.
  • Version control
    Keep track of changes not only at the book or page level but also at the object level.

http://www.zohonotebook.com

Go Back

Have faster internet browsing in Linux with local DNS - internet

1. Install DNSMasq:

sudo apt-get install dnsmasq



2. Configure dnsmasq.conf

Press Alt + F2 and type:

gksu gedit /etc/dnsmasq.conf



Now search for "listen-address" (it's on line 90 on my Ubuntu Karmic installation), remove the "#" character in front of "listen-address" and add "127.0.0.1" after the "=" (all without the quotes). Basically, this is how the "listen-address" line should look like after editing it:

listen-address=127.0.0.1



(Optional) You can also edit the cache size if you want. Search for this in the same file: "#cache-size=150" (it's on line 432 on my Ubuntu Karmic installation), remove the "#" character in front of the line (this uncomments it) and change "150" with the size you want for you DNS cache. This is how the line should look after editing it:

cache-size=500


Obviously, "500" can be any number you want.

Don't forget to save the changes!

3. Edit dhclient.conf

Press Alt + F2 and type:

gksu gedit /etc/dhcp3/dhclient.conf



And modify the "prepend domain-name-servers" (it's on line 20 on my computer) to look like this:

prepend domain-name-servers 127.0.0.1;




4. Edit resolv.conf

Press Alt + F2 and paste this:

gksu gedit /etc/resolv.conf



Initially, this is how the resolv.conf file looks like:

nameserver ISP_DNS1
nameserver ISP_DNS2


Where ISP_DNS1 and ISP_DNS2 are your ISP domain name servers (or 8.8.4.4, etc if you are using Google DNS and so on).

Put this as the first line in your resolv.conf file:

nameserver 127.0.0.1


Which means this is how your resolv.conf file will look like:

nameserver 127.0.0.1
nameserver ISP_DNS1
nameserver ISP_DNS2


Again, ISP_DNS1 and ISP_DNS2 are your ISP domain name servers.

As an example, this is how my resolv.conf file looks like (using local DNS cache, a Google DNS and an OpenDNS DNS):

nameserver 127.0.0.1
nameserver 8.8.4.4
nameserver 208.67.220.220



4.1 If you are using a DSL connection, you need to make sure the ppp client will not overwrite your /etc/resolv.conf file. To do this, press Alt + F2, and paste this:

gksu gedit /etc/ppp/peers/dsl-provider


Search for "usepeerdns" and replace it with "#usepeerdns" (we used "#" to comment that line so it's ignored).

5. Restart your networking and dnsmasq:

-Networking:

sudo /etc/init.d/networking restart



-DNS:

sudo /etc/init.d/dnsmasq restart


Please note that you can use this last command at any time you want to restart your DNS cache (flush DNS, clear the cache - call it whatever you want) without restarting the computer.

Go Back

Use DSN of Google for better internet browsing - Internet

The Google Public DNS IP addresses are as follows:
8.8.8.8
8.8.4.4

Go Back

Truetwit.com stop spam adds at twitter - Internet

Are you bored by too many companies following you just to advertise their service?
Are you bored of deleting daily spam follower emails?
Want only true human followers not spam softwares to follow u at twitter?

Try this truetwit.com :)

Truetwit.com will verify your every follower by sending them email of confirmation link before they start to follow you, if they do not verify then you will not receive any email or notification.

-----------
www.aaqil.tk

Go Back

Google feedburner to twitter feed posting - Blogging


Go Back

Google webelements for webmasters and bloggers - Internet

Google's http://www.google.com/webelements/ have collections of tools for Webmasters and bloggers. Check out many useful tools available for free.

-----------
www.aaqil.tk

Go Back

Nice popular free wap hosting sites - Internet

Following sites give good free wap hosting services. Everyone without any programming knowledge can make site on following providers.

wap.wen.ru (WAP)
http://xtgem.com

Go Back

Google's URL shortner - Internet

Google URL Shortener at goo.gl is a service that takes long URLs and squeezes them into fewer characters to make a link that is easier to share, tweet, or email to friends. The core goals of this service are:

  • Stability – ensuring that the service has very good uptime
  • Security – protecting users from malware and phishing pages
  • Speed – fast resolution of short URLs

http://goo.gl/ 

-----------
www.aaqil.tk

Go Back

Google Chrome beta has been released for Linux - Linux Software

 Google Chrome the fastest browser has released beta for Linux

http://chrome.google.com to download for your Linux

 

-----------

www.aaqil.tk

Go Back

Ubun-student - Linux Software

This application also provides following functionality. 
* Display information about BIOS, motherboard, CPU and battery.
* Change some GConf setting, such as hide desktop content, increase desktop font size.
* Configure Nautilus context menu.
* Install/remove some applications which are not provided in the official Ubuntu apt repository.
* Find the fastest apt repository mirror.
* Enable/disable some third party repositories, such as Google, WINE and Dropbox.

How to install:

sudo add-apt-repository ppa:ubun-student
sudo apt-get update
sudo apt-get install ubun-student



----------
www.aaqil.tk

Go Back

Ufone has updated Email to SMS service - Telecom

Ufone has updated its Email to SMS service which was not free before, but now it is free and is activated on all Ufone numbers like Zong's email to SMS.

You can send free sms to your friends, using their Ufone Email to SMS ID number@ufonegsm.pk
Can send maximum 160char email to them(I am not sure), and its totally free.

-----------
www.aaqil.tk

Go Back

20 blog posts