Skip to content

Commit 0d66b68

Browse files
committed
fix broken gist embeds in posts
1 parent 371c7e4 commit 0d66b68

9 files changed

Lines changed: 25 additions & 8 deletions

_posts/2013-06-17-gists-on-tumblr.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ crosspost_to_medium: false
1616
---
1717
So I figured it might be useful to be able to post gists here. Turns out it's actually pretty easy thanks to soemarko
1818

19+
https://gist.github.com/soemarko/1395926
20+
1921
{% gist soemarko/1395926 %}

_posts/2013-07-13-nmap-sh-saving-precious-seconds.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ In the course of my work I end up issuing the same simple commands again and aga
2222

2323
With that in mind, here's a little bash script I threw together today to reduce the time it takes to kick off a standard (in my day to day usage) nmap scan. Hopefully you can get some use out of it.
2424

25-
{% gist alias1/5963377 %}
25+
https://gist.github.com/0xdevalias/5963377
26+
27+
{% gist 0xdevalias/5963377 %}

_posts/2013-08-03-rails-lessons-learned-the-hard-way-1-db-migrate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ Decided I will make this a regular little mini collection of things I learned th
2020

2121
Generate your model first, make all manual edits, and then only AFTER you have made all your manual edits (and double checked them), run rake db:migrate. It will save you a fair few headaches.
2222

23+
https://gist.github.com/0xdevalias/5790864
2324

24-
{% gist alias1/5790864 %}
25+
{% gist 0xdevalias/5790864 %}

_posts/2013-08-10-erpscan-automator-because-manual-is-meh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ Another quick little tool for you guys today that I hacked together to save myse
2222

2323
At time of writing, configuration is all done inside the script, with no support for command line parameters (might add them in the future)
2424

25-
{% gist alias1/6118709 %}
25+
https://gist.github.com/0xdevalias/6118709
26+
27+
{% gist 0xdevalias/6118709 %}

_posts/2013-08-29-reversing-powershell-securestring-for-fun-and-profit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ Something that I needed to do in an engagement recently and thought it might be
2424

2525
Just goes to show that no matter how secure a technology you create, in the end it all comes down to the underpaid, overworked IT staff that have to implement it, and the *managerial guidelines* that they need to work within.
2626

27-
{% gist alias1/6101928 %}
27+
https://gist.github.com/0xdevalias/6101928
28+
29+
{% gist 0xdevalias/6101928 %}

_posts/2013-11-21-vfeed-wrapper-helper-scripts-for-speed-and-efficiency.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ ln -s /path/to/vFeed/bin/vfeed_update.sh vfeed_update
3636

3737
Enjoy!
3838

39-
{% gist alias1/7554985 %}
39+
https://gist.github.com/0xdevalias/7554985
40+
41+
{% gist 0xdevalias/7554985 %}

_posts/2014-04-02-hacking-unicoins-for-fun-and-profit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ I've put together a little automagical javascript to prevent you all getting RSI
2727

2828
Enjoy your unicoins! <3 /dev/alias
2929

30-
{% gist alias1/9905949 %}
30+
https://gist.github.com/0xdevalias/9905949
31+
32+
{% gist 0xdevalias/9905949 %}

_posts/2014-05-15-java-scala-future-promise-map-headsplode.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ A side by side comparison (now that I finally got it figured out!) of [Play Fram
2323

2424
<3 /dev/alias
2525

26-
{% gist alias1/1d3b44312d8a68ddbaa5 %}
26+
https://gist.github.com/0xdevalias/1d3b44312d8a68ddbaa5
27+
28+
{% gist 0xdevalias/1d3b44312d8a68ddbaa5 %}

_posts/2015-04-20-dogedraw-now-with-more-nyaan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ Over the last few days I've been mentoring web dev at [HS.HACT.IO](http://hact.i
2525

2626
A little while (and far too long typing out pixel art as code) later, and we have nyaan hacks! You can clear a section of the screen with a solid block of colour, or better yet, stamp out some pixel art nyaan cat across the page!
2727

28-
{% gist alias1/e8bb28726a37854606ad %}
28+
https://gist.github.com/0xdevalias/e8bb28726a37854606ad
29+
30+
{% gist 0xdevalias/e8bb28726a37854606ad %}

0 commit comments

Comments
 (0)