BLOG

Technical tips collected over several decades in IT

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...

Cisco Network Topology Icons

If you use Dia or another open source diagramming package you may need some network infrastructure icons. Cisco publishes some here http://www.cisco.com/web/about/ac50/ac47/2.html Note: Dia already includes most of these which were converted several years ago when the...

Login

Blog History