Skip to content

Instantly share code, notes, and snippets.

@FoofooTheGuy
FoofooTheGuy / ctr-moflex-guide.md
Last active March 22, 2026 22:59
CTR MoFlex Guide

CTR MoFlex Guide (WIP)

The purpose of this guide is to catalog common errors you may face while transcoding/converting videos to .moflex for CTR with Mobiclip Multicore Encoder. Hopefully by the end, you will have successfully converted a video!

Each entry will consist of a description and solution(s) for the error. There may also be theoretical and/or untested methods worth looking into later.

Feel free to suggest changes and additions in the comments!

Abbreviations/Acronyms

Easy Telemetry Disable for 10/11

Prerequisites

  1. Upgrade to Enterprise edition of Windows 10/11 if you are running Home or Pro.
    • You can do this through the Change Edition option in the Extras menu in MAS.

Disabling Telemetry via Group Policy

  1. Open the Group Policy Editor. Search for "Edit Group Policy" in search or run gpedit.msc.
@akitaonrails
akitaonrails / makita-news-idea.md
Created February 16, 2026 14:26
A idéia original do newsletter The M.Akita Chronicles (o 1o prompt, de mais de 1000)

Akitando News (codename The M.Akita Chronicles)

I am Fabio Akita, known YouTuber at @Akitando channel. I published videos from the end of 2018 until the beginning of 2024. I also participated in many important Brazilian podcasts such as Flow and Inteligencia LTDA throughout 2024 and 2025. Prior to that I was the former organizer of Rubyconf Brasil from 2008 until 2016. I write at the blog akitaonrails.com since april of 2006 until now. I am also the co-founder of a boutique consultancy in Brazil especialized in team augmentation for USA dev teams called CodeMiner 42.

I am also very active in X.com as @akitaonrails.

Now, I want to try a new project: a Newsletter. This needs to be divided into multiple sub-projects here.

1. AI based Newsletter organizer

@sathishshan
sathishshan / youtube-dl.txt
Last active March 22, 2026 22:54
Download youtube private or member videos
#single video
youtube-dl --cookies youtube.com_cookies.txt "URL"
#playlist
youtube-dl --yes-playlist --cookies youtube.com_cookies.txt "URL"
You can use: --playlist-start, --playlist-end, --playlist-reverse or --playlist-items to achieve this goal.
#Note: cookie should be in Netscape format
@anthonyray
anthonyray / readme.md
Last active March 22, 2026 22:53
Setting up OhMyZsh on a rapsberry Pi
  1. Connect to your raspberry Pi with SSH
  2. Install zsh : sudo apt-get update && sudo apt-get install zsh
  3. Edit your passwd configuration file to tell which shell to use for user pi : sudo vim /etc/passwd and change /bin/bash and /bin/zsh
  4. Reconnect to your raspberry, and check that zsh is the shell with echo $0.
  5. Switch to root : sudo su
  6. Install OhMyZsh : sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
  7. Disconnect from your instance and reconnect it.
@garagon
garagon / nmap-cheatsheet.md
Created February 17, 2026 13:27
Nmap Cheat Sheet — Quick Reference for network scanning, port enumeration, NSE scripts, and real-world scan combos

Nmap Cheat Sheet — Quick Reference (2025)

Practical Nmap commands for network discovery, port scanning, and vulnerability assessment.

Host Discovery

# Ping sweep (find live hosts)
nmap -sn 192.168.1.0/24
@garagon
garagon / osint-toolkit.md
Created February 17, 2026 13:27
OSINT Toolkit — DNS recon, subdomain enum, email/username OSINT, Shodan, GitHub dorking, passive recon script

OSINT Toolkit — Open Source Intelligence Reference

Tools and techniques for passive reconnaissance and information gathering.

Domain & DNS Reconnaissance

# WHOIS lookup
whois target.com
@garagon
garagon / hashcat-john-cheatsheet.md
Created February 17, 2026 13:27
Password Cracking Cheat Sheet — Hashcat modes, John the Ripper, hash identification, wordlist generation, rules

Password Cracking Cheat Sheet — Hashcat & John the Ripper

Quick reference for hash identification, cracking modes, and common attack patterns.

Hash Identification

# Identify hash type
hashid 'HASH_VALUE'
hash-identifier
@garagon
garagon / docker-security-hardening.md
Created February 17, 2026 13:27
Docker Security Hardening Checklist — Image security, runtime hardening, network segmentation, secret management

Docker Security Hardening Checklist

Best practices for securing Docker containers and the Docker host in production.

1. Image Security

Use Minimal Base Images

# Bad - full OS with unnecessary packages
FROM ubuntu:latest
@garagon
garagon / wifi-pentesting-cheatsheet.md
Created February 17, 2026 13:27
WiFi Pentesting Cheat Sheet — Monitor mode, WPA/WPA2 handshake capture, PMKID attack, Evil Twin, WPS attacks

WiFi Pentesting Cheat Sheet

Wireless network security testing commands and workflows for authorized assessments.

Interface Setup

# List wireless interfaces
iwconfig
iw dev