Backup and Restore SD Card for Raspberry Pi I was in a bind and needed a microSD card to help unbrick an embedded development board. Without a free card available my next choice was to salvage a microSD card in use on a Raspberry Pi, backup the image, do what I needed, then restore the […]
Read More →Category: Tips
First Collaborative Shapeoko Milling Job
My first collaborative Shapeoko milling job was cutting gears out of 8mm HDPE, more commonly known as cutting board. Running someone else’s gcode was a new experience. My workflow to date with the Shapeoko has been vector files in Inkscape and generating gcode in makercam.com. I did several iterations back and forth with Nathan generating gcode and […]
Read More →Putting a Text File in the Clipboard
Saves some mouse work when you’re already jamming at the command line and need to push text in to the clipboard: Install xclip: sudo apt-get install xclip $ xclip -sel clip < ~/devel/my_code.c
Read More →