Posts tagged Tech

Tech Ed: Free ways to store your data online

Tech Ed: Free ways to store your data online
One of the most common and frustrating aspects of owning personal and business computers is the loss of files when things break or viruses destroy them.

Read more on The Record Searchlight

Tech Comics: “How to Become Invaluable”

Tech Comics: “How to Become Invaluable”
Tech Comics: “Upper management is important, but certain key tech staffers are far, far more important.”

Read more on Linux Today

Fancy messing with Linux? Try Wubi! (One Minute Tech Video!)


Subscribe for more 1 minute tech videos! A ‘just’ over the 1 minute limit tech video on how to install Linux through the program Wubi from INSIDE windows. Steps to take; 1) Go to your web-browser and navigate to the website; wubi.sourceforge.net 2) Click on the download now button, and then once the download has finished double click on the ‘Wubi.Exe’ file. 3) Select the Drive you wish to install Wubi onto, and then select the storage space you wish to allocate to your version of Linux – I would suggest a minimum of 10GB, yet on the contrary to what I have suggested in the video, 30GB would not really be necessary. 4) Select the version of Linux you would like to install – I would reccommend UBUNTU. 5) Set a password and click install! 6) Next time you restart windows – Use the directional arrows to choose Linux, and boot into Ubuntu! NOTE – The 15/20 minute install period I quoted in the video does not include the time it will take you to download the Linux.iso file which is necessary to install your chosen version of Linux from. This process I would imagine would take about a hour on most people’s internet connections. Thanks!

Tech Tip: Fun With Gawk

When grep and sed aren’t enough, gawk may provide
the extra horsepower that you need.
The following tip contains a sampling of some of the
things one might do with gawk.
more>>



View full post on HOW-TOs

Tech Tip: Add Latitude/Longitude Information to Photos

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. more>>



View full post on HOW-TOs

Tech Tip: Periodically Update Your MOTD with update-motd

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. more>>



View full post on HOW-TOs

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

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.
more>>



View full post on HOW-TOs

Tech Tip: Start a Kiosk Style Machine Running a Single X11 Application

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



View full post on HOW-TOs

Tech Tip: Dereference Variable Names Inside Bash Functions

Bash shell

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.
more>>



View full post on HOW-TOs

Tech Tip: Keep Your Monitor Awake with Caffeine

One of my favorite new apps is a little system tray app called
caffeine
(and here).
It’s simple, yet very practical, its purpose is to inhibit a screen saver
or sleep mode, which is great while watching flash videos on sites like hulu.

more>>



View full post on HOW-TOs