HP Officejet Pro 8500A A910a on Ubuntu 10.10

Update: The latest version of hplip has the correct entries in the installer/distros.dat file. Go to the aforementioned link and follow the instructions to install on Ubuntu 10.10 and it should work well for you. Just bought a new HP Officejet Pro 8500A A910a as my HP...

Exporting Dia Diagrams to PNG from the Command Line

A post from the Dia mailing list: I was asked to deliver some diagrams Dia diagrams I did, in PNG format. I just would imagine the nightmare it would have been to do this under "other" diagramming tools. for D in *.dia; do dia -t png -s 1024x $D; done I just checked...

Returning DDMMYY in Bash or CMD.exe

Anyone else have a better way on Windows. Let me know. # bash scripting MYDATE=`date +%d%m%y` echo $MYDATE # or all in one echo $(date +%d%m%y) rem Windows cmd.exe rem This gives you the correct format rem offsets rem 01234567890123 rem Mon 01/11/2010 set...

Run Ubuntu > 9.x Headless

Found this after too much Googling so listing here for future reference. Stop X Starting at Boot on an Upstart controlled system update-rc.d -f remove gdm doesn't work: That is because Ubuntu doesn't use System V init files for startup any more, it uses a program...

About the Author

James is an IT Professional based in Melbourne, Australia. He blogs about Information Technology, Open Source software, home renovations, good reads and travel.

Login

Blog History