Translate!!

Subscribe in a reader

Friday, January 29, 2010

A guide to delete ur socila networking account

Buzz It
submit to reddit StumbleUpon
The social media BandwagonSocial networks have taken the Internet by storm. Almost everyone these days has an account on Facebook or is obsessed with Twitter (or both). And while bloggers like us love social networks, not everyone can keep up with all services they sign up with.
Take me for example, I used to be an avid Orkut user (Yes, yes, I liked Orkut .. sue me!), but have almost stopped visiting the site since I joined Facebook. I also had an account on Myspace and hi5 beforeOrkut (and then Facebook) pulled me away. And of course, I use  Twitter !
Oh and when I say I moved over to Facebook, that only means that I don’t log-in to hi5 or Orkut anymore. I still have accounts there, though. And I’m reminded of that fact every couple of days when I receive an email from them asking me to “reconnect” with some of my lost buddies.
If you, like me, are sick of such reminder emails, I think it is time to delete your profiles on those social networks that you don’t use anymore.

The social networks, on their part, don’t really make it easy to find the option to delete your profile, obviously, so we’ve listed out ways to do that on some of the most popular networks around.

Orkut

To delete your Orkut data, click on the Settings link and under the General Tab, you’ll find a link that says Delete my Orkut Account. Click on that link.
Orkut

hi5

hi5 is another one of those social networks that used to be quite popular some time back but most people moved on to other networks when their friends moved on. Your account is still there, though, and to delete your account click on the Account link and click on the button that says “Cancel my account“.
hi5

Twitter

Among all the social networks that I’m on, Twitter is probably the most addictive and if you also seriously think that it’s becoming a hindrance to your offline social life and want to get rid off it, click on the the Settings link in the top right hand corner of your screen and scroll down to the bottom of the Account tab. You’ll see a link that says, Delete My Account. Click on it.
Twitter

Facebook

When it comes to social networks, Facebook, is the big daddy of them all. See how I said Big daddy and not the grand daddy. Facebook is a relatively new network and if you already have friends on other networks that you don’t want to lose touch with, why bother with Facebook, right?
Deleting your facebook profile is probably the toughest of them all, because Facebook doesn’t really provide a method using which a user can delete his/her account. All they let you do isdeactivate your account, which means that your data is still with them, but no one will be able to interact with you on the site.
Click on the Settings link in the Top right corner of the page and Select Deactivate from the Settings tab.
facebook
To really delete your account from Facebook, though, you’ll have to contact their customer service team and ask them to delete your account.
Which other social networks are you guys a part of? Do they let you delete your Account with them or keep your data locked up forever?

continue reading "A guide to delete ur socila networking account"

Top 5 Website Tools Designed for Digg

Buzz It
submit to reddit StumbleUpon
Social media is used for sharing the information and news with the friends. There are number of powerful social media sites like digg, stumble-upon, twitter etc. today i covered the online tools for Digg that will help you analysis of diggers! 

Here is the list of Digg Resources.

1. Sub Digger+

This is very simple too for seeing the friends submission. Enter your Digg id in the box and browse the friend submission. Dugg your friend article and click the next for the next article. you can also view the list of all the friends submission with sorting and filtering options.


2. Social Blade


Social Blade is another handy tool for seeing the front page analysis. It will show you the detailed analysis, graphs and statistics. It help you to see the comments, diggs, frienddigg etc statistics.

3. Digg Comments Viewer

It will displays you the comments quickly.

4. FriendStatistics

This is interesting tool. It tell you which of your friends have dugg your last ten submission and which of friend dugg most of them.

5. Digg Alerts

It notifies your friend submission whenever a friend submitted the story in the specify category. it will monitor but you can select your own choice submission for alert.

you can also add the Digg Resouces for the Readers !
continue reading "Top 5 Website Tools Designed for Digg"

SKdownloader for Linux and Windows

Buzz It
submit to reddit StumbleUpon
SKDownloader is a free download accelerator for Linux, windows and other platforms. It is java based and has special installers for Linux and Windows.





Features of SkDownloader


  • Downloading the same file in parts simultaneously to maximize speed.
  • Pause/Resume Supported.
  • Supports redirection.
  • HTTP and FTP support.
  • Proxy support.
  • Scheduling support.
  • Internet Explorer and Firefox integration.
  • Auto updater for both Linux and Windows
  • Graphical and Command line versions available with Graphical version having command line interface inbuilt
Download
continue reading "SKdownloader for Linux and Windows"

Set your Ubuntu Wallpaper as the bootsplash and login screen background

Buzz It
submit to reddit StumbleUpon
xsplash-mainIf you have noticed, Ubuntu Karmic comes with a new xsplash that allows you to set custom wallpaper as the background. Not only is it more visually appealing, it is also much easier to customize than the previous usplash.
In this article, we are going to do some thing more interesting – change the bootsplash and login screen concurrently when you change your desktopwallpaper.
Note: this is currently only possible with Ubuntu Karmic 9.10 or distro with xsplash installed.

Installation

First, install the dependencies.
sudo apt-get install imagemagick
Download the wallpaper_daemon.py script from Gnome-Look.org.
Extract the tar file to a suitable location, probably your home folder.
Go to the location where you have extracted the file. Right click on the wallpaper_daemon.pyand select Properties. Go to the Permissions tab and check the box “Allow executing file as program”. Click Close.
xsplash-properties
Open a terminal and type
/filepath-to-script/wallpaper-daemon.py –-install
Remember to change the filepath-to-script to the actual filepath.
This will backup your existing xsplash screen and run the daemon.
Now change your desktop wallpaper (System -> Preferences -> Appearance -> Background)
xsplash-change-wallpaper
Open a new terminal (do not close the previous one) and type:
sudo xsplash
You should see a preview of your new bootsplash. Press “ESC” to return to the desktop.
Go to Startup Application (System -> Preferences -> Startup Applications)
Click Add
Enter the command as below:
Name: Wallpaper Daemon
Command: /filepath-to-script/wallpaper_daemon.py
Remember to change the filepath-to-script to the actual filepath
Click Close.
Close all windows and restart your computer. You should now see your favorite desktop wallpaper as the bootsplash and login screen.

Screenshots

Desktop wallpaper
xsplash-desktop
Bootsplash screen
xsplash-boot
Login screen
xsplash-login

Wallpaper Changer

If you are using wallpaper changer app like Wally or Desktop Drape, they will work with the wallpaper_daemon script as well. Whenever the desktop wallpaper changes, the xsplash and login screen will change as well.

Uninstall

If you feel that the wallpaper_daemon script is taking up too much resources, or you are tired of such fancy stuff, here are the steps to uninstall it.
Go to Startup Application, delete the wallpaper_daemon entry that you have entered earlier.
Open up your Nautilus file manager and navigate to /usr/share/images/xsplash and look for this file backup.xxxxxxx where the xxx represents a string of number. Copy down the name of this file.
xsplash-backup
Open up a terminal,
sudo tar -C / -xf /usr/share/images/xsplash/backup.xxxxx
Note: Replace the backup.xxxx with the actual name of the backup file.
This will restore the default xsplash screen.
That’s it. You may also want to delete the wallpaper_daemon.py script from your computer, but that is purely optional.


continue reading "Set your Ubuntu Wallpaper as the bootsplash and login screen background"

Twitter Backgrounds

Buzz It
submit to reddit StumbleUpon
Twitrbackgrounds www.twitrbackgrounds.com is a free site that has many twitter backgrounds for your twitter account
If you like this post become my follower in twitter click here
Some backgrounds


continue reading "Twitter Backgrounds"
Next Next home

RECENT COMMENTS

Grab This Widget

Random posts

 

Powered by FeedBurner

Subscribe to updates
Blog-Watch - The Blog Directory
Computers blogs
googlef97e20b47bd40d74.html
The Link Exchange - Your ultimate resource for link exchange!
Technology Blogs - Blog Rankings
Computers Blogs
GoLedy.com
Blog Directory
Technology Blogs - Blog Rankings
Blog Directory
Blog Directory
Listed in LS Blogs the Blog Directory and Blog Search Engine

I'm in

I'm in
Reddit [Mithun Mohan]

Follow me in twitter

Follow me in twitter
[Brilliant Computing]

See me in Delicious

See me in Delicious
Mithun Mohan

Find me in stumble upon

Find me in stumble upon
[Mithun Mohan]

Lets become friends in digg

Lets become friends in digg
[Brilliant Computing]

The Brilliant Computing community in Orkut

VISITORS

   
MyFreeCopyright.com Registered & Protected

TERMS AND CONDITIONS

Dear Visitors...
This blog does not contain uploaded files on the server but only provides direct links to download files.Navigate the links provided at your own risk.If any problem occurs like broken link or something or virus then you can contact me via 'Contact Me' found on top of this blog so that I can change the link.Dont hesitate to comment.If Any request or suggestions plz contact me.
DO THE HACKS POSTED HERE AT YOUR OWN RISK.
Thankyou for visiting my blog............enjoy

Protected by Copyscape Plagiarism Detector
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } } document.onmousedown = rtclickcheck;

Brilliant Computing Copyright © 2009 Brilliant Computing is Designed by Ipietoon Sponsored by Online Business Journal

Creative Commons License
Brilliant computing by Mithun is licensed under a Creative Commons Attribution-Noncommercial 2.5 India License.