Blog posts : "linux software"

Chrome addon - Google quick scroll

Google Quick Scroll

Google Quick Scroll is a browser extension that helps you find what you are searching for faster.

After you click on a Google search result, Quick Scroll may appear on the bottom-right corner of the page, showing one or more bits of text from the page that are relevant to your query. Clicking on the text will take you to that part of the page.

Quick Scroll tries to stay out of your way, and appears only when it is likely to be useful.
Click here to get it


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

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

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

Some easy web developing software - Linux

 
 ---------------------------------
 
----------------------------------

 

http://bluefish.openoffice.nl

Go Back

fslint, filesystem clean utility - Ubuntu

A utility to fix problems with filesystems' data, like duplicate files


FSlint is a toolkit to clean filesystem lint. It includes a GTK+ GUI
as well as a command line interface and can be used to reclaim disk space.
It has an interface for uninstalling packages, and it can find things like:

   - Duplicate files
   - Problematic filenames
   - Temporary files
   - Bad symlinks
   - Empty directories
   - Nonstripped binarie

To get in Ubuntu, Xubuntu, Linux mint type following command in terminal
sudo aptitude install fslint

Go Back

enable NumLock in X11 sessions - Linux Software

Utilities to enable the keyboard's Numeric Lock during X11
session initialization. So that whenever you start your Linux your Numlock settings will be what you set.

sudo aptitude install numlockx

After installation add numlockx to your start up applications with command "numlockx"

keep your Num lock ON, numlockx will save your settings of your Num lock. even after system restart your Num lock will remain ON.

Go Back

Create your own Ubuntu edition - Linux

  • make your own Linux / Ubuntu distribution
  • show off a particular application
  • localise to a certain language
  • remove software packages
  • add software packages
  • update software packages
  • change system defaults (theme, icons, desktop background, panels, browser homepage, etc) 
Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility

Go Back

Create your own Ubuntu edition - Linux

  • make your own Linux / Ubuntu distribution
  • show off a particular application
  • localise to a certain language
  • remove software packages
  • add software packages
  • update software packages
  • change system defaults (theme, icons, desktop background, panels, browser homepage, etc) 
Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility

Go Back

Create your own Ubuntu edition - Linux

  • make your own Linux / Ubuntu distribution
  • show off a particular application
  • localise to a certain language
  • remove software packages
  • add software packages
  • update software packages
  • change system defaults (theme, icons, desktop background, panels, browser homepage, etc) 
Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility

Go Back

Create your own Ubuntu edition - Linux

  • make your own Linux / Ubuntu distribution
  • show off a particular application
  • localise to a certain language
  • remove software packages
  • add software packages
  • update software packages
  • change system defaults (theme, icons, desktop background, panels, browser homepage, etc) 
Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility

Go Back

Create your own Ubuntu edition - Linux

  • make your own Linux / Ubuntu distribution
  • show off a particular application
  • localise to a certain language
  • remove software packages
  • add software packages
  • update software packages
  • change system defaults (theme, icons, desktop background, panels, browser homepage, etc) 
Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility

Go Back

Create your own Ubuntu edition - Linux

  • make your own Linux / Ubuntu distribution
  • show off a particular application
  • localise to a certain language
  • remove software packages
  • add software packages
  • update software packages
  • change system defaults (theme, icons, desktop background, panels, browser homepage, etc) 
Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility

Go Back

Wippien - Free Peer to Peer (P2P) Instant Messenger (use VPN) n Multi Protocol IM - PC Software


Features in Wippien
The most useful and great features about Wippien are the capability to share files and exchange message that not only using P2P but using others IM protocols such as ICQ, MSN Messenger aka Windows Live Messenger / WLM, Google Talk, Jabber, AIM aka AOL Instant Messenger, Yahoo Messenger and others. Bot visual and audio. That means you can use wippien as voice chat and also video chat (webcam chat)
Wippien available in free, whether you used it commercially or personally. It has open source code. Working well in Windows Series: XP, Vista, 2000 and Linux others.
Download Wippien
You can download Wippien free below: Download Wippien (1.92 MB) (for Windows)
For Linux users, just open this page to further understanding.


messengeroo.com

Go Back

Wippien - Free Peer to Peer (P2P) Instant Messenger (use VPN) n Multi Protocol IM - PC Software


Features in Wippien
The most useful and great features about Wippien are the capability to share files and exchange message that not only using P2P but using others IM protocols such as ICQ, MSN Messenger aka Windows Live Messenger / WLM, Google Talk, Jabber, AIM aka AOL Instant Messenger, Yahoo Messenger and others. Bot visual and audio. That means you can use wippien as voice chat and also video chat (webcam chat)
Wippien available in free, whether you used it commercially or personally. It has open source code. Working well in Windows Series: XP, Vista, 2000 and Linux others.
Download Wippien
You can download Wippien free below: Download Wippien (1.92 MB) (for Windows)
For Linux users, just open this page to further understanding.


messengeroo.com

Go Back

Wippien - Free Peer to Peer (P2P) Instant Messenger (use VPN) n Multi Protocol IM - PC Software


Features in Wippien
The most useful and great features about Wippien are the capability to share files and exchange message that not only using P2P but using others IM protocols such as ICQ, MSN Messenger aka Windows Live Messenger / WLM, Google Talk, Jabber, AIM aka AOL Instant Messenger, Yahoo Messenger and others. Bot visual and audio. That means you can use wippien as voice chat and also video chat (webcam chat)
Wippien available in free, whether you used it commercially or personally. It has open source code. Working well in Windows Series: XP, Vista, 2000 and Linux others.
Download Wippien
You can download Wippien free below: Download Wippien (1.92 MB) (for Windows)
For Linux users, just open this page to further understanding.


messengeroo.com

Go Back

Wippien - Free Peer to Peer (P2P) Instant Messenger (use VPN) n Multi Protocol IM - PC Software


Features in Wippien
The most useful and great features about Wippien are the capability to share files and exchange message that not only using P2P but using others IM protocols such as ICQ, MSN Messenger aka Windows Live Messenger / WLM, Google Talk, Jabber, AIM aka AOL Instant Messenger, Yahoo Messenger and others. Bot visual and audio. That means you can use wippien as voice chat and also video chat (webcam chat)
Wippien available in free, whether you used it commercially or personally. It has open source code. Working well in Windows Series: XP, Vista, 2000 and Linux others.
Download Wippien
You can download Wippien free below: Download Wippien (1.92 MB) (for Windows)
For Linux users, just open this page to further understanding.


messengeroo.com

Go Back

Wippien - Free Peer to Peer (P2P) Instant Messenger (use VPN) n Multi Protocol IM - PC Software


Features in Wippien
The most useful and great features about Wippien are the capability to share files and exchange message that not only using P2P but using others IM protocols such as ICQ, MSN Messenger aka Windows Live Messenger / WLM, Google Talk, Jabber, AIM aka AOL Instant Messenger, Yahoo Messenger and others. Bot visual and audio. That means you can use wippien as voice chat and also video chat (webcam chat)
Wippien available in free, whether you used it commercially or personally. It has open source code. Working well in Windows Series: XP, Vista, 2000 and Linux others.
Download Wippien
You can download Wippien free below: Download Wippien (1.92 MB) (for Windows)
For Linux users, just open this page to further understanding.


messengeroo.com

Go Back

Wippien - Free Peer to Peer (P2P) Instant Messenger (use VPN) n Multi Protocol IM - PC Software


Features in Wippien
The most useful and great features about Wippien are the capability to share files and exchange message that not only using P2P but using others IM protocols such as ICQ, MSN Messenger aka Windows Live Messenger / WLM, Google Talk, Jabber, AIM aka AOL Instant Messenger, Yahoo Messenger and others. Bot visual and audio. That means you can use wippien as voice chat and also video chat (webcam chat)
Wippien available in free, whether you used it commercially or personally. It has open source code. Working well in Windows Series: XP, Vista, 2000 and Linux others.
Download Wippien
You can download Wippien free below: Download Wippien (1.92 MB) (for Windows)
For Linux users, just open this page to further understanding.


messengeroo.com

Go Back

Wippien - Free Peer to Peer (P2P) Instant Messenger (use VPN) n Multi Protocol IM - PC Software


Features in Wippien
The most useful and great features about Wippien are the capability to share files and exchange message that not only using P2P but using others IM protocols such as ICQ, MSN Messenger aka Windows Live Messenger / WLM, Google Talk, Jabber, AIM aka AOL Instant Messenger, Yahoo Messenger and others. Bot visual and audio. That means you can use wippien as voice chat and also video chat (webcam chat)
Wippien available in free, whether you used it commercially or personally. It has open source code. Working well in Windows Series: XP, Vista, 2000 and Linux others.
Download Wippien
You can download Wippien free below: Download Wippien (1.92 MB) (for Windows)
For Linux users, just open this page to further understanding.


messengeroo.com

Go Back

20 blog posts