Official guide for PulseAudio: https://docs.audiorelay.net/instructions/linux/use-your-phone-as-a-mic-for-a-linux-pc
From: https://audiorelay.net/downloads/linux
Deb on debian or ubuntu, archive for others.
Official guide for PulseAudio: https://docs.audiorelay.net/instructions/linux/use-your-phone-as-a-mic-for-a-linux-pc
From: https://audiorelay.net/downloads/linux
Deb on debian or ubuntu, archive for others.
| find / -type f -size +500M -exec du -sh {} \; |
| convert <image> -define icon:auto-resize=256,64,48,32,16 favicon.ico |
| #!/bin/bash | |
| echo "Install 64Gram" | |
| cd /tmp | |
| # Download 64Gram from GitHub Releases | |
| ghfile=$(curl -s https://api.github.com/repos/TDesktop-x64/tdesktop/releases/latest \ | |
| | grep "browser_download_url.*64Gram_.*_linux.zip" \ | |
| | cut -d : -f 2,3 \ | |
| | tr -d \",) |
| #!/bin/bash | |
| # | |
| # Script by Razuuu | |
| # | |
| # Variables | |
| CONFIGFILE=$1 | |
| # Access to usershell via function |
| #!/bin/bash | |
| echo "$([ "$1" == "install" ] && echo "Install" || echo "Update") Discord" | |
| # Download Discord | |
| cd /tmp | |
| curl -o discord.tar.gz -J --location-trusted --max-redirs 10 "https://discord.com/api/download/stable?platform=linux&format=tar.gz" | |
| # Unzip | |
| tar -xzf discord.tar.gz |
| # See: https://prismlauncher.org/download/linux/#debian-ubuntu-(x86_64-arm64) | |
| curl -q 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null | |
| echo "deb [signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list | |
| sudo apt update | |
| sudo apt install prismlauncher | |
| if using trixie, replace sources.list.d to bookworm instead |
| See: https://github.com/PreMiD/Linux/blob/master/README.md#packagecloud | |
| $ curl -s https://packagecloud.io/install/repositories/PreMiD/Linux/script.deb.sh | sudo bash | |
| $ sudo apt install premid | |
| if you're using debian buster and up like trixie, edit your sources.list.d file to buster instead of trixie | |
| https://premid.app/downloads | |
| Select your browser |
| #!/bin/bash | |
| DEVICE="$1" | |
| UMOUNT="$2" | |
| if [ -z "$DEVICE" ]; then | |
| echo "Usage: $0 <DEVICE> [optional: --unmount]" | |
| exit 1 | |
| fi |