This file contains 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
<?php | |
/** | |
* ForwardAuth DokuWiki Auth Plugin. | |
* | |
* @licence Public Domain, use how you wish, I don't caare. | |
* @author Alexander Dean-Kennedy | |
* @version 0.0.1 | |
*/ | |
// must be run within Dokuwiki |
This file contains 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
#!/usr/bin/env bash | |
# My simple note/journal manager. Needs fzf/vim by default. | |
set -aeuf -o pipefail | |
VERSION="0.5" | |
USAGE="Usage: note COMMAND | |
Note is a simple bash script for note creation/management. It can be extended | |
with plug-ins, or used as is. It creates notes in NOTE_BASE (~/.notes), and | |
keeps an append-only daily journal that you can add quick-notes to. |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am dstar4138 on github. | |
* I am dstar4138 (https://keybase.io/dstar4138) on keybase. | |
* I have a public key ASDUUNGlKwP6CW63Mx95aGmSSrPVYNetw7CjEWwl3061two | |
To claim this, I am signing this object: |
This file contains 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
diff --git a/cli/README.md b/cli/../README.md | |
index 458256e..ea8bc27 100644 | |
--- a/cli/README.md | |
+++ b/cli/../README.md | |
@@ -1,4 +1,4 @@ | |
-e.².U³"XÉ;³¢òœRibutEd Secure file System # | |
+# DISTRESS: DISTRibutEd Secure file System # | |
For our graduate project in Secure Data Management at the Rochester Institute | |
of Technology, we proposed a possible design for a secure collaborative |
This file contains 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
Section "ServerLayout" | |
Identifier "Layout0" | |
Screen 0 "Screen0" 0 0 | |
Screen 1 "Screen1" RightOf "Screen0" | |
Screen 2 "Screen2" RightOf "Screen1" | |
InputDevice "Keyboard0" "CoreKeyboard" | |
InputDevice "Mouse0" "CorePointer" | |
Option "Xinerama" "1" | |
EndSection |
This file contains 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/sh | |
### BEGIN INIT INFO | |
# Provides: dock-undock.sh | |
# Required-Start: $local_fs $remote_fs $bumblebeed | |
# Required-Stop: | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: | |
# Short-Description: Check if laptop is docked or undocked and change XOrg. | |
# Description: Check if laptop is docked or undocked and change XOrg config. |