How to view a configuration file without the comments

by Sukrit Dhandhania on May 22, 2009

Linux

I have to often make changes to configuration files such as httpd.conf and squid.conf. These files have a large number of lines that are commented out, mostly comments and some possible configuration directives that have been commented out as they are not required by default. A problem I face while editing such files is that there are so many lines commented out that I need to scroll down many lines before I can find the next active configuration directive. I found a fine solution to help me out with this. [click to continue...]

{ 5 comments }

How to change the Ubuntu login screen

by Ross McKillop on May 21, 2009

Linux

This brief tutorial will guide you through changing the Ubuntu login screen, and provide a few resources so that you can download some additional themes. [click to continue...]

{ 1 comment }

How to convert PDF files to Text files

by Ross McKillop on May 20, 2009

Windows

This brief tutorial will guide you through converting .pdf files into .txt files. [click to continue...]

{ 5 comments }

How to setup and use YUM on Fedora Linux

by Sukrit Dhandhania on May 19, 2009

Linux

YUM is a very cool software installation and management tool for Red Hat Linux based systems. It makes installing new packages or updating existing ones a breeze by taking care of installing all the dependancies. Let’s look at how to set it up on a Fedora Linux machine and then how to use it. [click to continue...]

{ 1 comment }

How to improve Windows stability and overall speed - part 2

by Ross McKillop on May 18, 2009

Windows

Part 1 of this tutorial guided you through using RegistryBooster 2009 to increase stability and improve the speed of your PC. Part 2 covers another product by the same folks - DriverScanner 2009. [click to continue...]

{ 0 comments }

How to hide BlackBerry apps from your Applications screen

by Ross McKillop on May 18, 2009

BlackBerry

This brief tutorial will show you how to hide, but not delete, apps from your BlackBerry’s Applications window. It will also show you how to ‘unhide’ any/all apps that you’ve opted to hide. The steps and screenshots used in this tutorial are specific to the BlackBerry Pearl, but I suspect are similar or identical for other models. I can’t confirm that, as I only have a Pearl. [click to continue...]

{ 0 comments }

How to rearrange apps on your BlackBerry Applications screen

by Ross McKillop on May 15, 2009

BlackBerry

This brief tutorial will show you how to move/rearrange programs on your BlackBerry Applications window so that they’re ordered the way you want. The instructions outlined are specific to the BlackBerry Pearl, but I suspect are similar if not identical to other BlackBerry devices (I can’t confirm as I only have a Pearl). [click to continue...]

{ 1 comment }

How to create a symlink (shortcut) in Linux

by Sukrit Dhandhania on May 14, 2009

Linux

Symlinks or symbolic links are the Linux equivalent of shortcuts in Windows. Creating symlinks of files or folders can be quite useful in Linux, as you can shorten a path such as /var/www/html/application/configuration/images/config.php to something easier to remember and manage such as /var/www/html/image-config.php. Let’s see how this can be done. [click to continue...]

{ 0 comments }

How to install Ubuntu 9.04 (Jaunty Jackalope) in Parallels Desktop for OS X

by Ross McKillop on May 13, 2009

Linux Mac

This tutorial will guide you through installing Ubuntu 9.04 (Jaunty Jackalope) using Parallels Desktop 4.0 (Build 4.0.3810) for OS X. [click to continue...]

{ 7 comments }

How to install and manage packages in Linux with RPM

by Sukrit Dhandhania on May 12, 2009

Linux

RPM or Red Hat Package Manager is the default package management solution for Linux distributions based on Red Hat Linux. It’s a pretty useful way to easily install, upgrade, and un-install packages on Linux machines. I remember the days when every Linux package had to be compiled. Let’s see how to perform some basic tasks with RPM. [click to continue...]

{ 1 comment }

How to create a custom font from your own handwriting

by Ross McKillop on May 11, 2009

Web Design & Dev

This tutorial will guide you through creating a font directly from your own hand writing.

custom font based on your own handwriting
[click to continue...]

{ 4 comments }

How to install and use Google Mobile App on your BlackBerry

by Ross McKillop on May 11, 2009

BlackBerry

Using Google Mobile App you can search the web from your BlackBerry to search by voice, which is an absolutely killer feature. Once installed, all you have to do is speak the words you want to search for, and Google Mobile App will display the search results. [click to continue...]

{ 0 comments }

Bash one liner - how to compress, move, and extract a directory

by Sukrit Dhandhania on May 8, 2009

Linux

The other day I needed to migrate a directory containing a lot of files from one location on my Linux server to another. There are a number of ways I could do this. Using a simple cp command could have done the trick. However, as the data I was copying was a database and I wanted to make sure that the copying was done perfectly, I looked on the Internet and found a brilliant one line bash solution for this. [click to continue...]

{ 1 comment }

How to change the default web browser in Ubuntu

by Sukrit Dhandhania on May 7, 2009

Firefox Linux

Have multiple browsers installed on your Ubuntu machine? Sometimes it can be a bit confusing if you want to change the the default web browser from one to another. Here’s a simple way you can make the switch using the Linux command line. [click to continue...]

{ 0 comments }

How to determine if your CPU will support Windows 7 “XP Mode”

by Ross McKillop on May 6, 2009

Windows

This brief tutorial will show you how to quickly figure out if your current CPU will support Windows 7’s new “Windows XP Mode” feature. [click to continue...]

{ 4 comments }