Posts Tagged ‘Linux’
BORK.HOST Controller
Bash That Button
Messing Around With a RTMP Server
Info Set up a RTMP server to test some streaming things out with you send your obs feed to the server and you can watch it from there or reuse it. Gonna try and get it working so I can play the stream from my site BORKTV Use Cases Stream house Streamer {1 2…
Read MoreTesting TTYGif
Info Trying out some software for recording the terminal and turning them into gifs Install sudo apt-get install imagemagick ttyrec gcc x11-apps git clone https://github.com/icholy/ttygif.git cd ttygif make sudo make install Links https://github.com/icholy/ttygif
Read MoreDesktop Setup Script
Info I wipe my computers alot, and i have been doing it by hand It is time to be lazy and automate this working off of my initial setup script pushing this to my gitlab server
Read MoreDotfiles
Info Getting my settings moved over to a dotfile repo, so when i wipe my computer, it will restore my configs when i run my setup script.
Read MoreReboot Ubuntu daily
Info have a server that kernel panics about once a week gonna add a cronjob that reboots the server daily it is just a bandaid. but if it is quick and it works, ship it b sudo crontab -e reboot system every day at 4:20am (4:00am + 20 minutes) 0 4 * * * /sbin/shutdown…
Read MoreGoogle drive Ubuntu
sudo add-apt-repository ppa:alessandro-strada/ppa sudo apt update && sudo apt install google-drive-ocamlfuse google-drive-ocamlfuse mkdir ~/googledrive google-drive-ocamlfuse ~/googledrive Unmount fusermount -u ~/google-drive
Read More