Skip to content

Instantly share code, notes, and snippets.

@zonuexe
zonuexe / sangi.rb
Created September 26, 2012 11:59 — forked from atpons/sangi.rb
TMCIT Exam archives downaloder
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
# ++ TMCIT Exam Archives Downloader ++
# ++ I don't like regular expression. ++
# !! At your own risk !!
# License
# Copyright (c) 2012 atpons
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
@oogali
oogali / start-jnpr-vpn.sh
Created January 13, 2011 23:34
Shell script to connect to Juniper SSL VPNs w/o need for a browser or Java
#!/bin/sh
##
## netscreen/jnpr ssl vpn connection magic
## oogali@idlepattern.com / @oogali
##
## i wrote this about a year ago (2009), when i had continuous access
## to a jnpr ssl vpn box and had to connect via it.
##
## if bits of this script are broken, i'll be glad to fix if someone
## gives me client access to a ssl vpn box to test against.