Wednesday, 31 August 2011

Automatic Software Installer for Ubuntu Linux - Bleeding Edge

Bleeding Edge Script for Ubuntu
* Bleeding Edge is a shell script designed for Ubuntu(32bit,64bit supported).
 * Installs repositories, keys, and software like media players, codecs, drivers, etc.
 * It can even clean up the system and save you some precious disk space.
 * Popular supported applications include Google Earth, Google Chrome, CLI Companion, Y PPA Manager, Ubuntu Tweak among others.

Install and Run Bleeding Edge in Ubuntu
 * Download Bleeding Edge Script from here
Continue Reading...

Tuesday, 30 August 2011

Getting Information about packages in Ubuntu Linux

Finding packages:
How do you find the package that's got the feature you're looking for? First, do
sudo apt-get update
so your package list is up-to-date, and then try something like
sudo apt-cache search tunnel
sudo apt-cache search 'php.*'
That is how you tell apt to search the packages using REGEX (regular expression, a pattern-matching 'language') -- if your pattern uses any keystrokes that mean something to your command shell (e.g. [|?*] ) you'll need to quote them so that apt-cache will be able to see them, instead of having the shell expand the term to a list of file names that mean something else entirely.

Continue Reading...

Sunday, 28 August 2011

Multi-Tabbed PuTTY - MTPuTTY

PuTTY is the most popular SSH client for Windows. One, and probably the only one, of PuTTY drawbacks is that you need to start a new copy of PuTTY every time you open a new connection. So if you need e.g. 5 active connections you run 5 PuTTY instances and you have 5 PuTTY windows on the desktop.

MTPuTTY (Multi-Tabbed PuTTY) is a small *FREE* utility enabling you to wrap unlimited number of PuTTY applications in one tabbed GUI interface. You are still continue using your favorite SSH client, but you are no longer messing around with PuTTY windows - each window will be opened in a separate tab.

Continue Reading...

Friday, 26 August 2011

Console based Last.fm player - Shell-fm

Last.fm is a UK-based Internet radio and music community website, founded in 2002. It claims over 30 million active users based in more than 200 countries.

Using a music recommender system called "Audioscrobbler", Last.fm builds a detailed profile of each user's musical taste by recording details of all the songs the user listens to, either on the streamed radio stations, the user's computer or some portable music devices. This information is transferred to Last.fm's database ("scrobbled") via a plug in installed into the user's music player. The profile data is then displayed on the user's profile page. The site offers numerous social networking features and can recommend and play artists similar to the user's favorites.

shell-fm is a lightweight, console-based player for Last.FM radio streams. It’s pretty small (the binary is currently about 70K, or about 60K when stripped) and it has most features the official player has, if not even a few more. Additional features are, for example:

Continue Reading...

 
//PART 2