Skip to content

Instantly share code, notes, and snippets.

@Zate
Zate / gnome_chromote.sh
Created April 10, 2018 22:31 — forked from packetpilot/gnome_chromote.sh
headless ubuntu|debian + gnome, accessible via Chrome Remote Desktop
#!/bin/bash
# gnome and chrome and chrome remote desktop access
# chrome itself is not required, but is included here.
# other desktops can be used w/ light script changes.
# tested on:
# - ubuntu xenial GCE instance
# - debian stretch crostini container on a Pixelbook (eve)
# running ChromeOS v67.0.3383.0 (dev channel)
# _without_ being in developer mode
@mmstick
mmstick / PulseAudio Configurator
Created January 19, 2014 13:53
Append -gui as an argument to use the GUI. This allows users to modify their local PulseAudio configuration simply and efficiently.
#!/bin/bash
# This script requires YAD to be installed
# Input New Values
if [ "$1" == "-gui" ]; then
## YAD Input Form
YADInput=$(yad --form \
--title="PulseAudio Configurator" \
--separator="," \
--field="Sample Rate:CB" "22050\!44100\!48000\!96000" \
--field="Sample Format:CB" "s16ne\!s24ne\!s32ne\!float32ne" \