Skip to content

Instantly share code, notes, and snippets.

@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow');
p.alert_text, p.alert_secondary-text {
font-family: 'Rubik Doodle Shadow'!important;
}
@serycodes
serycodes / obs.sh
Last active July 10, 2024 14:37
Rough setup for headless OBS
add-apt-repository ppa:obsproject/obs-studio
apt-get update
apt-get install xorg obs-studio software-properties-common curl htop libmng2 qt5-image-formats-plugins xvfb -y
# enable X11 forwarding and X11DisplayOffset in here:
# X11Forwarding yes
# X11DisplayOffset 10
nano /etc/ssh/sshd_config
service sshd restart