removing yourself from appearance in the search results

1) log to your Face book account

2)Select “Privacy Settings” from your “Account” tab.

3) Click “Search” link from one of the options that showed up

4)Look for the “Facebook Search Results” setting. You will see a drop-down combo box on the right.

5)Change the default setting “Everyone” to “Only Friends”. This will remove your name and profile from showing up in searches from people who are not part of your network

Back In Time

February 13, 2010

Back In Time is a simple backup tool for Linux

The backup is done by taking snapshots of a specified directories

so if you’re taking the first snapshot of a directory it’ll take all the files from that directory and put them in the backup directory

but when taking another backup for the same directory, it’ll compare the new snapshot with the old one, and take only the difference between the two snapshots

in fact “Back In Time” is only the GUI for a combination of rsync, diff, and cp.

it also uses cron to make backups in specific periods

here is a short video from Linux Journal that shows how to use the application

Download Back In Time

after update Firefox 3.6  , new tabs is relevant to the tab from which the link is being opened . This means instead of opening at the far right of the tab bar, new tabs are being opened to the right of the current tab

to open on the far right like they did prior to Firefox 3.6,

  1. In a new tab type about:config in the address bar and press enter
  2. In the filter field type browser.tabs.insertRelatedAfterCurrent
  3. Double-click the entry to change it to false.
  4. Close the tab and restart Firefox

BitTorrent is a peer-to-peer file sharing protocol used for distributing large amounts of data. BitTorrent is one of the most common protocols for transferring large files

BitTorrent protocol allows users to distribute large amounts of data without putting the level of strain on their computers that would be needed for standard Internet hosting.

Today we’re introducing top three bittorrent clients for linux :

The qBittorrent project was started in March 2006 to create a lightweight but featureful BitTorrent client that would be multi-platform and very easy to use.

qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to µtorrent. qBittorrent is based on Qt4 toolkit and libtorrent-rasterbar.

A Fast, Easy and Free Bittorrent Client

Powerful torrent meta-search with login support for private trackers

Flash Block

October 29, 2009

FlashBlock

Never be annoyed by a Flash animation again! Blocks Flash so it won’t get in your way, but if you want to see it, just click on it


FlashBlock is a Firefox Extension that is used to Block the Flash contents from loading and slowing down the connection

 

its really useful for those who are running operating systems that do not fully support flash contents like Linux

notify-send

September 17, 2009

its nice to get notifications on a running tasks

this can be done easily on linux using the libnotify package, (libnotify-bin on Ubuntu)

after installing the package using yum on fedora or apt-get on ubuntu

it provides a nice command called “notify-send

you can start using it now

#notify-send “Hello World”

you’ll find a nice small notification on your screen like this one:

Hello World Notification

now you can combine some useful commands to have your notification

#notify-send “logged in as:” “`whoami`”

you can set an icon using the “i” option

#notify-send “logged in as:” “`whoami`” -i /usr/share/pixmaps/gnome-term.png

you can also add a notification expiring time using “t” option

#notify-send “logged in as:” “`whoami`” -i /usr/share/pixmaps/gnome-term.png -t 2000

this closes the notification after 2 seconds

Enjoy your time using notification :)

Follow

Get every new post delivered to your Inbox.