Skip to content

Instantly share code, notes, and snippets.

View rhaleblian's full-sized avatar

Ray Haleblian rhaleblian

View GitHub Profile
[rhaleblian@soylentgreen ~]$ uname -a
Linux soylentgreen.attlocal.net 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[rhaleblian@soylentgreen ~]$ yum list installed | grep blue
bluez.x86_64 5.41-1.el7 @base/$releasever
gnome-bluetooth.x86_64 1:3.14.1-1.el7 @base/$releasever
gnome-bluetooth-libs.x86_64 1:3.14.1-1.el7 @base/$releasever
pulseaudio-module-bluetooth.x86_64 6.0-8.el7 @base/$releasever
[rhaleblian@soylentgreen ~]$ cat /etc/redhat-release
@rhaleblian
rhaleblian / ue4-bootstrap.sh
Last active August 1, 2017 15:21
ue4 transcript
## Install 7.3
# (install minimal)
su root
yum upgrade
yum group install "Development Tools"
yum group install "GNOME Desktop"
exit
## install NVIDIA driver
SteamVR System Report created Wed Aug 02 22:07:14 2017
<Report>
SteamVR Version: 1499136050
SteamVR Date: 2017-07-03
Steam: Public
Steam Branch:
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 3.10.0-514.26.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Jul 4 15:04:05 UTC 2017
SteamVR System Report created Fri Sep 08 00:15:22 2017
<Report>
SteamVR Version: 1504061330
SteamVR Date: 2017-08-29
Steam: Public
Steam Branch:
Steam AppID: 250820
Tracking: No Driver
OS: Linux version 3.10.0-514.26.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Jul 4 15:04:05 UTC 2017
Fri Sep 08 2017 00:07:36.478557 - ================================================================================================
Fri Sep 08 2017 00:07:36.478709 - ================================================================================================
Fri Sep 08 2017 00:07:36.478732 -
Fri Sep 08 2017 00:07:36.478746 - Unable to figure out runtime path from context. Not setting anything.
Fri Sep 08 2017 00:07:36.478759 -
Fri Sep 08 2017 00:07:36.478772 - vrmonitor starting up with config=/home/rhalebli/.local/share/Steam/config
Fri Sep 08 2017 00:07:36.478785 - Runtime: /home/rhalebli/.local/share/Steam/steamapps/common/SteamVR/
Fri Sep 08 2017 00:07:36.478849 - Tools Path: /home/rhalebli/.local/share/Steam/steamapps/common/SteamVR/tools exists.
Fri Sep 08 2017 00:07:36.478874 - Demo Path: /home/rhalebli/.local/share/Steam/steamapps/common/SteamVR/demo not found.
Fri Sep 08 2017 00:07:36.673227 - Default Playback Audio Device:
SteamVR System Report created Fri Sep 08 00:41:17 2017
<Report>
SteamVR Version: 1504061330
SteamVR Date: 2017-08-29
Steam: Public
Steam Branch:
Steam AppID: 250820
Tracking: No Driver
OS: Linux version 3.10.0-514.26.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Jul 4 15:04:05 UTC 2017
Steam client version (build number or date): Jul 17 2017 23:10:56
Distribution (e.g. Ubuntu): CentOS Linux release 7.3.1611 (Core) | Linux soylentgreen 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Graphics driver version (run nvidia-settings): 384.59 (negativo17 aka epel-multimedia)
Gist for SteamVR System Information: https://gist.github.com/rhaleblian/f9f86061ad606af054ea3f14bea17f9f
Opted into Steam client beta?: No
Opted into SteamVR beta?: No
Have you checked for system updates?: Yes
Steam client version (build number or date):
SteamVR Version: 1504061330
SteamVR Date: 2017-08-29
Steam: Public
Steam Branch:
Distribution: CentOS Linux release 7.3.1611 (Core)
Graphics driver version (run nvidia-settings): 381.26.13 (vulcan dev)
Gist for SteamVR System Information: <outdated>
Opted into Steam client beta?: Yes
Opted into SteamVR beta?: Yes
@rhaleblian
rhaleblian / screen.m3u
Created March 24, 2018 23:47
stream the desktop with VLC
#EXTM3U
#EXTINF:0,Streaming/Transcoding Wizard (1/1)
#EXTVLCOPT:sout=#rtp{mux=ts,dst=239.255.255.255,sap}
#EXTVLCOPT:start-time=0
#EXTVLCOPT:stop-time=0
#EXTVLCOPT:ttl=1
screen://
import os
import signal
import time
import logging
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger('spam')
fh = logging.FileHandler('spam.log')
logger.addHandler(fh)