Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu

by
Ryan
on
January 24, 2009

Hardware support in Linux, specifically Ubuntu 8.10 (Intrepid Ibex) for the Dell XPS M1530 and M1330 is very impressive. However in certain cases the process is not as straight forward as it could be, and it takes a bit of tinkering in order to get it to work. In this article I will go through [...]

Read More
1 Comment
ubuntu

Skip network filesystems when searching with find

by
Ryan
on
January 19, 2009

When you run the find command on the root directory of a system you may want to exclude all network filesystems and confine your search to only your local machine. The benefits of this are obvious as it will save you a great amount of time especially if the mounted filesystem is very large.
Luckily [...]

Read More
No Comments
system administration

Enable syntax highlighting in vim with Ubuntu

by
Ryan
on
January 14, 2009

Many distributions have syntax highlighting in vim enabled with their default installation. In Ubuntu as well as other Debian based distributions, this is not the case. By default Ubuntu installs the vim-tiny package which does not support syntax highlighting or many other advanced features.
You can see by following the chain of symlinks that in the [...]

Read More
1 Comment
ubuntu

Fix for missing title bar and GNOME panel with Firefox

by
Ryan
on
January 13, 2009

This is a bug in Firefox 3 where it launches into full screen mode and completely covers the top and bottom GNOME panels as well as its own title bar. While in this buggy mode Firefox cannot be resized, and can only be closed from within the menu.
File -> Quit
A temporary fix involves pressing [...]

Read More
No Comments
gnome

Convert text files within a directory from Windows to Unix format

by
Ryan
on
January 7, 2009

When a file is saved in Windows and then moved to a Linux system the formatting differences can cause a variety of problems. To effectively use these files you will need to change the format from Windows/DOS to Unix. This conversion occurs by simply removing the Windows carriage return characters.
I have explained how to use [...]

Read More
1 Comment
bash

View the status of a long emerge

by
Ryan
on
December 31, 2008

At certain times while using Gentoo you are going to have to perform a large emerge, for example when you do an update world. It can be challenging to keep track of the status of this emerge with all the output flying by on the screen. It can also become a problem if you want [...]

Read More
No Comments
gentoo

How to SSH into Ubuntu LiveCD

by
Ryan
on
December 16, 2008

The ability to remotely SSH into a machine running an Ubuntu LiveCD can come in handy in many situations. The LiveCD supports a large variety of hardware and can be used to troubleshoot system problems on a machine where you have limited or no access. A user with limited skills can easily setup remote access [...]

Read More
No Comments
ubuntu

View process environment details with proc

by
Ryan
on
December 10, 2008

The process environment consists of all the individual environment variables which are passed on to the program by the shell when the program is launched. This environment can be read and changed by the program during its execution, and can affect how a program is linked or how it executes. For all these reasons it [...]

Read More
No Comments
system administration

View system information with /proc/cpuinfo and /proc/meminfo

by
Ryan
on
December 9, 2008

There are 2 files available on a Linux system which will give a user a wealth of information about a system. These files, /proc/cpuinfo and /proc/meminfo are written by the Linux kernel and tell you important details about your cpu and memory.
Both files are read-only and can be viewed with any text editor. [...]

Read More
No Comments
system administration

Customize keyboard shortcuts in GNOME

by
Ryan
on
December 7, 2008

Use the Keyboard Shortcuts tool in GNOME to customize the default keyboard shortcuts for your system. If you have a laptop that has special media buttons you can configure them here as well. In some distributions such as Ubuntu these media buttons may be automatically configured but you may still need to fine tune them [...]

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