Motorcycles & Photography

  • Blog (All content)
  • (Electric) Motorcycles
  • Over Fotografie
  • Auto & Camper
  • DIY Electronics
  • Programming

Category: coding

dd: Resource busy on mac

dd: Resource busy on mac

  • Hans2183
  • March 9, 2011
  • coding
If you want to create a 1 on 1 copy of some disk you might get this error: dd: /dev/disk1s1: Resource busy Solution is to unmount any partitions of that disk without...
Read More
clean up svn directory

clean up svn directory

  • Hans2183
  • February 8, 2011
  • coding
Use this command to clean up all .svn folders and contents from an svn directory: find . -name ".svn" -exec rm -rf {} \;
Read More
exit screen command mac OS X

exit screen command mac OS X

  • Hans2183
  • January 14, 2011
  • coding
The screen command on mac OS X is great for working with serial devices. An example looks like this: screen /dev/tty.usb123 It did take me quite some time to find out how...
Read More
Devoxx 2010

Devoxx 2010

  • Hans2183
  • November 20, 2010
  • coding
I know for sure I was there. Can’t remember a lot though… Will check my notes and get back to this post soon.
Read More
Teach Yourself Programming in Ten Years

Teach Yourself Programming in Ten Years

  • Hans2183
  • July 29, 2010
  • coding
Check this link: Teach Yourself Programming in Ten Years by Peter Norvig and find out why experience is so important! I’m halfway there :D.
Read More
ear deployment on glassfish 3 (vs glassfish 2)

ear deployment on glassfish 3 (vs glassfish 2)

  • Hans2183
  • July 29, 2010
  • coding
I recently had some trouble deploying an ear file to the new glassfish v3. It works on glassfish v2. After some investigation I found that the way the ejb’s were located in...
Read More
Exclude transitive dependencies with Maven2

Exclude transitive dependencies with Maven2

  • Hans2183
  • July 26, 2010
  • coding
In some cases you might need to solve transitive dependencies by excluding them this way: org.hibernate hibernate-entitymanager 3.4.0.GA javax.transaction jta
Read More
Android Button with both text and an Image

Android Button with both text and an Image

  • Hans2183
  • April 30, 2010
  • coding
So ImageButton lets you create a button with an Image. And Button has text… How to combine them? On a regular Button you can add an image on top, left, right or...
Read More
Using default Android Icons

Using default Android Icons

  • Hans2183
  • April 30, 2010
  • coding
The Android platform comes with a lot of default icons. Check this visual index of the android drawables to have an idea of what can be used. Some examples of using these...
Read More
Automatic updates for Android apk files

Automatic updates for Android apk files

  • Hans2183
  • April 15, 2010
  • coding
Finally 😀 The android market lacks some features. One of them is automated updates for the android applications you have installed. Now you have to check your downloads for any updates on...
Read More

Posts navigation

Previous 1 2 3 4 5 6 7 8 9 10 … 14 Next
Follow Motorcycles & Photography on WordPress.com

Recent Posts

Running Kotlin Applications on a headless Raspberry Pi and other embedded systems
March 14, 2023
This is what my Energica electric motorcycle consumes in electricity every month for my ~50 km commute (=200 km a week)
February 27, 2023
HOME ASSISTANT and automation with AQARA WXKG11LM wireless buttons or IKEA TRADFRI switches & SONOFF Zigbee USB dongle
February 5, 2023
Updating MEROSS garage door opener to work locally only skipping cloud using my own HOME ASSISTANT MQTT broker
February 1, 2023
HEADLESS SETUP on my ENERGICA SS9 Electric Motorcycle to push OBDII data to HOME ASSISTANT
January 29, 2023

About Me

This blog was created to share information about my electric (and non electric) Motorcycles, Photography and anything else that comes to mind.

You can find my video content on either my English YouTube channel or my Dutch YouTube channel. I also have a separate channel about Photography.

You can find pictures on my instagram account. I gave up on Twitter and Flickr so Instagram and this blog are my socials now.

Copyright © All Rights Reserved.
  • Blog (All content)
  • (Electric) Motorcycles
  • Over Fotografie
  • Auto & Camper
  • DIY Electronics
  • Programming