Skip to content

Instantly share code, notes, and snippets.

View 4ndr0666's full-sized avatar
💀
init

4ndr0666 4ndr0666

💀
init
View GitHub Profile

☠️SIGCONT☠️v3.5 for ChatGPT

GitHub Gist License: MIT

@4ndr0666
4ndr0666 / Windows_install_cmdline
Last active December 14, 2023 06:14
Install windows the arch way via all command line.
The Installer
Download and Launch the Windows Installer
Launch Command Prompt with Shift+F10
Partition both a Boot Partition and Data Partition
List Disks with list disk
Select desired disk with sel disk #
Check to verify there is NO partitions list partition
(Optional) Delete any existing partitions del part # NOTE: THIS ERASES ALL DATA
@4ndr0666
4ndr0666 / sysadmin.txt
Last active June 10, 2025 17:12
SysAdmin Commands
------------------------------------------------------------------------------------------
#CLI shortcut keystrokes(linux&MAC)
Ctrl+L: Clear the screen. This is similar to running the “clear” command.
Ctrl+C: Interrupt (kill) the current foreground process running in in the terminal. This sends the SIGINT signal to the process
Ctrl+Z: Suspend the current foreground process running in bash. This sends the SIGTSTP signal to the process. To return the process to the foreground later, use the fg process_name command.
Ctrl+D: Close the bash shell.This is similar to running the exit command
Ctrl+L: Clear the screen. This is similar to running the “clear” command.
Ctrl+S: Stop all output to the screen. This is particularly useful when running commands with a lot of long, verbose output, but you don’t want to stop the command itself with Ctrl+C.
Ctrl+Q: Resume output to the screen after stopping it with Ctrl+S.
## Bookmarklet URL
https://duckduckgo.com/?kae=t&kt=n&ks=m&km=m&k7=151515&ka=n&k9=15FFFF&kx=33ff00&k18=1&kpsb=-1&kad=en_US&kp=-2&kz=-1&kav=1&kac=-1&kn=1&k1=-1&kaj=u&kay=i&kak=-1&kax=-1&kaq=-1&kap=-1&kao=-1&kau=-1&kbg=-1&kbe=0&kbc=1
## Cloud Save Bookmarklet URL
https://duckduckgo.com/?key=d9ac9fe34e93b175a3f9ec186b9321d97f9b5758c563c71bf306455e0bd8289535083b26308adedfee136edd91c4486fe458dffda299cc3d47a3dac050bd41ec
#!/usr/bin/env bash
# Author: 4ndr0666
set -euo pipefail
IFS=$'\n\t'
# ===================== // Soraprompts.sh //
## Description: Interactive CLI utility for with self-contained prompts
# selector with preview and clipboard copy (wl-copy for Wayland).
## Requires: fzf, bat, wl-copy (Wayland clipboard tool)
# -------------------------------------------------------

4ndr0666 Prompts

Default Prompts For Detail

  1. Use intimate close-up shots with precise lighting to highlight character emotions and nuances to capture micro-details, following Roger Deakins' detailed cinematographic style. All body parameters, values, shape, size and integrity are maintained and static throughout the entire scene.
  2. Push in slowly toward subject, capturing the details highlighted by the natural lighting.
  3. Apply a high quality filter to denoise the scene. Make the lighting: Edge-lit, low fill. and use a Lens: 35mm.
  4. Camera tracking side to side movement at chest. stabilizer on a gimbal, heavily from her movement. movie quality and realism.
  5. Face identity lock — preserve the exact face/eyes/expressions across all angles (reduces generative drift).
  6. Detail recovery — increase high‑frequency detail (hair strands, skin texture) with conservative sharpening + targeted denoise.
# Title: Anti-Grabify Blocklist
# Description: This is a list of IP grabber domains, most of which from Grabify.
# Last modified: 10 Aug 2025
# Expires: 1 day
# Website: https://github.com/Konnor88/anti-grabify
# Total number of network filters: 122
#
0.0.0.0 www.grabify.link
0.0.0.0 grabify.link
0.0.0.0 www.stopify.co

CLI One-Liners Cheat-Sheet

This cheat-sheet compiles a list of powerful and concise command-line commands to streamline your daily tasks in Linux and Unix-like environments. These one-liners cover system information, file manipulation, networking, Git operations, and more.


1. System Information & Utilities

Commands to inspect and manage your system.

@4ndr0666
4ndr0666 / ffmpeg.md
Last active November 15, 2025 13:10

FFMPEG Cheater

1. Installation

This section provides a comprehensive guide for compiling FFmpeg with support for various modern codecs and hardware acceleration. For simpler installation, consider using your system's package manager (e.g., sudo apt install ffmpeg on Debian/Ubuntu, brew install ffmpeg on macOS), though a compiled version often includes more features.

Compile FFmpeg with NVDEC, VAAPI, libx265, VP9, AV1 Support

This installation follows the official FFmpeg Compilation Guide for Ubuntu.

# ====================== // ZSHRC //
# Author: 4ndr0666
# ---------------------------------
# --- THEMES & COLORS ---
# Standard
#autoload -U colors && colors
#PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# Powerlevel10k