TCS logo TimburyDotOrg is owned and operated by Timbury Computer Services. For over ten years, Timbury Computer Services has shown home, small business and corporate clients how to use Linux and Open Source software to maximize efficiency and lower costs.

Updates: The TimburyDotNet web hosting site redesign is complete. Linux-only hosting!More...
Jul
21st

FreeBSD quick news and links (21/07/2010)

Author: Gerard | Files under syndicated

I Super-accurate computer clock created
A free pies of software that allows computers to keep phenomenally accurate time has been developed by researchers in Melbourne. The software, called RADclock, should improve everything from Skype conversations t…


Feb
23rd

Update on Controlling Konsole via DBUS

Author: Mitch Frazier | Files under syndicated

Recently I wrote about controlling konsole with dbus.
As I’ve begun to use that script for setting up my konsoles
I, like others, have discovered that the tab title that
you set with dbus doesn’t stick. This short note shows
you a workaround to make your tab titles stay put. more>>



Feb
18th

HOWTO: Customized Live DVDs with Reconstructor’s Web UI.

Author: Ross Larson | Files under syndicated

I’ve been taking a Java programming course this semester at the local
technical college, which has been a wonderful learning experience. The
programming course uses the Eclipse 3.5.1 IDE along with the Java
Development Toolkit for programming in Java. In addition to using Eclipse,
I use Dropbox to save the source code and
preferences from my home install of Eclipse, eliminating the need to carry a
USB key or email/transfer the files through any other method. This Dropbox
storage method also ensures that every machine I use has the latest version
of source code files with minimal interaction and fuss on my part. more>>



Feb
15th

Tech Tip: Fun With Gawk

Author: James Hinnant | Files under syndicated

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



Feb
10th

Determine If Shell Input is Coming From the Terminal or From a Pipe

Author: Mitch Frazier | Files under syndicated

Working on a little script the other day I had the need to determine
if the input to the script was coming from a pipe or from the terminal.
Seems like a simple enough thing to determine but nothing jumped immediately
to mind and a quick internet search didn’t help much either.
After a bit of pondering I came up with two solutions: the stat command
and using information from the proc file system. more>>