DNS

Top 10 Kubuntu Apps Part 2

I’m going to highlight my top 10 Kubuntu apps that are not a part of the base install system. This post is more advanced, and some of the software listed may require compiling from source.

  1. Miro - instant access to recorded video from internet sources such as Google Video, YouTube, etc. Formerly known as DemocracyTV player, this gets you relevant video news in an instant.
  2. Transkode - transKode I use to convert my OGG and FLAC files to MP3 for use on my Rio Carbon. This might not be as essential for everyone else, but there’s definitely some divergence as far as the best convertor, and I really think transKode needs the recognition it deserves for expertly accomplishing such a task.
  3. amarok - It’s better than kaffeine. It’s a little slow, but is completely feature packed. It’s able to get ID3 tag info from MusicBrainz, for example is a feature which I have really been enjoying.
  4. kmymoney - If you need to keep up with your money on something other than your bank’s page, this is a great, free way to do it. It is an excellent open source alternative to the major commercial software, which has become more of a marketing vehicle for other products.
  5. inkscape - a scalable vector graphics editor. Use this program to draw using vector graphics, Inkscape is much more than a bitmap editor. If you’re familiar with Macromedia/Adobe Fireworks, then you’ll have an easy transition into Inkscape. While the interface is not identical, much of the concepts are the same.
  6. ksquirrel - a quicker replacement for the included GwenView. I find GwenView notoriously slow, so I choose ksquirrel instead.
  7. BasKet note pads - Integrates into Kontact, and allows you to work with notepads. I consider this an awesome alternative to Microsoft’s OneNote application. It’s superior to kNotes or even Tomboy.
  8. Tellico - If you’ve got a collection of anything, and want to track that collection’s information, this is the best software to use for documenting that collection.
  9. Quanta+ is an impeccable Web Development suite. It features integrated real time previews, syntax highlighting for several different languages, project management, and templates.
  10. AllTray is there for you when you want to iconize a piece of software. I’ll use it to remove clutter caused by the bittornado windows.
  11. Moblock is this issue’s bonus. It’s just good layer of protection to keep your computer away from remote prying eyes.
  12. XSane is great for the ability to perfectly scan. It seems to be an often overlook function during conversations, however if you have a need to scan from paper sources, this program does a bang up job.

Amarok
Audio
DNS
DemocracyTV Player
Gutsy Gibbon
GwenView
Image Viewer
Inkscape
Kubuntu
Miro
Quanta+
Software Reviews
Tellico
XSane
kMyMoney
ksquirrel
moblock
mp3
transKode

Comments (0)

Permalink

How To Install No-Ip From Source in Ubuntu

I recently switched routers for improved wireless performance. I was disappointed to find out that my new one didn’t have a No-IP client. I set out to install their official Linux client, and it was quite easy. The following steps are what I used to compile the latest version from source. This tutorial assumes you already have an established no-ip account and host name.

Change to your home directory

cd ~

Make a new folder for the download

mkdir no-ip-dl

Change to the new folder.

cd no-ip-dl

Download the latest compressed tarball

wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz

Extract the tarball

tar xzf no-ip-duc-linux.tar.gz

Change to the proper folder

cd no-ip-2.1.4

Compile the binaries and install the executables.

sudo make install

This will prompt you to answer the necessary details for configuration, like your email address, password, desired interface, etc.

Then launch the application by:

sudo /usr/local/bin/noip2

Client
DNS
Internet
Tutorial

Comments (0)

Permalink