Testing subscript and superscript
Testing subscript subscript level 2
Testing superscript superscript level 2
Testing subscript and superscript
Testing subscript subscript level 2
Testing superscript superscript level 2
I heard from GitHub Two-Factor Authentication](https://github.com/blog/1614-two-factor-authentication) nearly a couple of days ago when I was reading my RSS feed. I enabled it and couldn' push to any of my repositories anymore. Learn in this blog post how to fix it.
"Is a process involving two stages to verify the identity of an entity trying to access services in a computer or in a network". Github solves this authentication with sending an SMS to a device which wants to push to their platform.
| # vim style tmux config | |
| # use C-a, since it's on the home row and easier to hit than C-b | |
| set-option -g prefix C-a | |
| unbind-key C-a | |
| bind-key C-a send-prefix | |
| set -g base-index 1 | |
| # Easy config reload | |
| bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." |
Password-store keeps your passwords (or any other sensitive information) saved in GnuPG encrypted files organized in ~/.password-store. For more information about GPG, consult the GNU Privacy Handbook.
To get started, install pass and generate a keypair.
$ brew install pass
$ gpg --gen-key
$ gpg --list-keys| //Compile: gcc xgrabkey.c `pkg-config --cflags --libs x11` | |
| #include <stdio.h> | |
| #include <X11/Xlib.h> | |
| int | |
| main () | |
| { | |
| Window root; | |
| Display *dpy = NULL; |
| #!/bin/bash | |
| url=http://redefininggod.com | |
| webarchive=https://web.archive.org | |
| wget="wget -e robots=off -nv" | |
| tab="$(printf '\t')" | |
| additional_url=url.list | |
| # Construct listing.txt from url.list | |
| # The list of archived pages, including some wildcard url |
| #include <IRremote.h> | |
| IRsend irsend; | |
| #define onOffReceived 10 | |
| #define energyRcv 11 | |
| #define avMode 12 | |
| #define input 13 | |
| #define tvRad 14 | |
| #define list 15 | |
| #define quickView 16 | |
| #define volumeUp 17 |
| #!/bin/bash | |
| # This pipeline is based on https://gist.github.com/lifning/1857803 | |
| # but is updated for GStreamer 1.0 and also crops the window | |
| # Tested on Chrome with https://github.com/bluetiger9/v4l2loopback | |
| # with exclusive_caps enabled: | |
| # $ sudo modprobe v4l2loopback devices=8 exclusive_caps=1 | |
| DEV=$(zenity --file-selection \ |
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |