Share like a Shareaholic



The title says it all. Shareaholic is a browser addon that lets you share the sites/links you visit over a hundred different social networking and social bookmarking sites like Twitter, Facebook, Tumblr, Delicious, Reddit, Digg, Instapaper, etc. Sharing over so many networks with just a click of a button. You can customize the addon to get the button in the navigation toolbar, URL bar or in the context menu. It also has a Buzz button on the status bar which gives the current news, videos and blogs happening on the real time web that you can easily share on your favourite social networks.

The best part is: this addon basically designed for Firefox is also available for almost all browsers including Internet Explorer, Chrome, Opera, Flock, etc.

Read More...

So you think you've mastered Linux??

Remember, in the movie Matrix, Neo says - "I know Kung Fu" and then Morpheus says - "Show Me"? This is kinda similar. You think you've mastered Linux? Prove it! This post goes as a challenge to all those Linux gurus and others as well. Download and install Suicide Linux and it'll really test your command line skills. Did you know that Bash corrects a wrongly typed command and continues with execution? Well, Suicide Linux is quite cruel in that terms. ANY TIME you make a mistake, ANY spelling, anything at all, this distro considers it as "rm -rf /" (which means kiss your data goodbye! cuz your entire hard disk is getting formatted). Try this distro and see how long you're going to last.

Read More...

Download Youtube videos in mp3 format

In my previous post, I talked about downloading videos from various video streaming sites including Youtube. Here's one way to download mp3 from Youtube videos. Like I said, you can prefix your Youtube URL with the word 'kick'. It takes you to a site where you'll have a lot of formats to download from. One of the formats is mp3. So you can download the mp3 of your favourite video.


There's another way to do this. Go to ListenToYoutube and paste the Youtube URL and the site converts the youtube video into corresponding mp3 and gives you the link.

Read More...

Ways to download videos from Youtube and other video streaming sites

There are lot of tools available to do the job mentioned above. You can use softwares, websites or addons to get the video. I would like to mention a few things to make it easier.


Softwares: Youtube Downloader or Vdownloader are some famous softwares that would help you download streaming videos. There are many other softwares, but I prefer not to use one.

Websites: Keepvid is a good website where you would paste the Youtube URL and you can choose between the mp4 or the flv format of the video to download.

You can also try this:


Prefix the youtube url with the word 'kick'
For example, this www.youtube.com/(something)
becomes, www.kickyoutube.com/(something)

and it'll take you to a page where you can download the video in several different formats like 3gp, mp4, avi, flv, etc.

The options are good, but it works only for Youtube.

Addons: Video DownloadHelper is what I would recommend to download videos from any video sharing site (I assume you're a Firefox user). It's a great addon with lot of options like 'quick download' and 'download and convert', to name a few.

Sites and softwares constrain to only some video streaming sites, not all. So there is still a traditional method of pulling out the videos from cache of your browser.

Windows users:

Goto C:\Documents and Settings\\Local Settings\Application Data\Mozilla\Firefox\Profiles\(something).default\Cache

You can sort the files in the Cache directory in the order of 'Date Modified' or 'Size' to get the video on top. Identify the video and rename it to (something).flv

Linux users:

It's a cakewalk. Allow the video to buffer and goto /tmp directory. You'll find the video there, with the thumbnail image (if the codecs are installed)

Read More...

Creating Portable Apps

An application.exe file is the self extractor file that will start the installer for the software. For your info this .exe files extracts the contents on to your harddrive.. usually your default ProgramFiles path and then runs the Actual .exe file which resides amidst the extracted files.

So installation of a software is a three step process comprising of extracting, executing and setting up the environment for execution of the program.

In the normal executing step, the software asks you to fill in the details about the user agreement, the path or directory to install and whether to add an entry into the start menu folder and provides you with many more options.

Portable apps are the softwares which wont bother you to fill up the details and will start directly with the program execution..Such as if you want to run realplayer, creating a portable app from the existing RealPlayer will help you to run it anywhere without installing.

Let me take you through the step of creating the portable apps, so that you can carry them on your thumb drive and execute it in your friends machine without installing the software.

For creating a portable app, we would require an extractor and an archiver..
So Universal Extractor and Winrar are best suited for our process.
Download both the softwares from the above links and install them.

Now let me illustrate the steps to create the portable app for the Application
CCleaner.

The ccsetup224.exe file can be downloaded from the above link.


1. Lets extract the files in a subdirectory as shown below...






















2. Now in the sub-directory extracted.. you search for the .exe file like the CCleaner.exe here.
(You can test whether the file works or not by running the .exe file in the extracted folder. If it works, then you can surely create a portable app for this application).Now select all the folders and files in the path and lets add them to an archive..As shown below.










3. The archive window of the winrar is shown below.. Rename the archive name as ccsetup.exe






















4. In the advanced tab, click on the sfx options.
An advanced SFX window will pop up..
In the Run after extraction textbox.. fill in the name of the exe file to be executed
In this case its CCleaner.exe ( Be careful its case sensitive )
























5. In the Modes tab select the Unpack to temporary folder and also select the radio button
"Hide all" as shown below .






















6. Now in the Update tab select the radio button "Overwrite all files" as shown below and then click on OK on all the windows and allow the archive to complete.
























7. After the archive is complete a file named ccsetup.exe appears in the directory.
This is your portable application.. You can copy this onto your pen drive or portable harddisk and run it directly.










8. Just open the file generated and the program runs.

















While the portable app gives you freedom of not filling the forms. It will take the same amount of memory it takes to run when installed. It will be few seconds slower while opening, but it will sure reduce the work of installing .
Now you may try creating the portable application of the universal extractor and winrar.. so the whole process becomes portable.

Read More...

 
^ Scroll to Top