Tag Archives: gnome

Revert the Update Behavior in Jaunty to the Old Way

If you’ve recently updated your Ubuntu installation to version 9.04 (Jaunty Jackalope), then you’ve probably noticed that the update manager starts up automatically when there are updates available. The old behavior was to provide a notification icon in the system tray. If you prefer the new behavior, great. Leave things alone. If you would like Ubuntu to behave like it used to, then read on. Continue reading

Secure File Transfer in Nautilus with SFTP

Previously I’ve showed you how to set up a home network with Ubuntu. Once your network is set up, it’s easy to transfer files from one computer to another using Gnome’s standard file manager, Nautilus.

Nautilus has a built-in feature to support SFTP. SFTP is a secure file transfer protocol. It’s basically a combination of SSH (secure shell) and FTP (file transfer protocol). SFTP is a convenient way securely transfer files from one computer to another over the network. Continue reading

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