Skip to content

Instantly share code, notes, and snippets.

View kamaln7's full-sized avatar
🥑
consuming copious amounts of avocado

Kamal Nasser kamaln7

🥑
consuming copious amounts of avocado
View GitHub Profile
@kamaln7
kamaln7 / global-protect.sh
Last active April 9, 2020 14:08 — forked from kaleksandrov/global-protect.sh
Simple script that starts and stops GlobalProtect.app on Mac OSX.
#!/bin/bash
gpstart()
{
echo "Starting GlobalProtect..."
launchctl load /Library/LaunchAgents/com.paloaltonetworks.gp.pangpa.plist
launchctl load /Library/LaunchAgents/com.paloaltonetworks.gp.pangps.plist
}
gpstop()
@kamaln7
kamaln7 / migration.php
Last active December 17, 2015 19:49 — forked from clone1018/migration.php
<?php
use Illuminate\Database\Migrations\Migration;
class ImproveCfs extends Migration
{
/**
* Run the migrations.
*