If I’m making scripts on my laptop and I want them to run on my Raspberry Pi, I can either copy them word by word over ssh, or use a ftp-server! Assuming you use Ubuntu and Nautilus (default file manager), you press file -> connect to server. This will open […]
Ubuntu
My Raspberry Pi died again, probably because I’m using the wrong kind of SD-card. My friend Marius (his website) suggested that HD-card class 4 may have issues when running for a long time, like when it is the drive for a Raspberry Pi, and that I should replace it with […]
The Internet of things! I love things, and now I can make them talk with each other! I figured my arduino had been laying around unused for to long, so when my company decided to have a one day code camp it was definitely time to do some tinkering and […]
I recently decided to go back to Java, especially because of the features provided in version 8. Here’s how I did it (tldr in bottom). First things first, we need a repository to pull the packages from, so we add webupd8team’s java PPA repository with: sudo add-apt-repository ppa:webupd8team/java Running this […]