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
| #!/bin/bash | |
| # | |
| # ldap This shell script takes care of starting and stopping | |
| # ldap servers (slapd and slurpd). | |
| # | |
| # chkconfig: - 27 73 description: LDAP stands for Lightweight Directory Access Protocol, used \ | |
| # for implementing the industry standard directory services. processname: slapd config: | |
| # /etc/openldap/slapd.conf pidfile: /var/run/openldap/slapd.pid | |
| # Source function library. | |
| export PATH=/usr/local/openldap2.4/bin:/usr/local/openldap2.4/sbin:/usr/local/openldap2.4/libexec:$PATH |
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
| apt-get update | |
| apt-get install -y gcc make build-essential \ | |
| libxml2-dev libcurl4-openssl-dev libpcre3-dev libbz2-dev libjpeg-dev \ | |
| libpng12-dev libfreetype6-dev libt1-dev libmcrypt-dev libmhash-dev \ | |
| freetds-dev libmysqlclient-dev unixodbc-dev \ | |
| libxslt1-dev | |
| mkdir -pv /usr/include/freetype2/freetype | |
| ln -sf /usr/include/freetype2/freetype.h /usr/include/freetype2/freetype/freetype.h | |
| wget -c -t 3 -O ./php-5.2.17.tar.gz http://museum.php.net/php5/php-5.2.17.tar.gz |
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 |
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
| ## 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
| 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
| 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@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
| (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
| # /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 | |