Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

OpenSource 3D CAD Program

I've been using QCAD for a few years to do house plans and structural design. It is a fantastic easy-to-use product. But I've come to the limit on some of it's features. Until today I didn't even know there was an alternative opensource version named FreeCAD but...

Create an .flp image for use with VMWare using Linux

In linux do: mkfs.msdos -C floppy.flp 1440 # mount it mkdir floppy sudo mount -o loop floopy.flp floppy cp <what_you_need_on_floppy> floppy/ sudo umount floppy   Once you have created the image copy it up to your datastore and then point your VM floppy...