diff options
author | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
commit | 1551dbfde0e329783174b7aa9d1ce9fc93e8470b (patch) | |
tree | 4b503c811afdf935723cbadc713133bc9046f9e0 /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..44a439f --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# David's Gist Repository +*Stay awhile and listen!* + +Here you can find all the work I've publish on Github Gist. As Gist works as a +blog service for devs and doesn't come with version control, I thought I'd put +all the work in a git repo. Some tools I wrote for gist are actually VC-worthy +projects that I really wouldn't bother making a git repo for each. + +I hope you enjoy your stay! + +## Index +- aws-ipblocks-csv: download AWS Public IP address ranges in CSV format. No + middle man involved - everything done on your browser +- toss-aws-eip: get an Elastic IP address until you get one in the range you + want +- writeups: all the write ups written up + - headless-vnc.ko: setting up a virtual X11 seat to use GUI on cloud instances + (in Korean) + - powershell-email: send emails in Powershell + - selfhosting-email: everything I want to talk about on self-hosting your own + email + +## Copyright +Unless classified otherwise, all the work I do I go by Apache-2.0. Mate, if I +make something serious, I wouldn't be posting it anywhere so feel free to do +whatever you want with whatever I post on Gist! |