Skip to content

Instantly share code, notes, and snippets.

View muzzol's full-sized avatar

mussol muzzol

View GitHub Profile
# compilar mozldap tools a Debian (altres?)
# referències
# https://github.com/diegows/389DS-debian/blob/master/mozldap/buildmozldap
# baixar el codi
wget https://github.com/dogtagpki/ldap-sdk/archive/refs/tags/v5.4.1.zip
# descomprimir i entrar al directori de C
unzip v5.4.1.zip
#!/bin/bash
### muzzol@gmail.com # https://t.me/muzzol ###
### tool to export your MTGA collection on linux
### to sites like moxfield
#
# mtga-tracker-daemon is used to get IDs from MTGA
# scryfall/echomtg is used for scrapping card info
# some basic linux tools are used (it'll check)
@muzzol
muzzol / SD_packages-pacman.sh
Created June 20, 2022 20:31
script for installing packages on Steam Deck using pacman
#!/bin/bash
# script for installing packages on Steam Deck using
# pacman repositories (not flatpack, snap or appimage)
#
# ATENTION: USE IT AT YOUR OWN RISK!!!!
#
# this will modify root filesystem so it will probably get
# overwrite on system updates but is totally ok executing
# it several times, so if something stops working just
@muzzol
muzzol / SD_x11vnc-install.sh
Last active December 5, 2023 09:52
script for installing x11vnc on Steam Deck
#!/bin/bash
# script for installing x11vnc on Steam Deck
# ATENTION: USE IT AT YOUR OWN RISK!!!!
#
# this will modify root filesystem so it will probably get
# overwrite on system updates but is totally ok executing
# it several times, so if something stops working just
# launch it again
#
@muzzol
muzzol / muzzol-ardour6_copy_track.sh
Created November 17, 2020 08:24
Copy tracks between Ardour 6/Mixbus 6 sessions including layers
#!/bin/bash
# copy one track between ardour projects including layers
# àngel "mussol" bosch - muzzol@gmail.com
VER="0.4"
TOOLS="xmlstarlet sed" # external binaries needed
PREFIX_SOURCE="Imported-" # prefix used to avoid name collision
PREFIX_BCK=`date +%F_%H-%M-%S` # prefix used for project name backup
#!/bin/bash
# copy one track between ardour projects including layers
# àngel "mussol" bosch - muzzol@gmail.com
VER="0.2"
TOOLS="xmlstarlet sed" # external binaries needed
PREFIX_SOURCE="Imported-" # prefix used to avoid name collision
PREFIX_BCK=`date +%F_%H-%M-%S` # prefix used for project name backup