-
Recent Posts
Categories
- Amateur Radio (22)
- Computing (15)
- Motorcycles (3)
- KZ650 (3)
- Uncategorized (8)
Meta
Hamlib project recent actvity
- Michael Black committed [f2b789] 27 Jan 2021
- Michael Black committed [30eca9] 27 Jan 2021
- Michael Black committed [969582] 26 Jan 2021
- Michael Black committed [921220] 26 Jan 2021
- Michael Black committed [a81b4d] 26 Jan 2021
Hamlib Git commits
- Change MacOS detection logic for clock_gettime to hopefully cover all flavors 27 Jan 2021
- Another attempt to get clock_gettime compiling for all Mac flavors 27 Jan 2021
- Update NEWS 26 Jan 2021
- Fix clock_gettime for Big Sur and hopefully older MacOS too 26 Jan 2021
- Merge branch 'master' of http://github.com/Hamlib/Hamlib 26 Jan 2021
- Supply missing rotators/satel/Android.mk 26 Jan 2021
- Improve -V version info 26 Jan 2021
- Add clock change to misc.c to allow building hamlib on some mac platforms 25 Jan 2021
- Fix kx3/kx2 RFPOWER_METER_WATTS and buffer size 25 Jan 2021
- astyle k3.c 25 Jan 2021
ARRL
- CHESS CubeSat Constellation to Carry FUNcube Transponders 27 Jan 2021
- January 27 West Coast Code Proficiency Qualifying Run Canceled 27 Jan 2021
- 2021 Propagation Summit Session Recordings Available 27 Jan 2021
- Finnish Amateur Radio League (SRAL) Marks Centennial This Year 27 Jan 2021
- QSO Today Virtual Ham Expo to Include Speaker Track on Amateur Radio Satellites 26 Jan 2021
- Intrepid-DX Group Invites Nominations for Intrepid Spirit Award 26 Jan 2021
Category Archives: Debian
Coping With Color on the Linux Console (and XTerm and friends)
In the previous post about ANSI escape sequences, terminfo, and the tput utility, what I did not mention is that even though a given color such as blue or cyan is requested, it is beyond the program’s control the actual … Continue reading
Posted in Computing, Debian, Linux
Leave a comment
Tinkering in the terminal with tput
While it looks like a throwback to the 1980s or even the late 1970s, the terminal is a very capable way of performing tasks on a POSIX (BSD, GNU/Linux, etc.) computer. Some tasks are simply better suited to a Text … Continue reading
Posted in Computing, Debian, Linux
Leave a comment
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