Posts tagged 'Linux'

Compiling Dart to Native Executables for Windows, Linux and macOS with GitHub Actions

Dart v2.6 includes support for compiling Dart scripts to native executables for Windows, Linux and macOS. There's currently no cross-compilation but cloud services like GitHub Actions can be used to easily generate executables for each platform.

Have Software Developers Given Up?

Over the last month I've had so many 'fails' from (mostly) large companies that my twitter timeline has started to read like failblog. Have we given up?

Removing [action 'action 17' suspended] rsyslog Spam on Raspberry Pi (Raspian Jessie)

My Raspberry Pi's syslog is full of this from rsyslog, caused by it writing to /dev/xconsole. It bugged me enough to find out what was causing it and terminate it.

Setting up Automatic Updates on Raspberry Pi (Raspian Jessie)

Logging into machines and updating them periodically isn't fun but for internet-exposed devices it's important. Here's how I set up unattended updates on my Raspberry Pi.

Setting up a Raspberry Pi (Raspian Jessie) to send Email

There are a bunch of things on Linux that send emails by default (for example, the output of Cron jobs). Here's how I set mine up to pass those emails on to a real email address.

Installing Lighttpd, PHP 7 and LetsEncrypt on a Raspberry Pi (Raspbian Jessie Lite)

I have a friend wanting to set up PHP 7 and HTTPS on his Raspberry Pi who was having trouble beause a lot of these aren't in the main Raspbian apt repos so I thought I'd see how hard it was...