Skip to content
View Andrewpk's full-sized avatar
🐶
wat
🐶
wat
  • wat
  • Royal Oak, Michigan
Block or Report

Block or report Andrewpk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. AKTemplate AKTemplate Public

    A super simple php templating library for learning. So simple, you probably can just look at how this code works and do it yourself.

    PHP

  2. Microsoft--SQL-Server--ODBC-Driver-1.0-for-Linux-Fixed-Install-Scripts Microsoft--SQL-Server--ODBC-Driver-1.0-for-Linux-Fixed-Install-Scripts Public

    Microsoft SQL Server ODBC Driver 1.0 for Linux Fixed Install Scripts

    Shell 31 16

  3. wtf juniper. Anyone else find it ir... wtf juniper. Anyone else find it irritating that junos pulse services and pulse tray must always running in OS X regardless of whether or not you're currently connected? Yeah, me too. I added the following as aliases to my shell to fix this problem. Be sure to change your /Library/LaunchAgents/net.juniper.pulsetray.plist file to reflect the `KeepAlive` key being set to `<false/>` as well, otherwise the tray will just keep re-launching!
    1
    #################################################################################
    2
    # start and stop the vpn from the command line from now on with these two commands
    3
    # or rename the aliases as you see fit.
    4
    #################################################################################
    5
    alias startvpn="sudo launchctl load -w /Library/LaunchDaemons/net.juniper.AccessService.plist; open -a '/Applications/Junos Pulse.app/Contents/Plugins/JamUI/PulseTray.app/Contents/MacOS/PulseTray'"