sudo apk add --update python3 ffmpeg bash
python3 -m ensurepip --user
python3 -m pip install --upgrade pip setuptools --user
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx completions
cat << EOF | sudo tee /etc/profile.d/pipx.sh
eval "\$(register-python-argcomplete pipx)"
Abrir teminal com direitos de administrador
git-bash installed with LxRunOffline
download last version https://github.com/DDoSolitary/LxRunOffline/releases
Alternative Download
cd ~/Downloads
curl -L -O https://github.com/DDoSolitary/LxRunOffline/releases/download/v3.5.0/LxRunOffline-v3.5.0-mingw.zip
ls LxRunOffline-v3.5.0-mingw.zip
unzip -j "LxRunOffline-v3.5.0-mingw.zip" "LxRunOffline.exe" -d "/c/Program Files/Git/usr/bin/"
Instalar 7zip para windows
Abrir teminal com direitos de administrador
lista de pacotes disponiveis
cd ~/Downloads/
curl -O https://repo.msys2.org/msys/x86_64/xz-5.2.5-1-x86_64.pkg.tar.xz
curl -O https://repo.msys2.org/msys/x86_64/xz-5.2.6-1-x86_64.pkg.tar.zst
curl -O https://repo.msys2.org/msys/x86_64/liblzma-5.2.5-1-x86_64.pkg.tar.xz# /etc/systemd/system/docker-compose-app.service
[Unit]
Description=Docker Compose Application Service
Requires=docker.service
After=docker.service
[Service]
Type=oneshot| did:3:kjzl6cwe1jw14a8uqxtxz01cyhcnx7vl4r5ti0tg68158jnefcxb5qqws872hqw |
Config fstab btrfs subvolume /containers to hold all LXC Containers
nano /etc/config/fstab
config mount 'lxc'
option target '/srv/lxc'
option uuid '68706ead-a626-4209-b3d0-1187b835f803'
option fstype 'btrfs'
option btrfs_raid '1'
wsl ~ -d Alpine
sudo nano /etc/apk/repositories
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/community
http://dl-cdn.alpinelinux.org/alpine/edge/testing
Instalar 7zip para windows
Abrir teminal com direitos de administrador
lista de pacotes disponiveis
cd ~/Downloads/
curl -O https://repo.msys2.org/msys/x86_64/xz-5.6.2-1-x86_64.pkg.tar.zst
curl -O https://repo.msys2.org/msys/x86_64/liblzma-5.6.2-1-x86_64.pkg.tar.zst
curl -O https://repo.msys2.org/msys/x86_64/libzstd-1.5.6-1-x86_64.pkg.tar.zstThis configuration sends all (or part of) your OpenWRT logs to a MQTT broker. I'm writing it up here for future reference.
I made this so I can keep track of wireless clients as they associate and disassociate with my home network. This way, my home automation setup can make decisions based on that information. :)