I had a development server that was taking ages to start. I checked the /var/log/messages file which didn't reveal anything so I checked the /var/log/maillog which showed the following lines:
Nov 11 16:16:11 myhost sendmail[1334]: My unqualified host… more »
Categories: "Operating Systems"
Most of the time my computer runs using the Balanced power plan. This turns the display off after 10 minutes and puts the computer to sleep after 30 minutes. So you can imagine how upset I get when the computer goes to sleep after 30 minutes, before it… more »
Half the battle is getting the Raspberry Pi up and running with Java installed. Once you've done that, the rest is pretty simple.
Firstly Install Rasbian wheezy on your Raspberry Pi.
Then install Java 8.
Create somewhere nice for us to work… more »
EPEL stands for Extra Packages for Enterprise Linux. It contains open source projects compiled up for many versions of the Red Hat distribution like CentOS.
Follow this instructions to allow yum to use it.
First we need to find out a few things ab… more »
I had great trouble installing Oracle Java on my Raspberry Pi due to the liblji.so problem. The main Raspberry documentation tells you that you must use the soft-floating point (SFP) version of "wheezy" in order to run Oracle Java as it doesn't have a v… more »