Keybase proof
I hereby claim:
- I am Raymo111 on github.
- I am raymo111 (https://keybase.io/raymo111) on keybase.
- I have a public key whose fingerprint is 64C2 FB18 E104 7522 9FFF 25D1 F058 DF98 2DB4 2F9D
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html class="desktop mbr-site-loaded" style> | |
<!-- | |
Page saved with SingleFile | |
url: https://raymond.li/ | |
saved date: Mon Feb 01 2021 16:18:15 GMT-0500 (Eastern Standard Time) | |
____ ____ _ ___ _____ | |
/ ___| _ \| | / _ \ |___ / | |
| | _| |_) | | _____| | | | |_ \ |
I hereby claim:
To claim this, I am signing this object:
Last updated 26 November 2020
Disclaimer: I have personally tested every step of this. However, I'm not responsible for anything you do.
There's a Reddit thread for this laptop.
M
is your modifier key (Alt, Win, etc.)M-T - Swap the last 2 words
M-U - Capitalize all characters from cursor to next space
M-R - Undo any changes to a command pulled from history (like with UP-ARROW
)
a ("a-ee", "a" like in "aha")
bee
cee ("c" pronounced like "ts" in "its")
dee
e ("ay-ee", "ay" like in "day")
This file was last updated on July 11th, 2020.
{user}, welcome to {server}! Please use `?iwillabidebyallserverrules yourname yourprogram` here to get started!
By doing so, you acknowledge that you have read this message in its entirety and agree to abide by all server rules. Note that you will be kicked out if you enter inappropriate info. This includes that `yourname` must be your *actual* firstname, or firstname and last initial.
Use `?ranks` to show all programs, and `?rules` to show all server rules.
If you are not in any of the listed programs, please choose `spy` :)
#!/bin/bash | |
start=$1 | |
case "$2" in | |
"") end=$1 ;; | |
*) end=$2 ;; | |
esac | |
start=$(date -d $start '+%Y-%m-%d') | |
end=$(date -d $end '+%Y-%m-%d') | |
[ -d Dilberts ] || mkdir Dilberts |
You'll need to have Dislocker installed, obviously. You'll also need accessible folders at /media/bitlocker/dislocker-file
and /media/bitlockermount
mkdir -p ~/scripts && wget +x https://gist.github.com/Raymo111/964f8c5943a64919a324b5f92ac5874b/raw/72d3b9c23189e0e1a55de7aab22578773b8f133c/dislocker.sh ~/scripts/dislocker.sh