This file contains 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
curl -s -o /dev/null -w "%{time_total}\n" -H "Pragma: no-cache" https://gnu.org |
This file contains 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
Private Networks | |
10.0.0.0/8 | |
172.16.0.0/12 | |
192.168.0.0/16 | |
------------------------------ | |
The localhost can be changed using private networks ... | |
X-Azure-ClientIP: 127.0.0.1 | |
X-Azure-SocketIP: 127.0.0.1 |
This file contains 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
permit persist :wheel | |
permit nopass :audio as root cmd reboot | |
permit nopass :audio as root cmd poweroff | |
permit nopass :audio as root cmd zzz |
This file contains 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
# _ | |
# _______| |__ _ __ ___ | |
# |_ / __| '_ \| '__/ __| | |
# _ / /\__ \ | | | | | (__ | |
# (_)___|___/_| |_|_| \___| | |
# Enable colors and change prompt: | |
autoload -U colors && colors # Load colors | |
#PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b | |
" |