Building autogen based source on Ubuntu and derivatives

 

Install build tools:

sudo apt-get install build-essential

Install autogen tools:

sudo apt-get install autogen

In project source:

./autogen.sh

If you get errors like this:

configure.ac:25: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

… then also install libtool

sudo apt-get install libtool

Then build and install as normal:

./configure
make
sudo make install

 

 

How to reset your password on Raspbian

What not to do: reset your password before you change/setup your keyboard locale, use punctuation characters in your new password, and then change the locale. Yeah, that’s not going to work. Now I don’t know where some of the characters moved to 🙂

I’m going to leave this post right here for future reference.

Update 2/3/16: after I edit the cmdline.txt and booted to a shell, passwd gave me this error:

passwd: Authentication token manipulation error
passwd: password unchanged

Further down the post, this recommendation to remount / solved my issue:

mount -rw -o remount /

Then I did passwd and the change worked this time.

Setting up your new Raspberry Pi

I’ve had a Raspberry Pi model B for a couple of years and have used it as the basis for a number of projects, and blogged a number of getting started tips and other topics. As I just got a shiny new Rasberry Pi 2, I went back to find some of my prior posts on setting up and customizing some basics.

Here’s a few of my posts that are pretty useful to get up and running:

ReactOS guest on VirtualBox

Installing ReactOS in VirtualBox for a test drive. A few notes:

  • Attached harddisk image only seems to be detected if using IDE, not SATA
  • Insert the VirtualBox GuestAdditions cd after installing, and run the Windows 32 bit guest additions
  • Default network card of Intel Pro/1000 does not get detected with VirtualBox Guest Additions, change to PCNet FAST/III instead
  • New, supported apps (like Firefox) can be installed via the ReactOS Application Manager