Tag:
howto

Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards

by
on
March 11, 2011

The release of GNOME Shell and GNOME 3 is fast approaching. Unfortunately for many the latest build is nearly unusable due to the slow animation speed and lack of mouse responsiveness. If you have an NVIDIA graphics card you may be in luck as the fix is fairly simple. You need to change to the [...]

Read More
No Comments
gnome

Install GNOME Shell in Ubuntu 10.10 Maverick

by
on
March 8, 2011

GNOME Shell is a component of GNOME 3.0 which is the next generation of the GNOME Desktop Environment scheduled for release in April 2011. With the release fast approaching you may be eager to give it a try on your current Ubuntu 10.10 installation. There are currently two ways to install GNOME Shell. The easiest [...]

Read More
18 Comments
ubuntu

Fix git-upload-pack and git-receive-pack errors on shared hosting

by
on
February 24, 2011

When pulling from a remote git repository located on shared hosting you will get the “git-upload-pack: command not found” error. A similar error occurs with the git-receive-pack when doing a push as well. This occurs when git is installed locally (in your home directory), and not system wide because git cannot locate these binaries. Normally [...]

Read More
No Comments
git

Setup USB support in Oracle VirtualBox

by
on
February 23, 2011

Since VirtualBox version 4.0 USB support can be enabled in the Open Source Edition (OSE) by installing the optional Oracle Extension Pack. You can find out how to install the Extension Pack here. If you have an earlier 3.2 version, you must make sure you have the Oracle closed source version of VirtualBox which was [...]

Read More
3 Comments
virtualbox

Get a Listing of Directories in a Subdirectory

by
on
February 18, 2011

Here is a great little command line trick to list only the subdirectories in your current working directory. $ ls -d */

Read More
No Comments
bash

Sync Chrome with your Google Account

by
on
January 29, 2011

A handy feature about Google Chrome web browser besides its speed and simplicity is the ability to sync everything to your Google account between multiple browsers. Currently the features the support synchronization include apps, extensions, autofill, preferences, bookmarks, and themes. Other services like xmarks (previously Foxmarks) sync bookmarks but to have this feature supported natively [...]

Read More
No Comments
guides

Install git on SUSE 11

by
on
January 5, 2011

Git is a great version control system which is used everywhere these days. The process of installing git on SUSE is as easy as other distros at moment but is not to difficult if you follow these steps. To my knowledge at this point in time there is no git rpm package for SUSE. There [...]

Read More
2 Comments
suse

Insert a timestamp in your Tomboy notes

by
on
January 5, 2011

At can be very handy to automatically add a timestamp to a Tomboy note but the feature is not enabled right out of the box. Fortunately it is very easy to turn on this feature. Open Tomboy Preferences, click on the Add-ins tab, and select the Tools Add-in dropdown list. Select Insert Timestamp and click [...]

Read More
No Comments
guides

How to get Boxee to correctly identify local media files

by
on
December 29, 2010

One of the great features of Boxee is that it can scan your local media collection and retrieves artwork and information from IMDb.com. It does this by doing regular expression matching on each file name to determine what movie, album, or TV episode it is. If you have a collection that is not well named [...]

Read More
No Comments
guides

How to release the Linux disk cache

by
on
November 19, 2010

For whatever reason you may need to free the disk cache at some point. Since Linux 2.6.16 the interface /proc/sys/vm/drop_caches has been available to simplify this process. First we run the sync command before dropping the cache. Doing this will ensure that all memory in the cache is updated and all dirty pages are synchronized [...]

Read More
No Comments
system administration
Copyright 2008-2010 WiredRevolution.com. All rights reserved.