-
Recent Posts
Categories
- Amateur Radio (22)
- Computing (15)
- Motorcycles (3)
- KZ650 (3)
- Uncategorized (8)
Meta
Hamlib project recent actvity
- GitHub committed [afabcf] 18 Jun 2022
- Michael Black committed [71edbc] 18 Jun 2022
- Michael Black committed [2a2a52] 18 Jun 2022
- Michael Black committed [5b5b83] 18 Jun 2022
- Michael Black committed [c964ec] 18 Jun 2022
Hamlib Git commits
- Migrate tentec README 18 Jun 2022
- Debugging README error on github build 18 Jun 2022
- Migrate README in kylix 18 Jun 2022
- Add README back 18 Jun 2022
- Update index.doxygen to README.md 18 Jun 2022
- Debugging README in github build 18 Jun 2022
- Update index.doxygen for github build 18 Jun 2022
- Debugging github README problem 18 Jun 2022
- fix windows makefile 18 Jun 2022
- Merge pull request #1069 from cjtheham/master 18 Jun 2022
ARRL
- New Treasurer John Sager, WJ7S, Says ARRL a Perfect Match 25 Jun 2022
- ARRL to Host LIVE Video from W1AW for Field Day 25 Jun 2022
- 2022 ARRL Field Day Weekend -- Are You Ready? 25 Jun 2022
- The K7RA Solar Update 24 Jun 2022
- Phil Salas, AD5X, Wins the May 2022 QST Cover Plaque Award 21 Jun 2022
- 2022 W1AW and K6KPH Field Day Bulletin Schedule 20 Jun 2022
Category Archives: Software
Running N1MM+ logger with Wine on Debian Buster
I’m certainly not the first to attempt to run the popular N1MM Logger+ contest logging program on Linux through Wine. I do think that I’m one of the few (NF8M, W2NRL (thanks to both of you for putting your experiences … Continue reading
Posted in Amateur Radio, Computing, Debian, Software
Leave a comment
Compiling WSJT-X 1.7.0 on Devuan Jessie
The latest version of WSJT-X, 1.7.0, was released on 19 December, 2016. I found that the available Debian formatted package would not install as it is biult for Ubuntu 16.04.1 (and variants) which has a newer version of Qt5 on … Continue reading
Posted in Amateur Radio, Computing, Debian, Software
Leave a comment
Running Electraft utilities on Linux amd64 and multiarch
At this time the Elecraft utilities for Linux are only available as i386 32 bit precompiled binaries. Other architectures such as amd64 or armhf (Raspberry Pi) must use another means, if possible. The Debian Linux distribution and its derivatives (Ubuntu, … Continue reading
An SQL query for unique SKCC numbers in CQRlog
As a follow-on to the MySQL server spawned by CQRlog article, I present a nice bit of SQL for your amusement. This query is based on the storage of SKCC numbers being in the award column and in the format … Continue reading
Posted in Amateur Radio, Software
3 Comments
Accessing the MySQL server spawned by CQRlog
Since version 1.0.0~alpha1 CQRlog has used the ubiquitous MySQL database. By default MySQL is used as an embedded database and the individual databases are stored under ~/.config/cqrlog/database/ This is all well and good and has the advantage of removing the … Continue reading
Posted in Amateur Radio, Software
1 Comment