Yappit

Probably Pointless Security

users can now use Umbrella DNS with HTTP proxy, using the following guide here

industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Bash
# Alias
alias ll='ls -lh'
alias nuke-rdp='sudo pkill -u human,agent -f Xorg && sudo rm -rf /tmp/.X*-lock /tmp/.X11-unix/X* && sudo systemctl restart xrdp'
alias labcp='~/bin/lab-control.sh'
# Custom Kali-Style Two-Line Prompt
PS1='\[\033[38;5;33m\]┌──(\[\033[38;5;25m\]\u\[\033[38;5;33m\]㉿\[\033[1;37m\]\h\[\033[38;5;33m\])-[\[\033[1;37m\]\w\[\033[38;5;33m\]]\n\[\033[38;5;33m\]└─\[\033[1;32m\]\$\[\033[0m\] '

## consolidate history
# Append instead of overwrite on exit
shopt -s histappend

# Write history after every command (not just on exit)
PROMPT_COMMAND='history -a; history -c; history -r'

# Increase history size
HISTSIZE=50000
HISTFILESIZE=100000

# Optional: add timestamps
HISTTIMEFORMAT="%F %T  "

# Optional: avoid duplicate entries
HISTCONTROL=ignoredups:erasedups
+

Discover more from Yappit

Subscribe now to keep reading and get access to the full archive.

Continue reading