- Channel Width: VHT20
- Channel: (choose channel with least interference, one of 1, 6 11)
- Transmit Power: Custom 10dBm
- Enable Minimum RSSI: Off
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
# Generated by Powerlevel10k configuration wizard on 2024-05-11 at 06:01 MST. | |
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 4242. | |
# Wizard options: nerdfont-complete + powerline, small icons, unicode, lean, 24h time, | |
# 2 lines, dotted, full frame, darkest-ornaments, sparse, many icons, fluent, | |
# instant_prompt=verbose. | |
# Type `p10k configure` to generate another config. | |
# | |
# Config for Powerlevel10k with lean prompt style. Type `p10k configure` to generate | |
# your own config based on it. | |
# |
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
* { | |
outline: none !important; | |
} | |
/* find widget */ | |
.editor-widget { | |
border-radius: 6px !important; | |
box-shadow: 0 0px 8px rgba(var(--vscode-widget-shadow), .45) !important; | |
} |
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
#!/bin/bash | |
while read | |
do | |
addy=$(tr -d '\r' <<< "$REPLY") | |
response=$(curl --silent https://haveibeenpwned.com/api/v2/breachedaccount/$addy?$ | |
echo "$addy,'$response'" | |
sleep 2 | |
done < membership.log |
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
#!/bin/bash | |
grep ' [0-9][0-9]:[0-9][0-9]:[1-9][0-9] web-1 .* END ' syslog | nano - |
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
#!/bin/bash | |
apt update -y | |
apt install php-imagick -y | |
echo extension=imagick.so >> /etc/php/7.2/cli/php.ini | |
echo extension=imagick.so >> /etc/php/7.2/fpm/php.ini | |
service php7.2-fpm reload |
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
#!/bin/bash | |
set -e | |
MET_PATTERN='[[:space:]]*max_execution_time[[:space:]]*=[[:space:]]*' | |
PCT_PATTERN='[[:space:]]*process_control_timeout[[:space:]]*=[[:space:]]*' | |
VALUE=30 | |
reload=0 |
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
#!/bin/bash | |
if [ `id -u` -ne 0 ] | |
then | |
echo "You must be root!" >&2 | |
exit 1 | |
fi | |
amplify_api_key="$AMPLIFY_KEY" | |
db_password="$DATABASE_PASSWORD" |
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
{"lastUpload":"2018-11-08T20:18:00.502Z","extensionVersion":"v3.2.0"} |
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
bind 192.168.10.10 |
NewerOlder