Karabiner をインストール。
次の項目にチェックを入れる。
Change Key -> Pointing Device -> CursorMove to ScrollWheel -> RightClick+CursorMove to ScrollWheel
<?php | |
// Include the SDK using the Composer autoloader | |
require 'vendor/autoload.php'; | |
use Aws\CloudWatch\CloudWatchClient; | |
$client = CloudWatchClient::factory(array( | |
'key' => 'keyをね', | |
'secret' => '秘密のやつをここに', |
Karabiner をインストール。
次の項目にチェックを入れる。
Change Key -> Pointing Device -> CursorMove to ScrollWheel -> RightClick+CursorMove to ScrollWheel
Source: http://www.syahzul.com/2016/04/06/how-to-install-oci8-on-ubuntu-14-04-and-php-5-6/
Download the Oracle Instant Client and SDK from Oracle website. (Need to login in Oracle page)
http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html