https://www.youtube.com/watch?v=Jk5Yad598vs
Javascript 隨手筆
shift operator ‘»’ ’«‘
value » 1 => value / 2
value « 1 => value * 2
[2014/03/16]
Apache Upgrading from 2.2 to 2.4
2014-03-14
今天剛更新完 apache ,啟動時出現錯誤訊息:
Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP.
後來發現原來是
libphp5.so included with php-apache does not work with mod_mpm_event
解決辦法:
replace
LoadModule mpm_event_module modules/mod_mpm_event.so
to
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
而且 Access rule 也有些修改
2.2 configuration:
Order deny,allow
Deny from all
2.4 configuration:
Require all denied
2.2 configuration:
Order allow,deny
Allow from all
2.4 configuration:
Require all granted
參考資料:
http://httpd.apache.org/docs/2.4/upgrading.html
Botnet
http://www.slideshare.net/lostinsecurity/iphone-botnets-fun?qid=93848f66-25f1-4578-b0ab-626051fdfa09&v=qf1&b=&from_search=48
http://www.slideshare.net/itzikk/sounds-like-botnet
http://www.slideshare.net/itzikk/turbot-a-next-generation-botnet?qid=93848f66-25f1-4578-b0ab-626051fdfa09&v=qf1&b=&from_search=45
http://www.slideshare.net/bhagath0011/botnet-architecture?qid=93848f66-25f1-4578-b0ab-626051fdfa09&v=qf1&b=&from_search=41
http://www.slideshare.net/BiniBs/study-on-botnet-architecture?qid=93848f66-25f1-4578-b0ab-626051fdfa09&v=default&b=&from_search=22
http://www.slideshare.net/sensepost/botconf-dnsbased?qid=93848f66-25f1-4578-b0ab-626051fdfa09&v=qf1&b=&from_search=2
http://www.slideshare.net/HansMichaelVarbaek/botnets-of-the-web-how-to-hijack-one?qid=93848f66-25f1-4578-b0ab-626051fdfa09&v=qf1&b=&from_search=8