Skip to content

Instantly share code, notes, and snippets.

View d6rkaiz's full-sized avatar

Isao Sugimoto d6rkaiz

View GitHub Profile
@d6rkaiz
d6rkaiz / gist:899573
Created April 2, 2011 15:28
sadakane%public key
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAzxNO8rCKMCu8rdgQY5XBTP1DhCAM6Tdk/1egAUIpqRjHr6nFEOk7qR1Zp3Qi+ZrDapm6PbHwv0hcdaBpoytLSz7oMlncyosn6GYZkKKSGzFN4Qo//s8+IjY2JhhAdIrqkcglzpVyZIih5MlMFjJ4To65l8OMmBWjn50eBKAZqo8= sadakanemotoi
cd htdocs
git clone git://github.com/sinsai/Ushahidi_Web.git ushahidi
<VirtualHost *:80>
ServerName %u.sinsai.info
ServerAdmin webmaster@sinsai.info
DocumentRoot /home/%u/htdocs/
LogLevel warn
ErrorLog /home/%u/logs/error.log
CustomLog /home/%u/logs/access.log combined
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
www-data 26214 3.7 8.8 1021892 673584 ? S 11:46 0:31 /usr/sbin/apach
www-data 26220 0.1 0.6 285272 47384 ? S 11:48 0:00 /usr/sbin/apach
www-data 26226 5.2 8.8 1021892 673484 ? S 11:50 0:31 /usr/sbin/apach
www-data 26230 0.0 0.1 249360 13928 ? S 11:51 0:00 /usr/sbin/apach
www-data 26239 0.0 0.2 250660 16232 ? S 11:54 0:00 /usr/sbin/apach
cd htdocs
git clone git@github.com:sinsai/Ushahidi_Web.git ushahidi
$ uname
Darwin
$ mount
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
/dev/disk1s2 on /Volumes/TimeMachine (hfs, local, nodev, nosuid, journaled)
$ ruby -e 'p (Dir.glob "/a", File::FNM_CASEFOLD)'
[]
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
stepping : 11
cpu MHz : 2660.012
cache size : 4096 KB
fpu : yes
@d6rkaiz
d6rkaiz / gist:973128
Created May 15, 2011 12:57
aws micro
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
stepping : 10
cpu MHz : 2666.758
cache size : 6144 KB
fpu : yes
$ ls -al
total 8
drwx------ 2 d6rkaiz users 4096 2011-05-25 01:25 .
drwxrwxrwt 9 root root 4096 2011-05-25 12:17 ..
srwxr-xr-x 1 d6rkaiz users 0 2011-05-25 01:25 agent.4315
<?php
$feed_url = "http://tasukeai.heroku.com/all.xml";
ini_set("user_agent","Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)");
ini_set("max_execution_time", 0);
ini_set("memory_limit", "10000M");
$rss = simplexml_load_file($feed_url);
print_r($rss);