Sebastian Mogilowski's Blog

Just another blog about administration, linux and other stuff

März, 2021

Using Rigol oscilloscope under Linux

Controll and view Rigol oscilloscope with DS Remote under Linux. I’m using a Rigol DS1202 with Ubuntu 20.10 (Groovy). First install DS Remote: sudo apt-get update sudo apt-get install g++ make git qtbase5-dev-tools qtbase5-dev qt5-default git clone https://gitlab.com/Teuniz/DSRemote.git cd DSRemote qmake make -j4 sudo make install Now start DS Remote with command or use menue […]

, , ,

Securing SSH with FIDO U2F (YubiKey) on Debian

FIDO devices are supported by the public key types „ecdsa-sk“ and „ed25519-sk“, along with corresponding certificate types. This is supported in OpenSSH from version 8.2. Debian Buster (stable) delivers version 7.9, so we need to install a newer version via Debian Buster Backports. If you use Debian unstable or read this when Debian Bullseye is […]

, , , ,