Content :
| [ | |
| { | |
| "id": "40b2e704eefd62e1", | |
| "type": "group", | |
| "z": "fbda6ab16491b918", | |
| "name": "Bed Mesh Parser", | |
| "style": { | |
| "stroke": "#92d04f", | |
| "fill": "#9363b7", | |
| "fill-opacity": "0.16", |
| #!/bin/bash | |
| # | |
| # Script for installing x11vnc on Steam Deck. | |
| # | |
| # Install: | |
| # | |
| # sh -c "$(curl -fsSL https://gist.github.com/x43x61x69/9a5a231a25426e8a2cc0f7c24cfdaed9/raw/vnc_install.sh?$RANDOM)" | |
| # | |
| # This will modify root filesystem so it will probably get | |
| # overwrite on system updates but is totally ok executing |
| {% if certificate and certificate_id > 0 -%} | |
| {% if ssl_forced == 1 or ssl_forced == true %} | |
| {% if hsts_enabled == 1 or hsts_enabled == true %} | |
| # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years) | |
| add_header Strict-Transport-Security "max-age=63072000;{% if hsts_subdomains == 1 or hsts_subdomains == true -%} includeSubDomains;{% endif %} preload" always; | |
| add_header Referrer-Policy strict-origin-when-cross-origin; | |
| add_header X-Content-Type-Options nosniff; | |
| add_header X-XSS-Protection "1; mode=block"; | |
| add_header X-Frame-Options SAMEORIGIN; | |
| add_header Content-Security-Policy upgrade-insecure-requests; |
This login notifier uses IP information to send silent telegram notifications if the login source seem to be trustable.
First, please read this awesome Medium tutorial on how to setup the Telegram bot.
| # originally created and posted by user dgc on | |
| # https://discussion.evernote.com/topic/97201-how-to-transfer-all-the-notes-from-google-keep-to-evernote/ | |
| # Modified by user charlescanato https://gitlab.com/charlescanato/google-keep-to-evernote-converter | |
| # Modified by gokhan mete erturk to enable bulk operation of html files without any parameters and | |
| # solves the character set problems on Windows | |
| # Modified by Leonard777 to add importing of image data. | |
| # Modified by itsjfx to read a folder and import HTML files | |
| # until now, Google Takeout for Keep does NOT export: | |
| # - correct order of lists notes (non-checked first, checked last) |
| #!/bin/bash | |
| # Creates a Ubuntu Cloud-Init Ready VM Template in Proxmox | |
| # | |
| # Update the image name and URL for Ubuntu 22.04 LTS | |
| export IMAGENAME="jammy-server-cloudimg-amd64.img" | |
| export IMAGEURL="https://cloud-images.ubuntu.com/jammy/current/" | |
| export STORAGE="local-zfs-cache" | |
| export VMNAME="ubuntu-2204-cloudinit-template" | |
| export VMID=902204 |
Note: This gist may be outdated, thanks to all contributors in comments.
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
| ! Twitter element block rules, for use in uBlock Origin ------------------------- | |
| ! ads --------------------------------------------------------------------------- | |
| twitter.com##div.suggested-tweet-stream-container | |
| twitter.com##div.promoted-tweet | |
| twitter.com##li.promoted-trend | |
| twitter.com##div.Footer-adsModule | |
| twitter.com##div.js-actionable-user.promoted-account | |
| ! timeline breakers ------------------------------------------------------------- | |
| twitter.com##.js-stream-item[data-suggestion-json*='RecycledTweetInline'] |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
