New pages

From Timon's Wiki
New pages
Hide registered users | Show bots | Hide redirects

28 May 2025

  • 14:5414:54, 28 May 2025 Abcde (hist | edit) [3,321 bytes] Timon (talk | contribs) (Created page with "{{DISPLAYTITLE:abcde}} '''abcde''' ('''a''' '''b'''etter '''CD''' '''e'''ncoder) is a Linux terminal program for ripping CD's. It can automagically search for Music Metadata and encode the Music in various different formats. === Install (Debian) === abcde is available in the official Repository. The <code>--no-install-recommends</code> should be used, because x11 will otherwise be installed. A package for the target codec should also be installed * <code>vorbis-tools...") Tag: Visual edit

26 April 2025

24 January 2024

  • 00:1700:17, 24 January 2024 Docker (hist | edit) [1,244 bytes] Timon (talk | contribs) (Created page with "== Multi-arch Build == === Builder Setup === Install QEMOU to allow emulation of different arches. Using emulation is not the most efficient way to build an image. See [https://docs.docker.com/build/building/multi-platform/#qemu Docker docs] for more other ways.<syntaxhighlight lang="shell"> docker run --privileged --rm tonistiigi/binfmt --install all </syntaxhighlight>Creating the new builder:<syntaxhighlight lang="shell"> docker buildx create --name <Name> --bootstra...") Tag: Visual edit

5 January 2024

  • 00:0700:07, 5 January 2024 Mise (hist | edit) [419 bytes] Timon (talk | contribs) (Created page with "Mise (pronounced "meez") is a development environment setup tool. It can install and manage dev tools/runtimes like node, python, or php. == Runtimes == === PHP === Debian dependencies<syntaxhighlight> build-essentetials cpp unzip locate autoconf bison re2c pkg-config libxml2-dev libsqlite3-dev zlib1g-dev libcurl4-openssl-dev libgd-dev libonig-dev libpq-dev libreadline-dev libzip-dev </syntaxhighlight>") Tag: Visual edit

31 May 2023

  • 12:4712:47, 31 May 2023 WSL2 (hist | edit) [1,458 bytes] Timon (talk | contribs) (Created page with "== Reclaiming disk space == All data of WSL2 Distros and Docker is stored in <code>.vhdx</code> files under the current user's “AppData” directory. The problem is that the virtual hard disk files size will not shrink when disk space in freed on the WSL2 distro. This issue has already been discussed on GitHub: https://github.com/microsoft/WSL/issues/4699 but currently the only solution is to manually optimize the virtual hard disk to reclaim disk space. === Locating...") Tag: Visual edit

3 May 2023

18 March 2023

  • 13:2013:20, 18 March 2023 Raspberry Pi (hist | edit) [1,931 bytes] Timon (talk | contribs) (Created page with "=== Watchdog setup === Be sure the watchdog is installed as a Kernel module: <code>ls -al /dev/watchdog*</code> should show one or more files. The watchdog must then be enabled in <code>systemd</code>. Edit the <code>/etc/systemd/system.conf</code> config file. Under the <code>[Manager]</code> section, add the following:<syntaxhighlight lang="toml"> RuntimeWatchdogSec=10 ShutdownWatchdogSec=10min </syntaxhighlight>Reboot the system to apply all changes. <code>dmesg</cod...") Tag: Visual edit
  • 12:2912:29, 18 March 2023 Fstab (hist | edit) [4,868 bytes] Timon (talk | contribs) (Created page with "== Structure == Values are separated by one or more spaces. {| class="wikitable" |+ !Name !Value |- |Filesystem |The Filesystem / Partition to be mounted. Can be a the path to a partition e.g. <code>/dev/sdb2</code> or a UUID e.g. <code>PARTUUID=65561b67-2aee-4c48-8a67-2ea71f5f4ba</code> |- |Mount Point |Path to the mountpoint. Should be an existing empty folder. Value <code>none</code> can be used for Swap-Partitions |- |FS-Type |Type of the file system e.g <code>ext4<...") Tag: Visual edit