This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dhanuxe@plox:~$ mkdir ~/local2 | |
dhanuxe@plox:~$ cd ~/local2/ | |
dhanuxe@plox:~/local2$ wget -c http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p180.tar.bz2 | |
dhanuxe@plox:~/local2$ tar -xf ruby-1.9.2-p180.tar.bz2 | |
dhanuxe@plox:~/local2$ cd ruby-1.9.2-p180 | |
dhanuxe@plox:~/local2/ruby-1.9.2-p180$ ./configure --prefix=/home/dhanuxe/local2/ruby | |
dhanuxe@plox:~/local2/ruby-1.9.2-p180$ make | |
================cut=========== | |
No definition for rb_io_print |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!/usr/bin/env python | |
import tweepy | |
CONSUMER_KEY = 'Cud4jdfAAwf9hKnAERjjvg' | |
CONSUMER_SECRET = 'lzRScymdaUanhVq5k7PrTQKM77EtH8yFN6kvhkRn0QA' | |
auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET) | |
auth_url = auth.get_authorization_url() | |
print 'Please authorize: ' + auth_url |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/X11/xorg.conf | |
# Created by KNOPPIX # Delete this line if you don't want KNOPPIX to overwrite your /etc/X11/xorg.conf | |
Section "ServerLayout" | |
Identifier "XFree86 Configured" | |
Screen 0 "Screen0" 0 0 | |
# Since evdev, manual keyboard/mice entries are mostly ignored: | |
# Keyboard auto-probed | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(11:26:44) x-deanet: wes tau nyobo hadoop mbah ? | |
(11:27:01) Ferik Fathun Najah: aku dong bar adus juga mesti nganggo hadoop | |
(11:28:00) x-deanet: kwkw | |
(11:28:12) x-deanet: kui kulit wedhus | |
(11:28:20) x-deanet: bar dikelet i | |
(11:28:24) x-deanet: kulit e | |
(11:28:37) x-deanet: terus di pepe | |
(11:28:48) x-deanet: hadoop e dimasak | |
(11:28:54) x-deanet: gule hadoop | |
(11:28:57) x-deanet: maknyusss |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@tera [~]# /scripts/installpostgres | |
This script will install PostgreSQL 7.3.x or later | |
If you have an older version installed you wil need to | |
Dump your databases to a file and then restore them | |
after the install as 7.3.x is not backwards compatible. | |
If you do not have any databases, you can just run: | |
mv /var/lib/pgsql /var/lib/pgsql.old | |
/sbin/service postgresql stop | |
/sbin/service postgresql start | |
to force creating a 7.3.x style setup. Do not do this if |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Edit /var/cpanel/easy/apache/profile/makecpphp.profile.yaml | |
ubah value : | |
Cpanel::Easy::PHP5::Pgsql: 1 | |
2. eksekusi /scripts/makecpphp | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@oberon [~]# /scripts/pkgacct aqiqah | |
pkgacct started. | |
pkgacct version 10 - user : aqiqah - tarball: 1 - target mysql : default - split: 0 - incremental: 0 - homedir: 1 - archive version: 3 - running with uid 0 | |
pkgacct working dir : /home/cpmove-aqiqah | |
Copying Reseller Config...Done | |
Copying Suspension Info (if needed)...Done | |
Copying SSL Certificates, CSRS, and Keys...Done | |
Copying Domain Keys....Done | |
Copying Counter Data....Done | |
Copying Bandwidth Data......aqiqahaqilah.com-all-peak.rrd....aqiqah-imap-peak.rrd....aqiqahaqilah.com-http-peak.rrd....aqiqah-pop3-peak.rrd....aqiqah-pop3-rate.rrd....aqiqah-imap-rate.rrd....mail.aqiqahaqilah.com....aqiqah-smtp-rate.rrd....mail.aqiqahaqilah.com-all-peak.rrd....aqiqahaqilah.com-http-rate.rrd....mail.aqiqahaqilah.com-http-peak.rrd....aqiqah-ftp-rate.rrd....aqiqah-http-peak.rrd....aqiqah-smtp-peak.rrd....aqiqahaqilah.com-all-rate.rrd....aqiqah-ftp-peak.rrd....aqiqah-all-rate.rrd....aqiqahaqilah.com....mail.aqiqahaqilah.com-http-rate.rrd....aqiqah-all-peak.rrd....mail.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## INSTALL uploadprogress dari pecl.php.net | |
masuk ke WHM, klik Module installer, pilih manage pecl, search upload progress lalu klik install. hasil ada di log-uploadprogress.txt | |
lalu kopi extension.so ke path lib yg dipake | |
root@neptune [~]# cp -a /usr/lib/php/extensions/no-debug-non-zts-20060613/uploadprogress.so /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ | |
root@neptune [~]# php -m | grep upload | |
PHP: Error parsing /usr/local/lib/php.ini on line 790 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.1$ cat filter.txt | |
[Adblock Plus 1.1] | |
! Checksum: CrhVbpiiXMGMRPg7bglwqQ | |
||static.4shared.com/images/* | |
||static.4shared.com^ | |
||creative.ak.fbcdn.net/v41818/flyers/96/3/* | |
||creative.ak.fbcdn.net^ | |
||kad.kaskus.us/banner/view/23/4/* | |
||http://photos-b.ak.fbcdn.net/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
428 wget -c http://oss.oetiker.ch/rrdtool/pub/libs/pixman-0.10.0.tar.gz | |
430 tar -xvf pixman-0.10.0.tar.gz | |
431 cd pixman-0.10.0 | |
443 ./configure | |
444 make | |
445 make install | |
419 wget -c http://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz |
OlderNewer