Wieder was gelernt

Core-Dumps on Ubuntu

2024-05-14 (Tuesday)
Tags: linux ubuntu debugging system administration

Ubuntu by default pipes core dumps to apport (via /proc/sys/kernel/core_pattern). The core dumps are then stored in /var/lib/apport/coredump. If you want “normal” core dumps, you need to write a different pattern (e.g. “core.%p”) into core_pattern. Also useful to know: To install debug syms you need to add deb http://ddebs.ubuntu.com jammy main restricted universe multiverse deb http://ddebs.ubuntu.com jammy-updates main restricted universe multiverse deb http://ddebs.ubuntu.com jammy-proposed main restricted universe multiverse to sources.list.d

Ubuntu 22 with ZFS

2023-12-18 (Monday)
Tags: ubuntu zfs

Ubuntu update inconsistency

2021-09-24 (Friday)
Tags: ubuntu apt

23 updates can be applied immediately. 18 of these updates are standard security updates. To see these additional updates run: apt list --upgradable apt list --upgradable Listing... Done ca-certificates/focal-updates,focal-updates,focal-security,focal-security 20210119~20.04.2 all [upgradable from: 20210119~20.04.1] curl/focal-updates,focal-security 7.68.0-1ubuntu2.7 amd64 [upgradable from: 7.68.0-1ubuntu2.6] libcurl3-gnutls/focal-updates,focal-security 7.68.0-1ubuntu2.7 amd64 [upgradable from: 7.68.0-1ubuntu2.6] libcurl4/focal-updates,focal-security 7.68.0-1ubuntu2.7 amd64 [upgradable from: 7.68.0-1ubuntu2.6] libgcrypt20/focal-updates,focal-security 1.8.5-5ubuntu1.1 amd64 [upgradable from: 1.8.5-5ubuntu1] libprocps8/focal-updates 2:3.3.16-1ubuntu2.3 amd64 [upgradable from: 2:3.3.16-1ubuntu2.2] libtiff5/focal-updates,focal-security 4.1.0+git191117-2ubuntu0.20.04.2 amd64 [upgradable from: 4.1.0+git191117-2ubuntu0.20.04.1] libudisks2-0/focal-updates 2.

Ubuntu Snap Tutorial

2021-01-09 (Saturday)
Tags: tutorial snap snapcraft ubuntu

Create your first snap

Partition sizes

2020-11-29 (Sunday)
Tags: linux debian ubuntu filesystems partitions disk

A freshly installed minimal Debian 12 system (no extra /boot): root@wyrm:~# df -h Filesystem Size Used Avail Use% Mounted on udev 1.9G 0 1.9G 0% /dev tmpfs 392M 640K 391M 1% /run /dev/mapper/vgroot-root 919M 106M 750M 13% / /dev/mapper/vgroot-usr 1.8G 1.5G 275M 85% /usr tmpfs 2.0G 0 2.0G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/mapper/vgroot-home 1.8G 64K 1.7G 1% /home /dev/mapper/vgroot-var 1.8G 186M 1.6G 11% /var tmpfs 392M 0 392M 0% /run/user/0 tmpfs 392M 0 392M 0% /run/user/1000 The combined /+/boot looks fine, /usr is a bit small, should probably be 3GB.

Datamash

2020-05-30 (Saturday)
Tags: statistics cli csv GNU debian ubuntu

The datamash program performs calculation (e.g. sum,, count, min, max, skewness, standard deviation) on input files.

Contextfree

2020-05-30 (Saturday)
Tags: graphics debian ubuntu

contextfree Produziert Graphiken aus einer kontextfreien Grammatik.