Linux User Group’s are great places to get support, meet like minded people, and get free internet and hardware (sometimes :p) New Zealand has a national LUG – the NZ Linux Usergroup – which is based in Auckland but has members from all around the country. NZLUG Website The NZLUG’s webpage has links to the […]
Technically, cron is just the clock daemon (/usr/sbin/cron or perhaps /usr/sbin/crond) that executes commands at specific times. However, a handful of configuration files and programs go into making up the cron package. Like many system processes, cron never ends. The controlling files for cron are the cron-tables or crontabs. The crontabs are often located in […]
#!/bin/bash # # My mp3s are always heniously unsorted and blowed if im gonna sit there spending hours sorting them # Call me lazy or something but this definatly helps (even though i spent a couple days writing this and working out bugs) # # WARNING – THIS PROGRAM RELIES ON ID3 TAGS! # # […]