An Ubuntu 20.04 laptop installation started not being able to resolve the names of hosts in the same local network. Although the host names were registered with the router, the laptop wouldn't be able to resolve those host names. Surprisingly, neither netbios resolution worked (although nbtscan would find those hosts). The solution is to bypass … Continue reading Ubuntu 20.04 not resolving local network hostnames
Tag: linux
Search multiple PDFs in Linux
What user sjr said on https://stackoverflow.com/questions/4643438/how-to-search-contents-of-multiple-pdf-files find /path -name '*.pdf' -exec sh -c 'pdftotext "{}" - | grep --with-filename --label="{}" --color "your pattern"' \;
md and dm-integrity performance issue
I'm experimenting with protecting the perfect NAS RAID setup against bit rot (silent data corruption in long storage) and recently experimented with dm-integrity towards that end. The idea is to add checksums on the block level to each hard disk so that data corruption shows up as an I/O error to md, which would then … Continue reading md and dm-integrity performance issue
USB harddrive not showing on USB 3.0 port
A particular USB harddrive won't show up in the device list under Ubuntu 18.04 when connected to a USB 3.0 port of the HP proliant microsever gen8 though it will show up when connected to a USB 2.0 port. The symptoms are that the drive won't list with fdisk -l nor how up under /dev/sdX. … Continue reading USB harddrive not showing on USB 3.0 port
Monitoring input audio with Ubuntu
Monitoring an audio source is a term audio folks use to say that they send the signal from an audio input source (eg. line in or microphone) to an auxiliary audio output (eg. headphones) so that they can listen to the input signal in real time. Windows 10 allows this out of the box, it's … Continue reading Monitoring input audio with Ubuntu

