Link Diary Oktober 2023

Linux Presentation Day is coming up!

This time Tübingen & Reutlingen join forces in the Tübingen library on November 18th.
It'll all be around Linux on the Desktop and daily use.

How to REALLY shut down windows?

What looks off may just be hybernate, leaving NTFS harddrives inaccessible by Linux in a Dual Boot scenario.

Enter this and it will shut down for real.

shutdown -s -t 00

Connect a bluetooth device via commandline

I just bought a Keychron K3 Pro and wanted to use it via bluetooth.
Since I use i3, I wanted to do it via commandline instead of a Gnome settings dialog.
This is how to discover a device and pair it via command line:

hcitool scan  # to get the MAC address of your device
bluetoothctl
agent on
scan on  # wait for your device's address to show up here
scan off
trust MAC_ADDRESS
pair MAC_ADDRRESS
connect MAC_ADDRESS

Maybe also helpful:

Ran into swap and do not recover?

https://www.redhat.com/sysadmin/clear-swap-linux

swapoff -a # takes a while
swapon -a 

Ubuntu 23.10 not offered to upgrade?

Video Picks

Youtube Preview/Vorschau
Free Software Teaser
Youtube Preview/Vorschau
Respond to rude comments
Youtube Preview/Vorschau
Behavioral economics
Youtube Preview/Vorschau
Best backpain relievers (for me)
Youtube Preview/Vorschau
BlenderCon Keynote on GPL licence
Youtube Preview/Vorschau
Greenday early footage
Youtube Preview/Vorschau
Car clay models
Youtube Preview/Vorschau
Pomme Live Session
Youtube Preview/Vorschau
Blender Tracking & Injection
Youtube Preview/Vorschau
Architecture in agile organizations
Youtube Preview/Vorschau
Agile Architecture #1
Youtube Preview/Vorschau
Agile Architecture #2
Youtube Preview/Vorschau
Software Architecture
Youtube Preview/Vorschau
Agile culture
Youtube Preview/Vorschau
SAFe & Architecture
Youtube Preview/Vorschau
Agile Paradox
Youtube Preview/Vorschau
Stop feature farming
Youtube Preview/Vorschau
MRI magnets
Youtube Preview/Vorschau
Security Audit
Youtube Preview/Vorschau
count(*)
Youtube Preview/Vorschau
Backyard LED Sphere
Youtube Preview/Vorschau
Cookie cutter modelling
Youtube Preview/Vorschau
No estimates

Discussion

Enter your comment: