This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import json | |
from pprint import pp | |
import argparse | |
import re | |
parser = argparse.ArgumentParser( | |
description="Convert REW Generic EQ file to Pipewire configuration file." | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
# this script creates a ubuntu VM which the current user's | |
# username and ssh public key. | |
# uncomment the following line to keep temp files | |
skip_cleanup=1 | |
# disk size, default to 4096 mb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"device_name": "My Book Live NAS", | |
"listening_port" : 0, // 0 - randomize port | |
"storage_path" : "/DataVolume/cache/btsync/syncStorage", | |
"pid_file" : "/var/run/btsync.pid", | |
"check_for_updates" : true, | |
"use_upnp" : true, // use UPnP for port mapping |