User contributions for Timon

From Timon's Wiki
A user with 71 edits. Account created on 5 December 2021.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

5 October 2025

28 May 2025

  • 15:0415:04, 28 May 2025 diff hist +183 Abcde No edit summary current Tag: Visual edit
  • 14:5414:54, 28 May 2025 diff hist +3,138 N Abcde 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

11 May 2025

27 April 2025

26 April 2025

6 April 2025

23 February 2025

2 January 2025

27 October 2024

21 July 2024

7 May 2024

24 January 2024

  • 00:2200:22, 24 January 2024 diff hist +280 Docker No edit summary Tag: Visual edit
  • 00:1900:19, 24 January 2024 diff hist +12 Mise No edit summary current Tag: Visual edit
  • 00:1700:17, 24 January 2024 diff hist +976 N Docker 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 diff hist +407 N Mise 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

18 December 2023

23 July 2023

31 May 2023

  • 12:5412:54, 31 May 2023 diff hist −3 Main Page No edit summary Tag: Visual edit
  • 12:4712:47, 31 May 2023 diff hist +1,458 N WSL2 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..." current Tag: Visual edit
  • 12:3112:31, 31 May 2023 diff hist +66 N File:Windirstat virtual disk wsl2.png No edit summary current

24 May 2023

3 May 2023

18 March 2023

  • 16:1216:12, 18 March 2023 diff hist +12 Fstab No edit summary
  • 13:2013:20, 18 March 2023 diff hist +1,184 N Raspberry Pi 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 diff hist +4,740 N Fstab 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

29 January 2023

23 February 2022

7 February 2022

29 January 2022

  • 02:2902:29, 29 January 2022 diff hist +4,708 N Traefik Created page with "Traefik is a reverse Proxy that manages routing of services on a Server. ===Getting started=== Traefik is preferable used inside a Docker container. Traefik docker-compose file: <pre> version: '3.9' services: reverse-proxy: image: traefik:v2.6 restart: "always" # In this example traefik is configured with CLI options. # "--providers.docker=true": Enable Docker as a provider # "--providers.docker.network="traefik"" specify the docker network "tra..." Tag: Visual edit: Switched

6 December 2021

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)