Description

Installing, configuring, and running the Ubuntu flavor of Linux

SDR on Linux

When I attended the Teacher's Institute ad the ARRL, one of the items included in our swag bag was an Software Defined Receiver, specifically the SDRPlay RSP1A. Binaries for Windows and Mac OSX typically work "out of the box", but not so with the Linux version. The SDRPlay folks posted an excellent video tutorial covering the process of installing the necessary drivers and libraries, and building CubicSDR from source. Here's a summary.

Ubuntu 18.04 as Apple File Server

My recent upgrade to 18.04 Bionic Beaver went fairly smoothly. The final glitch was getting the Apple Filing Protocol (AFP) services running again. I've abandoned the use of Ubuntu for Time Machine backups, opting for a local hard drive solution instead. This just leaves file services utilizing afpd, netatalk, and avahi. My difficulty appeared to be related to the change from netatalk version 2 to 3, but not all my packages were updated in the process.

Ubuntu/Linux as a Time Machine Server - Updated for 16.04

Since my household is primarily Mac based, I wanted to setup my Ubuntu server as an AFP/Time Machine backup server for the LAN. Not surprisingly, this proved possible, but not trivial. First I'll provide a summary of the necessary steps, then detailed instructions for the terminal savvy folks.

On the Linux Side

  1. Download, build, install & configure netatalk (AppleTalk & AFP services)
  2. Configure the afp daemon
  3. Setup your AFP shares
  4. Install and Configure Avahi (Bonjour service advertising)

On the Mac Side

Subscribe to Ubuntu