Display A Calendar in the Terminal With This Command

For those command line lovers, you can easily display a calendar in the terminal with this command: cal This will work in both Linux and Mac OS X. The default “cal” command will show the calendar for the current month. If you want it to show other month, say January 2012, just type: cal 01 … Read more

How to Disable Guest Account in Ubuntu

If you have not noticed, at the login screen of Ubuntu, anyone can select the “Guest Session” and login to your computer without password. Of course, the guest won’t be able to access your files and folders. What they will see is the default Ubuntu desktop and they won’t be able to store any file … Read more

How to Change System Language in Ubuntu

When you first install Ubuntu on your computer, you have the option to change the system language to your preferred language. However if you have set English as the default language and later wish to change to another system language, there is an easy way to do so in the System Settings. This article will … Read more

How to Enable Appindicator in Gnome Shell

One of the good things about the Unity desktop is the appindicator feature that provides quick access to key parts of your application. For those who are using Ubuntu, but have replaced the Unity desktop with Gnome Shell, one of the frustration is that the appindicator does not work in Gnome Shell. Luckily, with a … Read more

Two Useful Apps to View CPU Info in Linux

In Windows, there is the popular CPU-Z application that allows you to view information about your CPU and hardware. But what if you are using Linux? CPU-Z doesn’t work in Linux, so how can you obtain the same CPU info in Linux? Here are two apps that can help you out. 1. CPU-G CPU-G looks … Read more

How to Record Terminal Session in Ubuntu

If you are a frequent terminal user, you may come across situations where you need to debug the code or copy the output of a script for future reference. For such cases, you may want to record the terminal session to obtain the log file of all the input commands you have entered and their … Read more

How to Keep SSH Connections Alive In Linux

For those that need to work constantly on SSH, it can be very frustrating when the system cut you off after a period of time. This article shows you the method to keep SSH connection alive until you disconnect it. Login to your remote system, or open the terminal in your own computer. Open the … Read more

Using Autokey Scripts to Automate Your Linux Desktop

Autokey, covered previously on Make Tech Easier, is a great place to store commonly-used text. But one of Autokey’s more advanced features is the ability to script it to do other things. We’ll take a look at two ways to tap Autokey for advanced desktop scripting. Note: While the below script worked on both 12.10 … Read more

Useful Apps to Aid Parental Control in Linux

So, you have a machine running Linux which is also used by kids. We all know how the Web may be dangerous, especially for youngest of Internet fans. But do you know how to shield your Linux system and control what your kids do online? Even though there are many Linux distros especially aimed at … Read more