Skip to content

Instantly share code, notes, and snippets.

$ steam
Running Steam on fedora 33 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/mikhail/.local/share/Steam/ubuntu12_32/steam
[2020-07-21 13:06:51] Startup - updater built Jul 16 2020 22:55:53
[2020-07-21 13:06:51] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
Installing breakpad exception handler for appid(steam)/version(1594943627)
$ DXVK_HUD=full steam
Running Steam on fedora 33 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/mikhail/.local/share/Steam/ubuntu12_32/steam
[2020-07-21 02:58:47] Startup - updater built Jul 16 2020 22:55:53
[2020-07-21 02:58:47] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
Installing breakpad exception handler for appid(steam)/version(1594943627)
@NTMan
NTMan / gist:31a921ffce893ee741c4e37f66cc48a3
Created January 20, 2020 18:51 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
[24189.394274] input: Xbox One Wireless Controller as /devices/virtual/input/input34
[24199.121564] input: Xbox One Wireless Controller as /devices/virtual/input/input35
[24213.662603] input: Xbox One Wireless Controller as /devices/virtual/input/input36
[24253.907980] input: Xbox One Wireless Controller as /devices/virtual/input/input37
[24307.074339] ======================================================
[24307.074341] WARNING: possible circular locking dependency detected
[24307.074344] 5.5.0-0.rc2.git1.1.fc32.x86_64 #1 Not tainted
[24307.074346] ------------------------------------------------------
[24307.074348] winedevice.exe/73841 is trying to acquire lock:
@NTMan
NTMan / gist:13ca98b495ee27735af8300acd28e89e
Created October 22, 2019 15:59
Remote Play Together
ExecuteSteamURL: "steam://remoteplay/connect/76561198027925033?appid=269670&auth=267f7e718603efae325b052cf7fb505e&transport=k_EStreamTransportSDR&restricted_countries="
[1022/205203.716862:ERROR:frame_sink_video_capturer_impl.cc(198)] Invalid resolutions constraints: 0x0 must not be greater than 0x0; and also within media::limits.
Installing breakpad exception handler for appid(streaming_client)/version(20191019195631)
Installing breakpad exception handler for appid(streaming_client)/version(1.0)
Installing breakpad exception handler for appid(streaming_client)/version(1.0)
Installing breakpad exception handler for appid(streaming_client)/version(1.0)
OnFocusWindowChanged to window type: k_nGameIDControllerConfigs_StreamingClient, AppID 424690 0x0
Opted-in Controller Mask for AppId 424690: 0
Loaded Config for Local Override Path for App ID 424690, Controller 0: /home/mikhail/.local/share/Steam//controller_base/empty.vdf
[424690]Non-Steam Controller Configs Enabled: 1
@NTMan
NTMan / gist:3e12d565045224da7417ac335d940fcc
Created August 31, 2019 10:53
AMD Radeon VII in the game Man of MEDAN
# cat /sys/kernel/debug/dri/0/amdgpu_pm_info
Clock Gating Flags Mask: 0x36974f
Graphics Medium Grain Clock Gating: On
Graphics Medium Grain memory Light Sleep: On
Graphics Coarse Grain Clock Gating: On
Graphics Coarse Grain memory Light Sleep: On
Graphics Coarse Grain Tree Shader Clock Gating: Off
Graphics Coarse Grain Tree Shader Light Sleep: Off
Graphics Command Processor Light Sleep: On
Graphics Run List Controller Light Sleep: Off
@NTMan
NTMan / firefox-reaper.html
Created September 24, 2018 17:09
Firefox DoS ❄️(try it: https://reaperbugs.com/)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Firefox DoS ❄️</title>
</head>
<body>
</body>
<script>
"LD_* scout runtime" information:
{
"steam-runtime-system-info" : {
"version" : "0.20240415.0+srt1",
"path" : "/home/mikhail/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-system-info"
},
"can-write-uinput" : true,
"steam-installation" : {
"path" : "/home/mikhail/.local/share/Steam",
"data_path" : "/home/mikhail/.local/share/Steam",
@NTMan
NTMan / PartyHard
Created May 31, 2018 07:02 — forked from TheoTheDev/PartyHard
PartyHard
<!DOCTYPE html>
<head>
<title>PartyHard</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19349612-1']);
_gaq.push(['_trackPageview']);
This file has been truncated, but you can view the full file.
==17721== Memcheck, a memory error detector
==17721== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==17721== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==17721== Command: ./aaa.x86_64
==17721== Parent PID: 10689
==17721==
==17721== Conditional jump or move depends on uninitialised value(s)
==17721== at 0x909536: ??? (in /home/mikhail/New Unity Project/aaa.x86_64)
==17721== by 0x90A8B3: ??? (in /home/mikhail/New Unity Project/aaa.x86_64)
==17721== by 0x45F80F: ??? (in /home/mikhail/New Unity Project/aaa.x86_64)