Posts Tagged ‘Ubuntu

22
Apr
10

Scribes Text Editor

Tired of gedit? Although gedit is one of the most powerful text editors available, there are other sleerker ones as well. Scribes is one of them.

Its pretty much a really simple text editor. Its quite powerful though but the interface is what wins it for me. Simple and easy to use.

Here’s a screenshot:

How to install:

Scribes can be installed from the Ubuntu Software Center itself. Simple search for “Scribes” in the Ubuntu Software Center.

Alternate method: Go to Accessories > Terminal. Now type

sudo apt-get install scribes

Thats it. Pretty cool app. Worth a look.

21
Apr
10

Tribler file sharing client

Tribler is an application which helps you find, share, download, search for pictures, music, videos and so on. In other words its more like a media player integrated within a torrent client. I have tried it out, and frankly, the search and download function is pretty good. The integrated search is quite exhaustive, eg. take a look at the results Tribler came up with when I searched for “Ubuntu” (pic in the screenshots below).

It has Windows, Mac and Linux versions of its software. Here are a few screenshots of the application:

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

How to install:

Go to System > Administration > Software Sources. From there go the Other Software tab and then Add the following line:

deb http://ubuntu.tribler.org/ karmic main

(If you need more and simpler information alongwith screenshots about how to add a repository, you should go through the details given here : https://exploreubuntu.wordpress.com/2010/04/18/adding-repositories/)

Now go to the Terminal (Applications > Terminal) and type the following:

sudo apt-get update

Next type the following in the Terminal:

sudo apt-get install tribler

Thats it. Tribler will be available in the Internet menu.

Share/Bookmark

For experienced users seeking more information about Tribler:
Official page of Tribler: www.tribler.org
Launchpad page of Tribler: https://launchpad.net/tribler

20
Apr
10

BeeSeek

Very often there are seriously awesome projects being undertaken which we know nothing of. BeeSeek is one such gem of a project.

BeeSeek is a project intended to build a free open-source search engine based on peer to peer (P2P) technology.

It intends to create an effective search engine which doesnt compromise on user’s privacy. At the moment none of the popular search engines are open source ones, BeeSeek intends to change that by creating a source code which will be accessible to everyone.

The developers are working on the project and the community seeks more of them, web editors, marketing experts etc. As of now there isnt a stable release of BeeSeek. But you can try out their beta search engine : www.beta.beeseek.org

To be frank, such a project deserves attention and all the help it can get.

To know more about BeeSeek and help the BeeSeek community, check out the links below:

Wiki: http://wiki.beeseek.org/
Home Page: http://www.beeseek.org/
Launchpad: https://launchpad.net/beeseek

Share/Bookmark

19
Apr
10

VLMC – VideoLAN Movie Creator

VLMC or VideoLAN Movie Creator comes from the same good folks who gave us the awesome VLC Media Player. VideoLAN Movie Creator is basically a video editor and creator running on Windows and Linux. Without a doubt this is one project which has caught the attention of many users of VLC softwares. Personally, I’m pretty excited as well. I know Ubuntu has loads of video editors in its repositories but when VLC makes one, well, it definitely catches the attention.

However, the project is very much in its infancy and VLMC is in testing phase as of now. They havent announced any specific installation guides/instructions for Ubuntu users. But fret not my friends, for you can use VLMC via Wine (yes, the all purpose Windows emulator). So, for Ubuntu users, download the Windows version and run it under Wine. It works perfectly.

Screenshot:

How to Download:

To download VLMC (testing) you need to go to their official site (and download the Windows version of the software): www.trac.videolan.org/vlmc/wiki/Downloads

Share/Bookmark

18
Apr
10

Adding repositories

This is a very basic guideline for installing repositories. Repository is a place where a particular software is kept or maintained. Ubuntu Software Center has loads of softwares for nearly every imaginable use. However you might still need to install additional ones. For those softwares you need to install/add repositories. Repositories are also installed to stay up to date with the very latest versions of softwares.

There are two ways of adding repositories. The graphic (GUI) way and the terminal (CLI) way. I’ll discuss both here one after the other.

GUI (Graphic user interface aka graphic method):

Go to System > Administration > Software Sources

Click on the Other Software tab and then click Add.

Then simply type or copy paste the repository you want to add and thats it.

CLI (Command line interface aka terminal method):

Open the Terminal (Accessories > Terminal) and then type the following:

sudo gedit /etc/apt/sources.list

A new window will open up and there simple copy paste the repository you want to add. Remember that you need to enter the repository name in a separate line or a new line. Hence press Enter from your keyboard before pasting/adding the repository.

Remember to save the file before you exit.

There’s another CLI method as well, its a more direct approach.

Go to the Terminal and type out the direct command to add the repository:

sudo add-apt-repository ppa:name of repository

eg. sudo add-apt-repository ppa:pcf/miro-releases (installs the official repository for the software Miro)

Tip: Always make sure you update your repositories after adding them. To update your repositories, go to System > Administration > Update Manager and click on Check.

Alternatively, you can go to the Terminal and type sudo apt-get update

Thereafter you can install the software from the Ubuntu Software Center itself or from the Terminal as the case may be (read instructions for that particular software in its documentation or FAQ section).

Thats was all about adding repositories in Ubuntu.

Share/Bookmark




ALERT!!!

ALERT! Explore-Ubuntu has moved.

New location of Explore Ubuntu (includes ALL old and brand new posts):

www.explore-ubuntu.blogspot.com

Technology Blogs - Blog Catalog Blog Directory