certbot -d mydomainename.com --manual --preferred-challenges dns certonly
To show IMEI, ICCID and SN on android.
Go to phone app and write *#06#
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.servicesed -i 's/^/#/' /etc/apt/sources.list.d/pve-enterprise.list
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
| #!/bin/bash | |
| if [ -z "$1" ]; then | |
| echo "waiting for the following arguments: username + max-page-number" | |
| exit 1 | |
| else | |
| name=$1 | |
| fi | |
| if [ -z "$2" ]; then |
Pure AWK
BEGIN {
s="0123456789 11 22";
split(s, arr, " ");
print substr(arr[1],2)
}
# 123456789
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
| vim | |
| git | |
| moreutils | |
| pylint | |
| isort | |
| black | |
| golint | |
| shellcheck | |
| ncdu | |
| bc |
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
| sed -n '/^#include\ .*/p' **/*.c \ | |
| | sed -n 's/^#include\ *"\(.*\)"/\1/gp' \ | |
| | sort -u |
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
| git pull | |
| git checkout --orphan tmp-main | |
| git add -A | |
| git commit -m 'Initial commit' | |
| git branch -D main | |
| git branch -m main | |
| git push -f origin main | |
| git branch --set-upstream-to=origin/main main | |
| git gc --aggressive --prune=all | |
| git fetch --all |
Close Outlook
rename C:\Users\<User_Name>\AppData\Local\Microsoft\Outlook\<username@example.com>.ost to <username@example.com>.ost.bak
Or create new profile
- In Outlook, select File > Account Settings > Manage Profiles.
- Choose Show Profiles > Add.
- In the Profile Name box, type a name for the profile, and then choose OK.
# If there is just one email account.# env -i SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/home/klara LOGNAME=klara /home/klara/bin/yourscript.sh