tech tip

Tech Tip: Create an Automatically Scrolling Reader

Linux Journal - The Original Magazine of the Linux Community  Thu, 10/13/2011 - 09:47

By combining three useful command-line too


 

Tech Tip : Sending Email from Command line

Linux Today  Fri, 05/28/2010 - 00:02

Geek Ride: "Everyone is not as lucky as having a full fletched email client like thunderbird or kmail to send mails.

There is one unlucky group known as system administrators who have to send the mails either through the command line or a script running on the remote server."


 

Tech Tip: Fun With Gawk

Linux Journal - The Original Magazine of the Linux Community  Mon, 02/15/2010 - 12:37

When grep and sed aren't enough, gawk may provide the extra horsepower that yo


 

Tech Tip: Use gxmessage for Displaying GUI Messages from Scripts

Linux Journal - The Original Magazine of the Linux Community  Thu, 01/28/2010 - 12:10

There are many dialog programs out there, Zenity, Kdialog, xdialog, etc. I love programs like these. They make it so easy to spice up a shell script with a little GUI action.

Today I'm going to go look at a dialog program called gxmessage.

read more


 

Tech Tip: Dereference Variable Names Inside Bash Functions

Linux Journal - The Original Magazine of the Linux Community  Fri, 01/15/2010 - 11:09

We often read (including in the book Advanced Bash-Scripting Guide by Mendel Cooper) that if we pass variable names as parameters to functions, they will be treated as string literals and cannot be dereferenced (ie the value is not available).

But this is not so, variable names can be passed as parameters to functions and they can be dereferenced to obtain the value of the variable with the given name.

read more


 

Tech Tip: Start a Kiosk Style Machine Running a Single X11 Appli...

Linux Journal - The Original Magazine of the Linux Community  Tue, 01/12/2010 - 12:48

By changing your Xsession file you can start a kiosk-style machine that starts a single X11 application.

read more


 

Tech Tip: Getting Your MAC and IP Address In a Script

Linux Journal - The Original Magazine of the Linux Community  Thu, 12/31/2009 - 13:12

Ever wanted to get the MAC or IP address of your computer in a Linux shell script? The following two commands should work on most flavours of Linux/Unix.

read more


 

Tech Tip: Periodically Update Your MOTD with update-motd

Linux Journal - The Original Magazine of the Linux Community  Mon, 12/14/2009 - 10:44

This tech tip provides you with information on how to customize your motd (Message Of The Day) message to display the output of one or more scripts.

This uses the update-motd package, which updates the motd message when run. I use this method on Ubuntu 9.10, but not all systems provide this package so extra effort may be required to use it on other systems.

read more


 

Tech Tip: Add Latitude/Longitude Information to Photos

Linux Journal - The Original Magazine of the Linux Community  Thu, 12/10/2009 - 10:56

I wanted to store geolocation information in the photos I take with my digital camera. That way I wouldn't have to specify the photo locations manually when I upload them to the Picasa webpage.

Since my camera doesn't have built in GPS support, I wrote this script to add the location information to the pictures when they are on the computer already.

read more


 

Tech Tip: Using Twitter and Facebook from Pidgin

Linux Journal - The Original Magazine of the Linux Community  Tue, 12/08/2009 - 10:32

In the vast world of communication, instant messaging is a long-standing medium. Facebook has entered the scene relatively recently, as has Twitter.

If you use these newer mediums of communication and you're a Pidgin user then you may want to look at the Pidgin plugins for accessing them.

read more