Dedetok: My Experience Notes

My Experience Notes These pages contain my experiences using technology. All of the works are working properly at the time when they wrote. You may use them for any purposes.

Monday, October 31, 2016

Android Studio 2.2.2: failed to find Build Tools revision 25

›
 This is very annoying! Every time you update your Android SDK Build-tools (for example 24.0.3 to 25), you need to edit your project configu...
Friday, October 28, 2016

Debian Jessie: installing OpenJDK-8, Mysql JDBC and PostgreSQL JDBC

›
Install all packages: # apt-get install openjdk-8-jdk libmysql-java libpostgresql-jdbc-java libpostgresql-jdbc-java-doc Note: openjdk-...
Thursday, October 27, 2016

Script Kiddies to use hydra

›
 This is intended for Education purpose! After researching how to defend our network, I want to share how to perform what they are doing. It...
Tuesday, October 25, 2016

fail2ban: autoreporting attack to www.abuseipdb.com

›
Create file /etc/fail2ban/action.d/abuseipdb.conf # Fail2Ban configuration file # # Author: IGAM Muliarsa # # # Action to report IP addres...
Thursday, October 13, 2016

PHP >= 5.5: password hashing

›
To hash password (using default algorithm bcrypt) $mypass = "password"; $myhash = password_hash($mypass, PASSWORD_DEFAULT); T...
‹
›
Home
View web version
Powered by Blogger.