Postingan

Mengatasi error unrecognise request di Linkaja

Jika ada kendala dengan status unrecognise dari link aja hal yang anda lakukan adalah : - Pastikan ada koneksi Internet. - Pastikan storage device anda cukup. - Restart Handphone. - Uninstall dan Install Aplikasi Link aja. Cara tersebut sudah saya coba dan cukup ampuh dari kendala yang dihadapi. Kalau masih ada kendala silahkan hubungi melalui situs linkaja

Error After upgrade apache ubuntu

Since it's a conffile, it's possible that it's not installed with the upgrade. To fix that  purge  it and then install it again: sudo apt-get purge libapache2-mod-php5 sudo apt-get install libapache2-mod-php5 To enable PHP, you have to run: sudo a2enmod php5 Restart the webserver after: sudo /etc/init.d/apache2 restart

Linux Malware Detect - Maldet - could not download signature data from server

[root@srv inetholic]# maldet -u Linux Malware Detect v1.4.2             (C) 2002-2013, R-fx Networks             (C) 2013, Ryan MacDonald inotifywait (C) 2007, Rohan McGovern This program may be freely redistributed under the terms of the GNU GPL v2 maldet(30339): {sigup} performing signature update check... maldet(30339): {sigup} local signature set is version 201205035915 maldet(30339): {sigup} could not download signature data from server, please try again later. add in hosts [root@srv inetholic]# vi /etc/hosts 129.121.132.46 cdn.rfxn.com 174.136.14.250 cdn.rfxn.com 129.121.182.192 cdn.rfxn.com [root@srv inetholic]# maldet -u Linux Malware Detect v1.4.2             (C) 2002-2013, R-fx Networks             (C) 2013, Ryan MacDonald inotifywait (C) 2007, Rohan McGovern This program may be freely redistributed under the terms of the GNU GPL v2 maldet(30407): {sigup} performing signature update check... maldet(30407): {

Multiple Desktop Screen 2 Monitor + 1 Ipad

Gambar
Today i can build multiple Dekstop Screen on My PC with 2 Monitor ( Laptop + Monitor Display ) and 1 Ipad Monitor  What i need : 1. Laptop 2 Monitor  - 1 Build in 1 Extended - Windows 7  - Install Air Display http://avatron.com/apps/air-display  - Ultramon http://uploaded.net/file/riww1p43/izajb.UltraMon.3.2.2.x86x64.rar 2. Ipad Jailbreak 6.0.1-6.1 :  - www.evasi0n.com , evasi0n - iOS 6.0-6.1.2 Jailbreak ( Didnt work in iOS > 6.1.3 ) - Install Zeusmos or Vshare in Cydia ( Search ).  - Install Air Display From Zeusmos or Vshare This My Screen Shoot

Defend Pushdo and Cutwail - Iptables - Proxy Reverse Server - Nginx + Naxsi

Why you are buy expensive device when all is opensource ?  Topology  Router ( 192.168.1.1 ) - Nginx Proxy Reverse + Naxsi ( 192.168.1.2 ) - Nginx Web Server ( 192.168.1.3 ) >  Nginx Proxy Reverse + Naxsi ( 192.168.1.2 )   This step how to defend Pushdo/Cutwail where i put naxsi in proxy reverse  Configure Iptables :  This block in 4 layer "POST /?ptrxcz" on this situation block pattern string "ptrxcz" [root@proxy ~]# vi /etc/sysconfig/iptables *filter :INPUT ACCEPT [12204116:2175223599] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [13308164:1687844257] -A INPUT -p tcp -m string --string "ptrxcz" --algo bm --to 65535 -j DROP COMMIT Install Nginx + Naxsi [root@proxy ~]# cd /usr/local/src/ [root@proxy ~]# wget http://nginx.org/download/nginx-x.x.xx.tar.gz  [root@proxy ~]# wget http://naxsi.googlecode.com/files/naxsi-x.xx.tar.gz  [root@proxy ~]# tar xvzf nginx-x.x.xx.tar.gz  [root@proxy ~]# tar xvzf naxsi-x.xx.tar.gz  [root

Pushdo and CutWail - Iptables + Nginx + Naxsi

Firewall - Server ( Iptables ) - Nginx + Naxsi Analysis of Impact to High Load CPU  - with spam and there is the largest botnet in terms of the amount of infected hosts. Im put this article where is ive got million parameter POST 67.248.43.182 - - [25/Mar/2013:23:23:31 +0700] "POST /?ptrxcz_EEEFFFFFFFFFFGGGGGGGGGGHHHHHHH HTTP/1.1" 404 564 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" 190.25.79.166 - - [25/Mar/2013:23:23:31 +0700] "POST / HTTP/1.1" 302 5 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" 190.118.16.50 - - [25/Mar/2013:23:23:31 +0700] "POST /?ptrxcz_effffffffgggggggghhhhhhhhhiiii HTTP/1.1" 404 564 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" 189.164.7.205 - - [25/Mar/2013:23:23:31 +0700] "POST /?ptrxcz_tx147AEHLORVYbehkosvz259CFJNQT HTTP/1.1" 404 564 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV

OJS and Nginx

Im decide to put web server nginx to OJS , make some rewrite there is problem with preety url with OJS as you can see here : http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=9135 and  it must be : disable_path_info = On but i dont want it ,  and then i try to search google and this the link usage for me : http://coolpandaca.wordpress.com/2012/12/07/migrate-ojs-to-nginx-from-apache/ Great article and there is 2 point when value path_info and scriptname : null ...     how to made rewrite in full configuration nginx.conf ? #---------------------------------------------------------------------- # Events Module # #   http://wiki.nginx.org/NginxHttpEventsModule # #---------------------------------------------------------------------- events {     worker_connections  1024; } #---------------------------------------------------------------------- # HTTP Core Module # #   http://wiki.nginx.org/NginxHttpCoreModule # #------------------------------------------------------