This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------------------ | |
| #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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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) | |
| # ------------------------------------------------------- |
- 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.
- Push in slowly toward subject, capturing the details highlighted by the natural lighting.
- Apply a high quality filter to denoise the scene. Make the lighting: Edge-lit, low fill. and use a Lens: 35mm.
- Camera tracking side to side movement at chest. stabilizer on a gimbal, heavily from her movement. movie quality and realism.
- Face identity lock — preserve the exact face/eyes/expressions across all angles (reduces generative drift).
- Detail recovery — increase high‑frequency detail (hair strands, skin texture) with conservative sharpening + targeted denoise.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
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.
Commands to inspect and manage your system.
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.
This installation follows the official FFmpeg Compilation Guide for Ubuntu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ====================== // 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 |
OlderNewer