Tag Archives: HowTo

Create an Encrypted Folder in Ubuntu with Cryptkeeper

Since it’s tax time here in the US, I figured it would be good to post something to help you keep your information safe. Today I’ll show you how to install and use the Cyptkeeper applet in Ubuntu.

Cryptkeeper is a GNOME applet for managing EncFS encrypted folders. To install it, make sure the Universe Repository is enabled and install it with Synaptic. Alternatively, install it from the command line with:

sudo apt-get install cryptkeeper

The installation should have added your userid to the fuse group. If it didn’t, you can add it with: Continue reading

Install the Fedora 10 Desktop Theme in Ubuntu

One of the common complaints heard about Ubuntu is that some people just don’t care for the brown theme that’s applied by default. Many who have tried Fedora 10 have commented on the clean appearance of the theme. Thanks to the open source nature of Linux, it’s not too hard to get your Ubuntu desktop to look like the one from Fedora 10. Continue reading

How To Install the Echo Icon Theme in Ubuntu

This post is part of the process to Install the Fedora 10 Theme in Ubuntu.

The Echo Icon Theme is an icon set created by the Fedora team to be used as the default Gnome Desktop icons for a Fedora Linux installation. This post will show you how to download these icons and install them on an Ubuntu system. Continue reading

How To Install the Nodoka Theme Engine in Ubuntu

This post is part of the process to Install the Fedora 10 Theme in Ubuntu.

Fedora 10 has a nice and clean theme that you might prefer over those available with a default install of Ubuntu. I’m going to show how to install Fedora’s Nodoka theme engine. This howto is based on the one I found on the Ubuntu Unleashed website about installing the Nodoka theme for Ubuntu. I’ve modified the process to install the latest versions of the software available. As usual, this Ubuntu howto will require a bit of work from the command line. Continue reading

Create Your Own .deb Packages with Checkinstall

If you’ve been using Linux for a while, you’ve probably run across the need to install something from the source packages. Either the program you wanted wasn’t available in the repositories, or you wanted a more recent version than what’s shown in the repositories. Checkinstall is a program that will create Slackware, Debian, or RPM packages for you after you compile a program from source. For a typical install from source you run Continue reading