Skip to content

Instantly share code, notes, and snippets.

View 3urobeat's full-sized avatar
🐧

3urobeat 3urobeat

🐧
View GitHub Profile
@3urobeat
3urobeat / mygists.md
Last active June 30, 2023 18:44
List of all my gists

This is a list of all my Gists in order to easily
display them on my GitHub profile.

My Gists Link
A role promotion cmd I wrote for the official Discord Server of the YT channel "Marmeladenoma" Link
A script to automatically login my headless machine into the house internet captive portal when it gets logged out for some reason Link
A discord bot written in python for reporting steam64 IDs to another channel. The IDs get checked if they are valid and the user gets a cooldown applied. Link
@walkermalling
walkermalling / luks-encrypted-root-on-nixos.org
Last active July 16, 2024 10:59
Nix Setup with LUKS encrypted root

Setting up NixOs with LUKS encrypted root

Here are my working notes on getting a system up and running.

WARNING: You can run into a hidden problem that will prevent a correct partition setup and /etc/nixos/configuration.nix from working: if you are setting up a UEFI system, then you need to make sure you boot into the NixOS installation from the UEFI partition of the bootable media. You may have to enter your BIOS boot selection menu to verify this. For example, if you setup a NixOS installer image on a flash drive, your BIOS menu may display several boot options from that flash drive: choose the one explicitly labeled with “UEFI”.

References

I used these resources:

@3urobeat
3urobeat / thinkfan.conf
Last active June 2, 2023 15:51
Thinkpad T430 thinkfan config for less fan ramp-ups when doing basic stuff
##############################################################################
# thinkfan v1.3.1 Config
# ============================
#
# Please read the config manpage thinkfan.conf(5) before playing around with
# this.
#
# Example config can be found here:
# https://github.com/vmatare/thinkfan/blob/master/examples/thinkfan.yaml
#
@xavierfoucrier
xavierfoucrier / gpg-signing.md
Last active July 16, 2024 02:55
GPG signing with Git and Github Desktop

GPG signing – git github-desktop

Here is a short guide that will help you setup your environment to create signed commits or signed tags with Git locally. This has been extensively tested on Windows with Git and the Github Desktop application: I use it every day for my professional development projects.

I you face any issue, feel free to leave a comment below.

Summary

  1. Sign commits or tags
  2. Key passphrase
  3. Disable signatures
  4. Renew a GPG key

Aligning images

This is a guide for aligning images.

See the full Advanced Markdown doc for more tips and tricks

left alignment

@kn9ts
kn9ts / GPLv3.md
Last active July 14, 2024 10:46
GPLv3 explained

GPL3 LICENSE SYNOPSIS

TL;DR* Here's what the license entails:

1. Anyone can copy, modify and distribute this software.
2. You have to include the license and copyright notice with each and every distribution.
3. You can use this software privately.
4. You can use this software for commercial purposes.
5. If you dare build your business solely from this code, you risk open-sourcing the whole code base.