Skip to content


How to hide BlackBerry apps from your Applications screen

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. Continued…

Posted in BlackBerry, Mobile Phones.


How to rearrange apps on your BlackBerry Applications screen

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). Continued…

Posted in BlackBerry, Mobile Phones.


How to create a symlink (shortcut) in Linux

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. Continued…

Posted in Linux.


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

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. Continued…

Posted in Linux, Mac.


How to install and manage packages in Linux with RPM

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. Continued…

Posted in Linux.


How to create a custom font from your own handwriting

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
Continued…

Posted in Web Design & Dev.


How to install and use Google Mobile App on your BlackBerry

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. Continued…

Posted in BlackBerry, Mobile Phones.


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

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. Continued…

Posted in Linux.


How to change the default web browser in Ubuntu

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. Continued…

Posted in Firefox, Linux.


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

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. Continued…

Posted in Windows.


How to add and remove services from startup on Fedora Linux

Linux

Fedora Core Linux and other flavors of Linux that are based on Red Hat Linux ship with a useful utility called ntsysv which provides users with a simple textual interactive interface which enables them to see a list of services. You can see which services are set to start at boot and which are not. You can then modify the settings and add and remove services from startup. There are a number of ways you can add and remove services from starting at boot, but over time I have found ntsysv to be easy to use and effective. Continued…

Posted in Linux.


How to keep your BlackBerry and Google Calendars in sync

BlackBerry

This tutorial will guide you through installing, setting up and using Google Sync for your BlackBerry. Continued…

Posted in BlackBerry.


How to speed up your Windows PC with SpeedUpMyPC 2009

Windows

SpeedUpMyPC 2009 is a product from the same folks who created RegistryBooster 2009, and is another Windows application that Simple Help strongly endorses. Keep reading for a full tutorial on configuring and using SpeedUpMyPC 2009. Continued…

Posted in Windows.


How to schedule tasks on Linux using the 'at' command

Linux

Scheduling jobs is an essential part of administering Linux servers. We took a look at how to schedule jobs on Linux machine using the cron command earlier. Here’s an alternative to cronat. The primary difference between the two is that when you schedule a task using cron it execute repeatedly without the need for rescheduling. With at, on the other hand, the scheduling of a task is only for a single execution. Both of these commands have their use, and I would suggest that you get a good understanding of them both. Continued…

Posted in Linux.


How to securely clean up data on a hard disk on Linux

Linux Security

When people throw away important documents they usually use a shredder to make sure that these documents can’t be read by unauthorized people. Similarly companies run a shredding process on computers before either discarding or donating them. This is a good practice even for individuals. You don’t want someone getting hold of your personal data such as photographs, emails, bank documents, etc. Let’s look at how you too can clean up a hard drive before junking it or giving it away. Continued…

Posted in Linux, Security.