Latest posts

If you want to run single WordPress site, best to use a WordPress hosting offer. If you want to run 5 WordPress sites, it is often more economical to get a VPS and configure multi-site. But you will face much more install and admin work, especially if you avoid using tools like Plesk etc. On a fresh Debian 10 server install, I started with: apt update; apt upgrade —> set timezone timedatectl set-timezone Europe/Berlin —> verify status of timers systemctl list-timers —> install zip & unzip for Duplicator (WordPress plugin) apt install zip unzip Make sure to run: apt update apt list –upgradable regularly andRead More →

On a new Debian 10 server I wanted to create some system accounts. Like those being used by mysql, postfix and ntp: messagebus:x:104:105::/nonexistent:/usr/sbin/nologin unscd:x:105:109::/var/lib/unscd:/usr/sbin/nologin ntp:x:106:112::/nonexistent:/usr/sbin/nologin mysql:x:108:114:MySQL Server,,,:/nonexistent:/bin/false postfix:x:109:116::/var/spool/postfix:/usr/sbin/nologin Account are created with useradd, or adduser? Well, man useradd tells me this is a low level command, so better use adduser. Fair enough. man adduser clearly states how to create a system account, use the –system flag. Reading futher, man adduser tells me, that “A home directory is created by the same rules as for normal users“. Really, for a system user? No problem, just add the –no-create-home flag and the problem is solved. What thisRead More →

The new IC-705 has many functions. One of them is D-Star terminal mode (TM). Icom presents TM in two flavours: internal and external. Internal TM uses the WLAN connection and connects directly to the internet, no additional hardware required. However, you have to configure a TM capable reflector in settings. So changing reflector means changing settings. What is needed here is some TM “proxy”, that handles all connections and routes them to the different reflectors, based on D-Star linking commands. In addition, this proxy should implement some form of heartbeat so that the incoming UDP port on your router remains open, even when there is noRead More →

Both the IC-7300 and the IC-9700 have an IF output option. A great feature that enables the receive of all kinds of exotic transmissions. On the IC-7300, Icom pitched this feature at DRM receive. Soon after the IC-7300 launched, it became clear that the IF output bandwidth varies with the receive mode setting, which is illogical (Mr. Spock). For DRM receive, all is fine: set mode to AM, connect something like DREAM to the IF output and listen to PC audio. For CW skimmer, it’s a little more problematic, so maybe Icom only had DRM receive in mind when designing this. It will work, butRead More →