Skip to content

Instantly share code, notes, and snippets.

View 4yman-0's full-sized avatar
:octocat:
null

4yman 4yman-0

:octocat:
null
View GitHub Profile
@2KAbhishek
2KAbhishek / mirrorlist.sh
Created October 21, 2020 13:25
Generate fastest mirrors for Arch linux
#!/bin/bash
# Install reflector
sudo pacman -S reflector
# Update mirrorlist
reflector | sudo tee /etc/pacman.d/mirrorlist
@fnky
fnky / ANSI.md
Last active May 11, 2025 12:50
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27