Skip to content

Instantly share code, notes, and snippets.

View lenucksi's full-sized avatar

lenucksi lenucksi

View GitHub Profile
@l33tm4st3r
l33tm4st3r / aur_malware_check.sh
Last active June 17, 2026 07:12
AUR supply-chain malware checker (atomic-lockfile / lockfile-js / nextfile-js campaign, June 2026) - behavior-based detection
#!/usr/bin/env bash
#
# aur_malware_check.sh - official-list + BEHAVIOR-based detection
#
# AUR malware campaign, June 2026
# (atomic-lockfile / lockfile-js / nextfile-js / js-digest):
# https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/thread/FGXPCB3ZVCJIV7FX323SBAX2JHYB7ZS4/
#
# Two complementary strategies:
# - Cross-check installed AUR packages against Arch's authoritative live list.
@Cryptophobia
Cryptophobia / fedora-43-hibernation-setup.md
Last active July 5, 2026 05:13
Fedora 43 Hibernation Setup

Enabling Hibernation on Fedora 43

A complete guide to enable hibernation on Fedora 43 (Workstation) with UEFI and btrfs filesystem, including fixes for Secure Boot and SELinux issues.

Complete Command Reference

Run these commands in sequence to enable hibernation:

# Calculate swap size (RAM-based formula)
@Hotrod369
Hotrod369 / 1_Sieve_Script_Cheatsheet.md
Last active June 11, 2026 18:26
This Gist provides a comprehensive cheatsheet for Sieve scripts, covering various objects, attributes, parameters, and their possible values. Sieve is a powerful scripting language for filtering and organizing emails, commonly used with email clients and servers. This cheatsheet includes tests, actions, comparators, and extensions to help you cr…
@sts10
sts10 / rust-command-line-utilities.markdown
Last active July 2, 2026 13:30
A curated list of command-line utilities written in Rust

A curated list of command-line utilities written in Rust

Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.

Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.

The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.

  • atuin: "Magical shell history"
  • bandwhich: Terminal bandwidth utilization tool
@cyrenity
cyrenity / k8s-using-talos-in-vms.md
Last active May 3, 2026 17:05
Setup kubernetes cluster using Talos (Lab)

Setup Kubernetes cluster in minutes using Talos

1. Get talosctl

Download and install talosctl binary

wget https://github.com/talos-systems/talos/releases/download/v0.8.1/talosctl-linux-amd64
@IanColdwater
IanColdwater / twittermute.txt
Last active June 19, 2026 17:31
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@theel0ja
theel0ja / ejabberd letsencrypt.sh
Created February 19, 2018 12:32
ejabberd Let's Encrypt
cd /etc/letsencrypt/live/xmpp.your-domain.com
cat privkey.pem cert.pem chain.pem > /etc/ejabberd/ejabberd.pem