How do I start the Terminal application - Fedora?
From the Applications menu, select Accessories > Terminal.
I receive "Permission denied" when attempting to modify (delete, copy or edit) a file / directory. How do I resolve this?
"Permission denied" is an indication that you do not have sufficient access to perform the desired operation. Permission restrictions help ensure that you do not modify something required for the s...
How do I change the name of an existing user account in Linux?
From the desktop, press Alt+F2 to launch the Run Application window.
Type: gnome-terminal then press Enter. This will launch a user terminal (similar to Windows command prompt).
At the t...
How do I change my password via UNIX / Linux Command Line?
For security reasons, UNIX / Linux never displays your password on the screen.
If you are not at the terminal screen, please launch ther terminal application.
In the terminal window, type: pa...
How do I start the Terminal application on my Mac?
... Folder menu, click Applications. Locate and open the Utilites folder. Locate and double-click the Terminal icon. You have successfully launched the Terminal application.
How do I pair with the Bluetake BT500 Bluetooth mouse?
..., press Alt+F2 to launch the Run Application window.
Type: gnome-terminal then press Enter. Gnome Terminal will display.
At the terminal prompt, type: sudo gedit /etc/default/bluez-utils then pres...
How can I replace a string of text in multiple files using Perl?
From the desktop, press Alt+F2 to launch the Run Application window.
Type: gnome-terminal then press Enter. This will launch a user terminal (similar to Windows command prompt).
In the termi...
How do I determine what Java version I am running on my Mac?
Launch the Terminal application. Type:java -version Locate the java version string (e.g. java version "1.5.0_06").
How do I remove a directory and all it's contents, including any sub-directories?
From the desktop, press Alt+F2 to launch the Run Application window.
Type: gnome-terminal then press Enter. This will launch a user terminal (similar to Windows command prompt).
Navigate to ...
I receive the message: "<username> is not in the sudoers file. This incident will be reported.". How do I enable sudo?
The sudo command allows users to perform tasks as another user - most commonly, the root user. Using sudo instead of su - has significant advantages. Most notably is that all operations performed w...
How do I delete all files of a particular extension from a directory and it's sub-directories?
In this article, we will be deleting all .txt files from our target directory and all sub-directories below it.
From the desktop, press Alt+F2 to launch the Run Application window.
Type: gnom...
How do I use my iPod with Ubuntu 6.06 (Dapper Drake)?
From the desktop, select: Applications > Accessories > Terminal to open a terminal session.
In the terminal window, type:sudo apt-get install gtkpod then press Enter. When prompted, type...
How do I change the access permissions for a file or directory using chmod?
The chmod (change mode) command is used to set file and directory permissions in Linux operating systems. The most common use of chmod is to grant or revoke read (r), write (w) or execute (x) permi...
How do I configure WiFi (via 2Wire HomePortal 1000HW) on my Mac PowerBook?
Although this article uses a specific configuration, the basic procedure applies to other, more generic environments.
From the desktop, press Alt+F2 to launch the Run Application window.
Typ...
How do I install applications using EasyUbuntu on Ubuntu 6.06 (Dapper Drake)?
...se refer to the EasyUbuntu website.
From the desktop, select Applications > Accessories > Terminal to open the Gnome Terminal application.
At the terminal prompt, type: sudo gedit /etc/apt...
How do I add extra software repositories for Ubuntu 6.10 (Edgy Eft)?
...Alt+F2 to launch the Run Application window.
Type: gnome-terminal then press Enter. The Gnome Terminal (similar to Windows command prompt) will display.
In the terminal, typesudo cp -p /et...
How do I find out the what current Shell variables are in UNIX/Linux?
You can use the set command to find out what the shell variables are set for you UNIX/Linux shell to use. Using a terminal, type set at the prompt then press Return. The shell will display the list of...
How do I add custom templates to the right-click Create Document context menu?
In this article, we will be adding a new item to the Create Document option of the right-click context menu. The item we add will allow us to easily create a new file with the extension .html.
...