tedesco

.net.au

  • Increase font size
  • Default font size
  • Decrease font size

J!UbuntuCountdown - Ubuntu Countdown Timer for Joomla

E-mail Print PDF

Help spread the word about Ubuntu!!! 

J!UbuntuCountdown is a Joomla 1.5 module which allows you to easily install the Ubuntu countdown timer code within your website. There are currently 4 different options you can choose from to display in your pages from Ubuntu.

Option 1: "The Ring"

 

Option 2: "The Calendar"

 

New for 9.04: Animated Banner

Simple Image (for those that can't use Javascript)

Ubuntu: For Desktops, Servers, Netbooks and in the cloud


So get cracking and install J!UbuntuCountdown on your website to start supporting Ubuntu Linux!

You can download directly from this site: J!UbuntuCountdown

or download from JoomlaCode.org - http://joomlacode.org/gf/project/mod_jubuntucountdown/.

Last Updated on Tuesday, 14 April 2009 08:12
 

Finding large files in GNU/Linux using the command line

E-mail Print PDF

Sometimes I need to locate large files to clean up a hard drive before it fills up and kills your system. This can be handy to use on a windows machine when you can't be bothered right clicking on each file and selecting properties to see the file sizes.

Download a live linux CD from one of the many vendors - my favourites are Knoppix and Ubuntu.

Load up linux from the CD - this will not overwrite your windows install.

On the desktop you will see all your windows partitions and drives, you will need to mount the partitions you want to search by double clicking them.

Now open a terminal and change to the mount point of your partition you want to search and run the following command:

find . -size +nM -print0 |xargs -0 ls -sSh

You will see a listing of all the files that are over the value n. Replace n with the size you want to search for - ie for 10MB type

find . -size +10M -print0 |xargs -0 ls -sSh

and this will find all files larger than 10MB.

Last Updated on Monday, 13 April 2009 14:40
 

J!Analytics - Making Google Analytics Easy

E-mail Print PDF

Update

2008-11-08 Version 1.3.0 released with German, Portuguese and Brazilian translations available thanks to João Martins and Tom. Replaced _gat is not defined fix with official Google fix.

2008-11-08 Version 1.2.1 released with Spanish translation available thanks to Francisco José Vela Roncero.

2008-10-27 Version 1.2.0 released with fix for "_gat is not defined" Javascript error.

2008-07-21 New version 1.1.0 released with subdomain tracking support within the same Google Analytics account.

Introduction

J!Analytics is a new Joomla 1.5 only module which inserts Google Analytics code into your web site pages.

Google Analytics allows you to track visitors to your web site and much more. For more information and to get your Analytics ID visit Google Analytics.

J!Analytics uses the latest ga.js script from Google as default and also allows you to use the legacy urchin.js script as well.

Download

You can download directly from this site: J!Analytics

or download from JoomlaCode.org - http://joomlacode.org/gf/project/mod_janalytics/.

Last Updated on Tuesday, 14 April 2009 07:18 Read more...
 

Ubuntu Countdown