Posts Tagged ‘Ubuntu’
Updating My OS USB
Info A friend wanted a copy of the USB I use to format and reinstall my operating systems
Read MoreRTMP + HLS Time
Info Using just RTMP is not cutting it if I want to play a stream from my site. So I am testing out the server with HLS. The HLS seems to be doing the trick but adds some delay to the stream. Links http://borkslash.com/borktv
Read MoreBorkDash
Info My one stop spot for all things homelabby. I spun my self up a server so I can install Organizr, a nice dashboard to keep track of all the things in the lab. https://github.com/causefx/Organizr Setup https://github.com/causefx/Organizr sudo git clone https://github.com/elmerfdz/OrganizrInstaller /opt/OrganizrInstaller cd /opt/OrganizrInstaller/ubuntu/oui sudo bash ou_installer.sh select complete install 4 go to http://IPOFSERVER
Read MoreLearning Vagrant
INFO I am getting tired of setting up VMs in my lab by hand, so I am working my way up to Terraform, by learning Vagrant. Same concept but you are spinning up the VM’s locally instead of on a server.
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 MoreArctis 7 Ubuntu 18.04
git clone https://github.com/brokkr/pulseaudio_steelseries_arctis_7.git && cd pulseaudio_steelseries_arctis_7 sudo cp steelseries-arctis-input.conf steelseries-arctis-output-mono.conf steelseries-arctis-output-stereo.conf /usr/share/pulseaudio/alsa-mixer/paths/ sudo cp steelseries-arctis-usb-audio.conf /usr/share/pulseaudio/alsa-mixer/profile-sets/ sudo vim /lib/udev/rules.d/90-pulseaudio.rules add to near end ATTRS{idVendor}==”1038″, ATTRS{idProduct}==”1260″, ENV{PULSE_PROFILE_SET}=”steelseries-arctis-usb-audio.conf” reboot # Clone repo then cd into the dir git clone https://github.com/brokkr/pulseaudio_steelseries_arctis_7.git && cd pulseaudio_steelseries_arctis_7 # Copy 3 path config files sudo cp steelseries-arctis-input.conf…
Read MoreSetup SSH Keys Ubuntu
ssh-keygen ssh-copy-id username@ip
Read More