Latest Ubuntu Articles

Disable Caps Lock button in Ubuntu Linux

If you find yourself sometimes accidentally hitting the Caps Lock key, this tip will be a God-send. Just open a terminal and type xmodmap -e "clear Lock" to disable it. On my system the keyboard LED for the key still lit when it was hit, but there was no other effect within Ubuntu.

Connect to shared folder from Windows with the command-line in Ubuntu

If you work in an office environment or have more than one PC in your home you might be used to connecting to shared folders across the network. Ubuntu's Places > Network view should show the computers that are local to you and let you connect.

Remove the “bad password” wait period in Ubuntu

Whenever you mistype a password Ubuntu will pause for two seconds before letting you try again. This is for a good reason, because hackers often try brute force techniques to guess the password.

Search for files using the Command line in Ubuntu

There are essentially two methods used to search for files at the commandline: locate and find. The difference is that locate relies upon a database of files and locations, while find literally searches the file system each time you use it.

Find the Ubuntu version and code-name

If you're sitting in front of somebody else's Ubuntu computer and want to quickly identify which version of Ubuntu it running (not always easy to do from the look and feel if it's heavily customized).

How to use a older digital cameras with Ubuntu

Have you got a vintage camera that won't work under Ubuntu because it's not a removable storage device (which is to say, its contents don't appear in a file browsing window when you attach the camera)?

Make Calculator round-up (or down) to two digits in Ubuntu

If you use Ubuntu's Calculator application to work out nothing but trivial financial transactions in dollars and cents (or Euros/cents, pounds/pennies etc), then you can force it to always round its results to two decimal places, depending on which side of half a cent/penny the result is.

How to create outbound rules in Ubuntu Firewall with Firestarter

When it comes to blocking data emanating from your computer, Firestarter can enact two different modes: whitelist, and blacklist.

How to install ClamTK Virus Scanner in Ubuntu

Start Synaptic and search for clamtk. Put a check alongside the clamtk entry in the results, and click Mark for Installation in the menu that appears. Agree to install the list of dependencies, that includes ClamAVitself, and then click the APPLY button on the toolbar.

How to create inbound rules in Ubuntu Firewall with Firestarter

Inbound rules allow you to filter all incoming connections. By default, all uninvited incoming connections are turned away. Creating an inbound rule effectively allows you to create a "hole" in the firewall for certain types of connection to get through, as needed by particular programs.

Page 2 of 8 pages  <  1 2 3 4 >  Last »