Author Archives: admin

About admin

Australian Network for Art and Technology [ANAT] e: [email protected] | ph: +61 8 8231 9037 www.anat.org.au | www.filter.org.au | www.synapse.net.au Twitter: __ANAT | Facebook: http://bit.ly/bF9fXl The Australian Network for Art and Technology (ANAT) is supported by the Visual Arts and Craft Strategy, an initiative of the Australian, State and Territory Governments; the Australian Government through the Australia Council, its arts funding and advisory body, and the South Australian Government through Arts SA.

Archiving script refactorisation

Due to the main previous archiving script falling over itself I have started to write a new version with the help of #bash on freenode. Conceptual things I have changed: Using a whitelist of UUIDs instead of mountpoints  to determine … Continue reading

Posted in Articles | Leave a comment

Ubuntu vs Debian (sever side)

The situation For a while now I have been considering changing from using Ubuntu server, whilst Ubuntu server does provide great support with updates. Distribution upgrades are known to fail with Ubuntu and with a cycle of 2 distribution releases per … Continue reading

Posted in Articles | 2 Comments

Embedding Videos in WordPress

Problem Trying to add the embed code for something like YouTube or Vimeo gets stripped out by WordPress’s editor. On top of that, the standard embed option of leaving the URL to the website on a line of it’s own … Continue reading

Posted in Articles | Leave a comment

Bash Prompt

For those that are regular Terminal, SSH, and/or Putty users, there will come a time when you want to change the Bash prompt. Here is the new PS1 (Shell Prompt) which you can add into ~/.bashrc if [ "$color_prompt" = … Continue reading

Posted in Code | Leave a comment

ANAT Apache folders convention

I’ll start by getting right to the point. This is how I structure the folders for Apache. Assumptions : Using Ubuntu (or a similar distro) Single main user, but can have multiple (virtual) FTP users You have full root access … Continue reading

Posted in Articles, Need to know | Leave a comment

MySQL Backup Script with User Permisions

This is a usefull script that performs a standard MySQL database dump but includes the functionality to backup users and user permisions in addition to the datain the database. #!/bin/bash # Copyright (c) 2005 nixCraft project # This script is … Continue reading

Posted in Code, Need to know | Leave a comment

Download Buttons

Based on http://www.photoshopstar.com/web-graphics/professional-glossy-download-button/ I’ve attempted to create some download buttons. I didn’t have the Myriad Pro font, and I know the look isn’t as swish as it could be, but it’s an attempt. The Buttons Download Demo Preview Source Code

Posted in Downloads, Tutorials | Leave a comment

WordPress Hello Dolly -> Rick Roll

For a little bit of fun a number of months ago I edited the default hello dolly wordpress plugin and changed it to a rick roll. Personally, I’m not of the Hello Dolly generation and it didn’t interest me at … Continue reading

Posted in Code | Leave a comment

When Sysadmins Ruled the Earth

If your a fellow geek who wants an engaging story then you’ll probably enjoy this as much as we did. http://baens-universe.com/articles/when_sysadmins_ruled_the_earth

Posted in OMFG | Leave a comment

Rootless Root – The Unix Koans of Master Foo

I felt I had to share this amusing take on the art of Unix/Linux by Eric Steven Raymond http://catb.org/esr/writings/unix-koans/

Posted in Links, OMFG | Leave a comment