Skip to content

Instantly share code, notes, and snippets.

View kenny1har's full-sized avatar

Kenny Hartono kenny1har

View GitHub Profile
cat ~/.ssh/authorized_keys | sshcommand acl-add dokku user
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -sSL https://get.docker.com/ | sh
npm install -g react-native-cli forever
apt-get update && apt-get install default-jdk lib32stdc++6 lib32z1
cd /opt
wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
tar -xvzf android-sdk_r24.4.1-linux.tgz
nano ~/.bashrc
export ANDROID_HOME=/opt/android-sdk-linux
export PATH=$PATH:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools
e2fsck -f /dev/xvdg
resize2fs -M -p /dev/xvdg
dd bs=16M if=/dev/xvdg of=/dev/xvdf count=300
resize2fs -p /dev/xvdf
e2fsck -f /dev/xvdf
<?php
$contentFile = 'faq.txt';
if (isset($_POST['content'])) {
file_put_contents($contentFile, $_POST['content']);
}
$content = '';
if (file_exists($contentFile)) {
$content = file_get_contents($contentFile);
@kenny1har
kenny1har / ce invalid password
Created September 25, 2014 09:08
ce invalid password
var data1 = { 'user[email]':'aaa@bbb.com', 'user[password]':'mypassword' };
$.ajax({
type: "POST",
url: "some.php",
data: data1
})
.done(function( msg ) {
var success = true;
if (msg.indexOf('Invalid email or password.') > -1) {
success = false;
@kenny1har
kenny1har / gist:0601c04c718082e03665
Created May 24, 2014 18:02
Digital Ocean 2GB singapore unixbench
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
@kenny1har
kenny1har / gist:8812859cb60b14717bcf
Created May 24, 2014 17:26
Linode 2GB japan unixbench
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
@kenny1har
kenny1har / gist:7b8e72b90a3a96501cad
Last active August 29, 2015 14:01
Digital Ocean 1GB singapore unixbench
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,