ffmpeg -i "input.mp4" -vcodec copy -acodec copy output.mkvffmpeg -i "input.mp4" -vcodec copy -acodec libopus output.mkv| #!/bin/bash | |
| # WG-Portal Uninstaller Script | |
| # This script removes wg-portal installation and cleans up all related files | |
| # | |
| # Usage : | |
| # curl -fsSL https://gist.github.com/bramanda48/5e829a013b8bd9689a9aeeb284239c97/raw | bash | |
| # | |
| set -e |
| #!/bin/bash | |
| # WG-Portal Installer Script | |
| # This script installs the latest version of wg-portal from GitHub releases | |
| # and sets up a systemd service | |
| # | |
| # Usage : | |
| # curl -fsSL https://gist.github.com/bramanda48/2a4d078c92131b67864097519d19ff1c/raw | bash | |
| # |
| #!/bin/sh | |
| # Tailscale Uninstall Script | |
| # This script detects the current operating system and uninstalls | |
| # Tailscale according to that OS's conventions. | |
| # | |
| # Usage: | |
| # curl -fsSL https://gist.github.com/bramanda48/7e29606947d097464d2982f3a5b6fddf/raw | sh | |
| # Or save and run: chmod +x uninstall.sh && sudo ./uninstall.sh | |
| set -eu |
| #!/bin/sh | |
| set -e | |
| # Docker Engine for Linux uninstallation script. | |
| # | |
| # This script is intended as a convenient way to completely remove Docker Engine, | |
| # Docker CLI, containerd, and related packages from your system. | |
| # | |
| # WARNING: This script will: | |
| # - Remove all Docker packages (docker-ce, docker-ce-cli, containerd.io, etc.) | |
| # - Optionally remove Docker images, containers, volumes, and custom configs |
| "use strict"; | |
| /* | |
| Creates a HTTP proxy that rewrites Host: header to a predefined value | |
| Useful when forwarding requests to Apache or Nginx virtual hosts | |
| Usage: | |
| PORT_LISTEN=123 PORT_TARGET=456 HOST_TARGET=127.0.0.1 HOST_ORIGIN="tere.ee" node proxy.js |
Live Table: https://diafygi.github.io/webcrypto-examples/
I couldn't find anywhere that had clear examples of WebCryptoAPI, so I wrote examples and made a live table with them. Pull requests welcome!
I hereby claim:
To claim this, I am signing this object:
UTC: 2024-05-05 16:04
bramanda48/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.