Miscellaneous

Command Line SFTP with SCP

If you’re making a batch file that requires you to upload some files over SFTP/SCP then you’ll need to use an external program such as WinSCP that has command line access to upload the files. Unfortunately you cannot use the native FTP client in Windows. First create a config file with your server settings and […]

Continue Reading...

Arduino

Installing the Arduino IDE on Linux Mint

The Arduino Playground does a pretty good job of directing users on how to install Arduino on Debian based distributions but there were a couple of spots where I found it was lacking, and had to go out to do my own research. The main thing it lacked was instructions on how to set up […]

Continue Reading...