Skip to content

Instantly share code, notes, and snippets.

View nicam's full-sized avatar

Pascal Helfenstein nicam

View GitHub Profile
@nicam
nicam / gist:77ae834c9c8e4da87374
Created February 13, 2015 07:32
Whitee Icons for Google Drive
curl https://gist.githubusercontent.com/gboudreau/fcbe40d55787cfec38b3/raw/fix-google-drive-dark-mode-icons.sh >> fix-google-drive-dark-mode-icons.sh; chmod +x fix-google-drive-dark-mode-icons.sh; ./fix-google-drive-dark-mode-icons.sh
@nicam
nicam / Shutdown Script
Created March 29, 2011 06:12
This Script can be used to start / stop instances on amazon EC2
<?php
require_once 'sdk/sdk.class.php';
$hosts = array(
'linux' => array('id' => 'i-123ee456', 'ip' => '1.2.3.4'),
'windows' => array('id' => 'i-123ee457', 'ip' => '1.2.3.5'),
);