Skip to content

Instantly share code, notes, and snippets.

View judgej's full-sized avatar

Jason Judge judgej

View GitHub Profile
@dlively1
dlively1 / gist:5858513
Last active December 26, 2021 17:36
Sugar 7 Web Services using Guzzle PHP
<?php
require_once 'vendor/autoload.php';
use Guzzle\Http\Client;
$user = '<<user>>';
$password = '<<password>>';
$url = '<<baseurl>>/rest/v10/';
$client = new Client($url);
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"