Skip to content

Instantly share code, notes, and snippets.

View scalopus's full-sized avatar

Warun Kietduriyakul scalopus

View GitHub Profile
@scalopus
scalopus / php-build-post-script.sh
Created February 27, 2015 08:48
php-build update php.ini configuration for memory and date.timezone
sed -i.bak 's:\(memory_limit \= \)[0-9]\+M:\12048M:' php.ini
sed -i.bak 's:\;\(date\.timezone \=\):\1 Asia\/Bangkok:' php.ini
@scalopus
scalopus / TrueWifi.user.js
Created August 9, 2012 08:37
True Wifi - Autologin script
// ==UserScript==
// @name Truewifi Auto Login/Logout 2
// @version 1.01
// @author Warun Kietduriyakul, script derived from Mr.Montree Phomkam
// @namespace http://www.jomyut.net
// @description True Wifi automatic login/re-login script when time is exceed.
// @include http*://portal.trueinternet.co.th/*
// ==/UserScript==
//################################################################