Skip to content

Instantly share code, notes, and snippets.

View udev's full-sized avatar

Victor Ude udev

  • Austin, TX
View GitHub Profile
@udev
udev / journalctl
Created December 11, 2020 20:52
Cyberpunk 2077 Proton compatibility troubleshooting: https://github.com/ValveSoftware/Proton/issues/4450#issuecomment-742440117
steam@steam:~$ sudo journalctl -f
-- Journal begins at Thu 2020-12-10 02:17:42 CST. --
Dec 11 14:44:58 steam steam.desktop[4782]: Installing breakpad exception handler for appid(steam)/version(1607650432)
Dec 11 14:44:58 steam steam.desktop[4782]: Installing breakpad exception handler for appid(steam)/version(1607650432)
Dec 11 14:45:00 steam steam.desktop[4782]: Installing breakpad exception handler for appid(steam)/version(1607650432)
Dec 11 14:45:00 steam steam.desktop[4782]: Installing breakpad exception handler for appid(steam)/version(1607650432)
Dec 11 14:45:00 steam steam.desktop[4782]: Installing breakpad exception handler for appid(steam)/version(1607650432)
Dec 11 14:45:00 steam steam.desktop[4782]: Installing breakpad exception handler for appid(steam)/version(1607650432)
Dec 11 14:45:36 steam steam.desktop[4782]: [1091500]Non-Steam Controller Configs Enabled: 1
Dec 11 14:45:36 steam steam.desktop[4782]: Installing breakpad exception handler for appid(steam)/version(1607650432)
@udev
udev / get_gists.py
Created October 4, 2018 15:47 — forked from its-a-feature/get_gists.py
Download all gists for a specific user
# first: mkdir user && cd user && cp /path/to/get_gists.py .
# python3 get_gists.py user
import requests
import sys
from subprocess import call
user = sys.argv[1]
r = requests.get('https://api.github.com/users/{0}/gists'.format(user))
@udev
udev / genymotionwithplay.md
Last active September 25, 2021 02:33 — forked from wbroek/genymotionwithplay.txt
Genymotion with Google Play Services

#Download the following ZIPs: ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links)

#Download the correct GApps for your Android version: Google Apps for Android 6.0 (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip) Google Apps for Android 5.1 (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip) Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip) Google Apps for Android 4.4.4 (https://www.androidfilehost.com/?fid=23501681358544845 - gapps-kk-20140606-signed.zip) Google Apps for Android 4.3 (https://www.androidfilehost.com/?fid=23060877490000124 - gapps-jb-20130813-signed.zip) Google Apps for Android 4.2 (https://www.androidfilehost.com/?fid=23060877490000128 - gapps-jb-20130812-signed.zip)