💡 FAT16 / FAT32
💡 Master Boot Record (MBR), not GUID Partition Table!
💡 Single partition
| #!/usr/bin/env bash | |
| set -e | |
| # --------------------------- | |
| # helpers | |
| # --------------------------- | |
| humanize() { | |
| local name="$1" |
| # | |
| ffmpeg -i left.wav -i right.wav -filter_complex "[0:a][1:a]amerge=inputs=2[aout]" -map "[aout]" stereo.wav |
| # Stop the kernel driver | |
| sudo modprobe -r hid_magicmouse | |
| # Start the driver with these options | |
| sudo modprobe hid_magicmouse \ | |
| emulate_3button=0 \ | |
| middle_click_3finger=1 \ | |
| stop_scroll_while_moving=1 \ | |
| scroll_acceleration=1 \ | |
| scroll_speed=50 \ | |
| scroll_delay_pos_x=300 \ |
| If you trust the maintainer instakll it with: | |
| ``` | |
| yay -S --mflags --skipinteg <package> | |
| ``` |
Follow the guide: https://wiki.archlinux.org/title/Bluetooth_mouse
| find . -type l ! -exec test -e {} \; -print |
| podman pod create --publish 8080:80 --name demo.wp.1 | |
| podman run -d --name wp.db --pod demo.wp.1 \ | |
| -e MARIADB_USER=mariadb \ | |
| -e MARIADB_PASSWORD=mariadb \ | |
| -e MARIADB_ROOT_PASSWORD=mariadb \ | |
| docker.io/library/mariadb | |
| podman exec -it wp.db \ | |
| mysql -e "CREATE DATABASE wordpress;" --user=root --password=mariadb |
| #!/bin/bash | |
| # Function to display usage | |
| usage() { | |
| echo "Usage: $0 [-s] <file_or_directory_path>..." | |
| echo " -s Install fonts system-wide (requires sudo)" | |
| exit 1 | |
| } | |
| # Function to install fonts and update font cache |
fontconfig:mv cd /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ~/Downloads
ttf-nerd-fonts-symbols, ttf-nerd-fonts-symbols-common and ttf-nerd-fonts-symbols-mono packages from AUR:yay ttf-nerd-fonts-symbols