cvlc v4l2:///dev/video0and there you go.
If you have multiple cameras connected, you can try /dev/video0 up to /dev/video5
Sociologie des systèmes libres ...
cvlc v4l2:///dev/video0and there you go.
setxkbmap -layout us -variant altgr-intl
and become a happier programmer./etc/default/keyboardXKBLAYOUT="us"
XKBVARIANT="altgr-intl"
After restarting the X server, you can check that the settings have been applied withsetxkbmap -print -verbose 10
If using Gnome, you can also set the keyboard layout and variant by changing the schema org.gnome.desktop-inputsources, which will override the desktop-agnostic settings of /etc/default/keyboard.dconf write /org/gnome/desktop/input-sources/sources "[('xkb', 'us+altgr-intl')]"
or navigate with the gui tool dconf-settings to org.gnome.desktop-inputsources and set the value there.I am switching jobs, and after a two year stint as a full stack developer at BPMasters, I am joining Red Hat as a Technical Account Manager (Platform and Openshift). A good friend of a good friend already worked at Red Hat, and advised me to apply, which I did, and I am starting in May in Vienna, the place where I live.
I have heard that there is already a number of Debian Developers working for Red Hat, so if you happen to be one of them, I hope we’ll get in touch !
# apt install yubikey-manager libu2f-host0
List connected devices on your usb bus:$ lsusb
Bus 002 Device 109: ID 1050:0407 Yubico.com Yubikey 4 OTP+U2F+CCID
Get info about the device capability$ ykman info
Device type: YubiKey 4
Serial number: 1234567
Firmware version: 4.3.7
Enabled USB interfaces: OTP+FIDO+CCID
Applications
OTP Enabled
FIDO U2F Enabled
OpenPGP Enabled
PIV Enabled
OATH Enabled
FIDO2 Not available
The capability which interests us here is FIDO U2F. The Yubikey 4 supports Two Factor Authentification via the U2F standard, and this standard is maintained by the FIDO Industry Association, hence the name.
As I plan to only use the FIDO U2F capability of the key, I set ‘FIDO’ to be the single mode of the key.ykman mode FIDO
firefox-esr Version 68, so that will work. For testing yubikeys, the manufacturer has a demo website, where you can test U2F.
Go to https://demo.yubico.com and follow the “Explore the Yubikey” link.![]() |
| Firefox message on the yubikey demo site. A normal site with U2F would not require the extended information, and have a simpler popup message. |
I have somewhere in the basement a DEC Vax workstation, but in the end it was a bigger fun to run an emulated Vax 11/780 (size of two refrigerators) in Beagle Bone Black (size of a big matchbox).
For this I used the Dockerfiles available in this git repo using the simh emulator, and tweaked a bit for ARM.
I recorded the boot sequence with the very nice asciinema, also available in the Debian archive, so here is 4.3 BSD, in all its 1986 glory.
apt install gimp scrot
Take the screenshot: # Interactively select a window or rectangle with the mouse
scrot --selection screenshot.png
Open the screenshot and annotate it with gimp:gimp screenshot.png
Then in gimp: