In your favorite text editor, open the following file :
- Windows
C:\Users\\AppData\Local\slack\app-\resources\app.asar.unpacked\src\static\ssb-interop.js
# requires: xorriso | |
# copy your bootloader as: cdcontent/boot/loader.sys | |
prog="xorriso -as mkisofs" | |
$prog -R -J -c boot/bootcat \ | |
-b boot/loader.sys -no-emul-boot -boot-load-size 1 \ | |
-o ./bootable.iso ./cdcontent |
1. list all remote tags | |
git ls-remote --tags | |
2. delete local tag | |
git tag -d V_1_0_1 | |
3. push tag deletion to remote | |
git push origin :refs/tags/V_1_0_1 | |
4. tag local branch again |
.terraform/ | |
*.pem | |
*.tf | |
*.tfstate | |
*.yaml | |
*.backup | |
istio-*/ | |
cert-manager-*/ | |
*.swp | |
env |
Learn how to send emails through Gmail SMTP with Cloudflare Email Routing in this comprehensive guide.
To proceed with this method, ensure that you have enabled two-factor authentication for your Google account. If you haven't done so already, you can follow the link to set it up → Enable 2FA in your Google account.