This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.
while [ 1 ]; do if [ -z "`curl -I "http://cdimage.ubuntu.com/releases/9.10/release/"|grep "404"`" ]; then kdialog --msgbox "9.10 Released"; exit; fi; sleep 300; done
in case of Ubuntu (Gnome) i would suggest to use notify-send instead of kdialog which is KDE specific
Hello,
Like you, I am using wordpress to store code snippets. What formatting tags/tools are you using to get your code to format properly in a blog post. I have tried multiple things but I? not quite satisfied.
Thanks,
Anthony