Thus spake vu2swx

My short talk on building bitx at VWN ham meet Aluva. https://youtu.be/bl5FvRUALz0  

Published
Categorized as Computers

Ubuntu 16.04 Booting to text mode

I was trying to boot a newly installed Ubuntu box into text mode.   The usual methods failed and  after googling  a little  I figured out that  Ubuntu  16,04 uses systemd  for controlling startup services.   The solution for the problem is   sudo systemctl enable multi-user.target sudo systemctl set-default multi-user.target Mapping between runlevels and systemd targets… Continue reading Ubuntu 16.04 Booting to text mode

Published
Categorized as Computers

Installing latest arduino on Ubuntu 14.04

I have been   tinkering with NodeMCU devkit boards recently. The easiest way to program these little beasts is to use arduino platform and install the compilers and other tools from . Unfortunately the stock arduino shipped with ubuntu 14.04 is quite old.  You need a recent version of arduino  software. to get the esp8266… Continue reading Installing latest arduino on Ubuntu 14.04