This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# betlog - 2023-03-03--20-32-15 | |
# | |
unset data protonVer steamId steamIdList | |
while IFS= read -r data;do | |
# echo "data:$data" | |
protonVer=$(cat "$data") | |
protonVer=$(printf '%-15s' $protonVer) | |
# echo "protonVer:$protonVer" | |
steamId=$(echo "$data"|grep -o -E '\/[0-9]*\/'|sed 's|\/||g') |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1670023342 GE-Proton7-42 | |
SteamGameId: 1238860 | |
Command: ['link2ea://launchgame/1238860?platform=steam&theme=bf4'] | |
Options: {'forcelgadd'} | |
depot: 0.20221018.74 | |
pressure-vessel: 0.20221014.0 | |
scripts: v0.20220823.0-0-gcc4e44f | |
soldier: 0.20221017.1 soldier 0.20221017.1 | |
Kernel: Linux 5.15.0-57-generic #63~20.04.1-Ubuntu SMP Wed Nov 30 13:40:16 UTC 2022 x86_64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------------------------------------- | |
# BATTLEFIELD 4 | |
# BETLOG - 2022-12-30 transcribed from console | |
GameTime.MaxVariableFps | |
# | |
NetworkPerfOverlay.Enable | |
# | |
NetworkPerfOverlay.DrawGraph | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm: cannot remove '/home/user/.steam/steam': Is a directory | |
rm: cannot remove '/home/user/.steam/bin': Is a directory | |
steam.sh[3819350]: Running Steam on ubuntu 20.04 64-bit | |
steam.sh[3819350]: STEAM_RUNTIME is enabled automatically | |
setup.sh[3819451]: Steam runtime environment up-to-date! | |
steam.sh[3819350]: Steam client's requirements are satisfied | |
Installing breakpad exception handler for appid(steam)/version(1658362681) | |
Installing breakpad exception handler for appid(steam)/version(1658362681) | |
Loaded SDL version 2.23.1-7374734 | |
ComputeStartupMode: found registry default startup mode: 0Installing breakpad exception handler for appid(steam)/version(1658362681) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm: cannot remove '/home/user/.steam/steam': Is a directory | |
rm: cannot remove '/home/user/.steam/bin': Is a directory | |
steam.sh[2922646]: Running Steam on ubuntu 20.04 64-bit | |
steam.sh[2922646]: STEAM_RUNTIME is enabled automatically | |
setup.sh[2922747]: Steam runtime environment up-to-date! | |
steam.sh[2922646]: Steam client's requirements are satisfied | |
Installing breakpad exception handler for appid(steam)/version(1655513879) | |
Installing breakpad exception handler for appid(steam)/version(1655513879) | |
Loaded SDL version 2.23.1-7331155 | |
ComputeStartupMode: found registry default startup mode: 0Installing breakpad exception handler for appid(steam)/version(1655513879) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@betlogbeast:~$ [2022-06-19 14:10:35] Startup - updater built Jun 18 2022 00:17:09 | |
[2022-06-19 14:10:35] Opted in to client beta 'publicbeta' via beta file | |
You are in the 'publicbeta' client beta. | |
[2022-06-19 14:10:35] Loading cached metrics from disk (/home/user/.steam/package/steam_client_metrics.bin) | |
[2022-06-19 14:10:35] Using the following download hosts for Public, Realm steamglobal | |
[2022-06-19 14:10:35] 1. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' | |
[2022-06-19 14:10:35] 2. https://cdn.akamai.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' | |
[2022-06-19 14:10:35] 3. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in' | |
[2022-06-19 14:10:35] Verifying installation... | |
[2022-06-19 14:10:35] Verification complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE KSysGuardWorkSheet> | |
<WorkSheet columns="1" interval="1" locked="0" title="RTX2060" rows="4"> | |
<host port="-1" command="/home/user/documents/settings/.local-share-ksysguard/nvidia-sensors.sh" shell="" name="nvidia"/> | |
<display row="0" title="Thermal" class="FancyPlotter" vScroll="0" fontSize="8" stacked="0" autoRange="1" vDistance="30" column="0" showUnit="0" columnSpan="1" version="1" svgBackground="" unit="" rowSpan="1" hLines="1" manualRange="0" labels="1" hScale="2" vLines="0"> | |
<beam hostName="nvidia" color="0xff00ffff" sensorName="gpu_temp" sensorType="integer"/> | |
</display> | |
<display row="1" title="Clockspeed" class="FancyPlotter" vScroll="0" fontSize="8" stacked="0" autoRange="1" vDistance="30" column="0" showUnit="0" columnSpan="1" version="1" svgBackground="" unit="" rowSpan="1" hLines="1" manualRange="0" labels="1" hScale="2" vLines="0"> | |
<beam hostName="nvidia" color="0xff00ffff" sensorName="gpu_clock" sensorType="integer"/> | |
<beam hostName="nvidi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# move discord to lower screen, assumes specific resolution | |
if [[ $(xrandr|grep -c ' connected ') -gt 1 ]];then | |
id=$(xdotool search --name "Discord"|tail -n 1) | |
if [[ -n $id ]];then | |
wmctrl -ir $id -b remove,maximized_vert,maximized_horz | |
xdotool windowmove $id 0 1080 | |
wmctrl -ir $id -b add,maximized_vert,maximized_horz | |
fi | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Description: use /etc/rc.local to initiate a loop-script which writes to the RPiCamWebInterface Annotation (%a) file. | |
# | |
# servicectl services/timers may not run a 1 second timer at anyhting like 1 second intervals | |
# Whereas a script running a simple loop will. Particualrly if the loops timing accounts for minor variations. | |
# | |
# you can activate this either: | |
# 1) by manually adding the path/filename of the script to /etc/rc.local | |
# or | |
# 2) like I do: (as part of another script that loops through all of my pizerocams) | |
scp -q \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# betlog - 2021-01-02--21-07-42 | |
# | |
# USE: | |
# 1 - in the RPi_Cam_Web_Interface for your camera > camera settings > set image res to match video res > 'record image' > 'download videos and images' > download the image | |
# 2 - open the exported image in your eitor of choice > paint areas to be monitored for motion as white and everything else black > save the file (replace the original) | |
# 3a - if you have a service menu set up as per the gist: | |
# - right click the now black and white file > convert > 'RPiCamWebInterface - generate And Install motionMask' | |
# 3b - if you just want to execute from a terminal: | |
# - execute: "RPiCamWebInterface-generateAndInstall-motionMaskPGM.sh <filename created above>" |