Skip to content

Instantly share code, notes, and snippets.

@Weingartens
Weingartens / pritunlMigration.md
Created March 1, 2024 18:13 — forked from makenova/pritunlMigration.md
move pritunl between servers

Migrating your pritunl install between servers

This is a small write up about how to migrate your pritunl install between servers. It's not especially detailed because I'm lazy and your migration story will most likely be different. All this can be avoided by using a remote/hosted mongo instance(compose.io, mongolab, etc.) and simply pointing your pritunl instance at that. If you want more details ask, and I'll do my best to answer and update this write-up accordingly. Also, feel free to criticize my grammar and spelling.

Get a license!

Really, if you are running this in anything production alike, just get a license!!

But im running a lab env, or im a filthy pirate!

Well you cant get access to the enterprise repo's. so get a license instead.

but if you want to remove the annoying nag message:

sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
@Weingartens
Weingartens / uniteddomains_udag_api.md
Created January 30, 2024 19:05 — forked from bjuretko/uniteddomains_udag_api.md
United Domains udag API

Example

Install tidy and xmlstarlet

brew install tidy-html5
brew install xmlstarlet 

Login

@Weingartens
Weingartens / AdbCommands
Created September 8, 2023 20:35 — forked from ernestkamara/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell