Halaman

Sabtu, 30 November 2013

A (relatively easy to understand) primer on elliptic curve cryptography

. Sabtu, 30 November 2013 .

http://arstechnica.com/security/2013/10/a-relatively-easy-to-understand-primer-on-elliptic-curve-cryptography/

(Read More..)

Dissecting the GZIP format

.

http://www.infinitepartitions.com/art001.html

(Read More..)

Most complex ASCII fluid - Honorable mention

.

http://www.ioccc.org/2012/endoh1/hint.html

(Read More..)

Kano: A computer anyone can make

.

http://www.kickstarter.com/projects/alexklein/kano-a-computer-anyone-can-make

(Read More..)

resumable.js A JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API

.

A JavaScript library providing multiple simultaneous, stable
and resumable uploads via the HTML5 File API
http://resumablejs.com/

(Read More..)

List of Free Programming Books

.

http://resrc.io/list/10/list-of-free-programming-books/

(Read More..)

Forensic Memory Analysis And Techniques For Windows, Linux And Mac OS

.

http://blog.hackersonlineclub.com/2013/11/forensic-memory-analysis-and-techniques.html

(Read More..)

MySQL Utilities: copy, replicate, show, failover… over and over again.

.

http://mysqlmed.wordpress.com/2013/11/28/mysql-utilities-copy-replicate-show-failover-over-and-over-again/

(Read More..)

Percona MySQL Monitoring Template for Cacti¶

.

http://www.percona.com/doc/percona-monitoring-plugins/cacti/mysql-templates.html

(Read More..)

Cluster Computing for $0.27/hr using Amazon EC2 and IPython Notebook

.

http://badhessian.org/2013/11/cluster-computing-for-027hr-using-amazon-ec2-and-ipython-notebook/

(Read More..)

Bypassing Seagate ATA Security Lock

.

http://hackaday.com/2013/11/29/bypassing-seagate-ata-security-lock/

http://blacklotus89.wordpress.com/2013/11/27/ata-security-lock-2/

(Read More..)

Windows CE BSP for Raspberry Pi

.

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=56&t=58259

(Read More..)

ZeroMQ via C#: Introduction

.

ZeroMQ via C#: Introduction

http://www.codeproject.com/Articles/488207/ZeroMQ-via-Csharp-Introduction

(Read More..)

Minggu, 24 November 2013

How to add VIPs to Percona XtraDB Cluster or MHA with Pacemaker

. Minggu, 24 November 2013 .

http://www.mysqlperformanceblog.com/2013/11/20/add-vips-percona-xtradb-cluster-mha-pacemaker/

(Read More..)

Manage Your Configs with vcsh

.

http://www.linuxjournal.com/content/manage-your-configs-vcsh

(Read More..)

videoconverter.js is a program that lets you process videos in your browser.

.

http://bgrins.github.io/videoconverter.js/

(Read More..)

Advanced R programming

.

http://adv-r.had.co.nz/

(Read More..)

htshells

.

htshells

htshells is a series of web based attacks based around the .htaccess files. Most of the attacks are centered around two attack categories. Remote code/command execution and information disclosure. These attacks are intended for use during penetration tests or security assessments. It was created to get shell in a CMS that restricted uploads based on extension and placed each uploaded file in it's own directory.

 https://github.com/wireghoul/htshells

http://www.justanotherhacker.com/projects/htshells/

http://www.justanotherhacker.com/projects/htshells/tutorial.html

(Read More..)

Polymer

.

declarative, encapsulated, reusable components

https://html5-demos.appspot.com/static/cds2013/index.html#1

(Read More..)

deadbeef_character.py python

.

https://gist.github.com/rspeer/7559750

(Read More..)

Light-Speed Analytics with Redis Bitmaps and Lua

.

Light-Speed Analytics with Redis Bitmaps and Lua
http://tech.bellycard.com/blog/light-speed-analytics-with-redis-bitmaps-and-lua

Kicking ass with redis

http://www.slideshare.net/dvirsky/kicking-ass-with-redis


Fast, easy, realtime metrics using Redis bitmaps

 http://blog.getspool.com/2011/11/29/fast-easy-realtime-metrics-using-redis-bitmaps/

 

Lua: A Guide for Redis Users

http://blog.getspool.com/2011/11/29/fast-easy-realtime-metric

Snappy Dashboards with Redis

http://blog.togo.io/how-to/snappy-dashboards-with-redis/

s-using-redis-bitmaps/


(Read More..)

Minggu, 17 November 2013

Throwing Star LAN Tap

. Minggu, 17 November 2013 .

http://greatscottgadgets.com/throwingstar/

(Read More..)

Getting a Shell on any Android Device

.

http://hackaday.com/2013/11/17/getting-a-shell-on-any-android-device/

http://greatscottgadgets.com/infiltrate2013/

(Read More..)

Hacking Chrome DevTools

.

https://medium.com/p/8c8896f5cef3

(Read More..)

nginx with lua windows

.

http://nginx-win.ecsds.eu/

(Read More..)

TCP/IP and NBT configuration parameters for Windows XP

.

http://support.microsoft.com/kb/314053

(Read More..)

Lua for Perlmongers

.

http://wellington.pm.org/archive/201010/douglas-bagnall_diff-lua-perl/

(Read More..)

Java without Eclipse — 08 September, 2013

.

http://blog.z3bra.org/2013/09/java-without-eclipse.html

(Read More..)

Jumat, 15 November 2013

ImageOptim-CLI

. Jumat, 15 November 2013 .

http://jamiemason.github.io/ImageOptim-CLI/

(Read More..)

Tools for image optimization

.

http://addyosmani.com/blog/image-optimization-tools/

(Read More..)

Linux / UNIX: Generating Random Password With mkpasswd / makepasswd / pwgen

.

http://www.cyberciti.biz/faq/generating-random-password/

(Read More..)

Using the CSV module in Python

.

http://www.pythonforbeginners.com/systems-programming/using-the-csv-module-in-python/

(Read More..)

RocksDB?

.

What is RocksDB?

RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads.
RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation.

http://rocksdb.org/

(Read More..)

Parallel replication: off by one

.

http://datacharmer.blogspot.com/2013/11/parallel-replication-off-by-one.html

(Read More..)

33 projects that make developing django apps awesome

.

http://elweb.co/33-projects-that-make-developing-django-apps-awesome/

(Read More..)

WINDOWS SPOOL ENHANCEMENT

.

Getting Started with CUPS

http://osr600doc.sco.com/en/PR_admin/cups-start.html

http://www.undocprint.org/winspool/spool_files

http://www.undocprint.org/winspool/registry

http://support.microsoft.com/kb/q102966

http://www.undocprint.org/formats/winspool/spl

(Read More..)

Minggu, 10 November 2013

Making a better, somewhat prettier, but definitely more functional Windows Command Line

. Minggu, 10 November 2013 .

http://www.hanselman.com/blog/MakingABetterSomewhatPrettierButDefinitelyMoreFunctionalWindowsCommandLine.aspx

(Read More..)

clink Bringing Bash's powerful command line editing to Microsoft Windows' cmd.exe

.

 

(Read More..)

conemu-maximus5 Windows Console Emulator, Far Manager plugins

.

 

(Read More..)

AnsiEscapeCodes

.

http://code.google.com/p/conemu-maximus5/wiki/AnsiEscapeCodes

(Read More..)

Sabtu, 09 November 2013

Pentoo - Zero_Chaos

. Sabtu, 09 November 2013 .

http://www.irongeek.com/i.php?page=videos/bsidesde2013/pentoo-zero-chaos

(Read More..)

Uncloaking IP Addresses on IRC

.

http://www.irongeek.com/i.php?page=videos/bsidesde2013/1-5-uncloaking-ip-addresses-on-irc-derek-callaway-decalresponds

(Read More..)

Introducing Intelligence Into Your Malware Analysis

.

http://www.irongeek.com/i.php?page=videos/bsidesde2013/1-8-introducing-intelligence-into-your-malware-analysis-brian-baskin

(Read More..)

Wireless Penetration Testing For Realz

.

http://www.irongeek.com/i.php?page=videos/bsidesde2013/wireless-penetration-testing-for-realz-mellendick

(Read More..)

Baking, even more, Clam(AV)s for Fun & Profit. Nathan Gibbs

.

http://www.irongeek.com/i.php?page=videos/bsidesde2013/1-6-baking-even-more-clam-av-s-for-fun-profit-nathan-gibbs-christ_media

(Read More..)

Socket.IO Debugging

.

http://dailyjs.com/2013/11/08/threepinjs/

(Read More..)

Raspberry Pi Airplay Tutorial

.

http://www.raywenderlich.com/44918/raspberry-pi-airplay-tutorial

(Read More..)

Jumat, 08 November 2013

Taking backups on Percona XtraDB Cluster (without stalls!)

. Jumat, 08 November 2013 .

http://www.mysqlperformanceblog.com/2013/10/08/taking-backups-percona-xtradb-cluster-without-stalls-flow-control

(Read More..)

Handling long-running queries in MySQL with Percona XtraBackup

.

http://www.mysqlperformanceblog.com/2013/10/11/handling-long-running-queries-in-mysql-with-percona-xtrabackup

(Read More..)

Innotop: A real-time, advanced investigation tool for MySQL

.

http://www.mysqlperformanceblog.com/2013/10/14/innotop-real-time-advanced-investigation-tool-mysql/

(Read More..)

Using keepalived for HA on top of Percona XtraDB Cluster

.

http://www.mysqlperformanceblog.com/2013/10/15/using-keepalived-ha-top-percona-xtradb-cluster/

(Read More..)

Checking throughput with async MySQL replication

.

http://www.mysqlperformanceblog.com/2013/10/17/measuring-replication-throughput-percona-xtradb-cluster-wsrep_desync/

(Read More..)

How to recover an orphaned .ibd file with MySQL 5.6

.

http://www.mysqlperformanceblog.com/2013/11/05/how-to-recover-an-orphaned-ibd-file-with-mysql-5-6

(Read More..)

Sharding PHP with MySQL Fabric

.

http://schlueters.de/blog/archives/175-Sharding-PHP-with-MySQL-Fabric.html?utm_source=twitterfeed&utm_medium=laconi

(Read More..)

git cheatsheet

.

http://www.ndpsoftware.com/git-cheatsheet.html#loc=remote_repo;

(Read More..)

MariaDB CONNECT Storage Engine

.

http://serge.frezefond.com/slides/

(Read More..)

iniscan: a security scanner for php.ini

.

http://blog.phpdeveloper.org/?p=706

(Read More..)

WebRTC in the real world: STUN, TURN and signaling

.

http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/

(Read More..)

Percona Monitoring Plugins

.

http://www.percona.com/doc/percona-monitoring-plugins/index.html

(Read More..)

InfluxDB

.

An open-source, distributed, time series, events, and metrics database with no external dependencies.

 http://influxdb.org/

 

(Read More..)

LEADWERKS

.

http://www.leadwerks.com/werkspace/page/home?showbanner=0

(Read More..)

Meterpreter : Meterpreter Project Documentation

.

https://ci.metasploit.com/job/MeterpreterWinDocs/lastSuccessfulBuild/artifact/docs/html/index.html

(Read More..)

NetCrypt .NET Executable Packer

.

http://packetstormsecurity.com/files/123765

(Read More..)

Smbexec 2.0 released

.

http://www.pentestgeek.com/2013/10/23/smbexec-2-0-released/

(Read More..)

free-programming-books

.

https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md

(Read More..)

Antipwny: A Windows Based IDS/IPS for Metasploit Rohan Vazarkar & David Bitner

.

http://www.irongeek.com/i.php?page=videos/bsidesde2013/2-2-antipwny-a-windows-based-ids-ips-for-metasploit-rohan-vazarkar-david-bitner

(Read More..)

Speeding up mobile pages with mod_pagespeed and ngx_pagespeed

.

http://googledevelopers.blogspot.com/2013/11/speeding-up-mobile-pages-with.html

(Read More..)

DOS Attack Types And Tools

.

http://blog.hackersonlineclub.com/2013/11/dos-attack-types-and-tools.html

(Read More..)

Selasa, 05 November 2013

ResponsiveSlides.js v1.54

. Selasa, 05 November 2013 .

http://responsiveslides.com/

(Read More..)

MySQL Connect 2013: ps_tools

.

http://mysql.wisborg.dk/2013/10/10/mysql-connect-2013-ps_tools/

http://www.markleith.co.uk/ps_helper/

(Read More..)

Serial API

.

http://whatwg.github.io/serial/

Install Percona Server 5.6 And phpMyAdmin On Debian 7 Wheezy - See more at: http://www.unixmen.com/install-percona-server-5-6-phpmyadmin-debian-7-wheezy/?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed%3A+unixmenhowtos+%28Unixmen+Howtos+%26+Tutorials%29#sthash.vzNooLQf.dpuf
Install Percona Server 5.6 And phpMyAdmin On Debian 7 Wheezy - See more at: http://www.unixmen.com/install-percona-server-5-6-phpmyadmin-debian-7-wheezy/?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed%3A+unixmenhowtos+%28Unixmen+Howtos+%26+Tutorials%29#sthash.vzNooLQf.dpuf
Install Percona Server 5.6 And phpMyAdmin On Debian 7 Wheezy - See more at: http://www.unixmen.com/install-percona-server-5-6-phpmyadmin-debian-7-wheezy/?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed%3A+unixmenhowtos+%28Unixmen+Howtos+%26+Tutorials%29#sthash.vzNooLQf.dpuf

(Read More..)

Introducing MySQL Connector/Arduino 1.0.0 beta

.

http://drcharlesbell.blogspot.de/2013/10/introducing-mysql-connectorarduino-100.html

(Read More..)

ngx_mruby : A Fast and Memory-Efficient Web Server Extension Mechanism Using Scripting Language mruby for nginx

.

http://matsumoto-r.github.io/ngx_mruby/

(Read More..)

preconnet, prefetch, prerender

.

https://docs.google.com/presentation/d/18zlAdKAxnc51y_kj-6sWLmnjl6TLnaru_WH0LJTjP-o/present#slide=id.p19

(Read More..)

Optimizing TLS Record Size & Buffering Latency

.

http://www.igvita.com/2013/10/24/optimizing-tls-record-size-and-buffering-latency/

(Read More..)

existential type crisis : Don't Pipe to your Shell

.

http://blog.existentialize.com/dont-pipe-to-your-shell.html

(Read More..)

Apache / PHP 5.x Remote Code Execution Exploit

.

http://www.exploit-db.com/exploits/29290/

(Read More..)

SSL/TLS IN A POST-PRISM ERA

.

https://wiki.thc.org/ssl

(Read More..)

Hard disk hacking - Intro

.

http://spritesmods.com/?art=hddhack

(Read More..)

meteor-server-console

.

https://github.com/gandev-de/meteor-server-console

(Read More..)

D3.js Gallery

.

http://christopheviau.com/d3list/gallery.html

(Read More..)

Synchronise your data between MySQL and MongoDB

.

http://www.slideshare.net/datacharmer/synchronise-your-data-between-mysql-and-mongodb

(Read More..)

Raw File System Analysis (FAT32 File Recovery)

.

http://cerbero-blog.com/?p=1355

(Read More..)

Minggu, 03 November 2013

ekoparty security conference 9th edition (2013)

. Minggu, 03 November 2013 .

http://www.ekoparty.org/archivo.php

(Read More..)

EDSC - Embedded Device Security Conference - 2013

.

http://edsconf.com/speakers.html

(Read More..)

Raspberry Pi Becomes a Universal Translator

.

http://hackaday.com/2013/11/02/raspberry-pi-becomes-a-universal-translator/

(Read More..)

Instant Cell Phone Charger

.

http://www.youtube.com/watch?v=KL1N_ThFkBc

(Read More..)

Can I run Chrome Beta side by side with regular Chrome?

.

http://stackoverflow.com/questions/19350835/can-i-run-chrome-beta-side-by-side-with-regular-chrome

(Read More..)

x86 Instruction Encoding Revealed: Bit Twiddling for Fun and Profit

.

http://www.codeproject.com/Articles/662301/x86-Instruction-Encoding-Revealed-Bit-Twiddling-fo

(Read More..)

Chrome : Sample Debugging Protocol Clients

.

https://developers.google.com/chrome-developer-tools/docs/debugging-clients

(Read More..)

What you need to know about Angular SEO

.

http://www.ng-newsletter.com/posts/serious-angular-seo.html

(Read More..)

web component revolution

.

http://robdodson.me/webcomponents-revolution/#/

(Read More..)

presentasi web component

.

http://markdalgleish.github.io/presentation-web-components/

(Read More..)

trifleJS A headless Internet Explorer browser with a Javascript API. PhantomJS for the Trident engine.

.

A headless Internet Explorer browser with a Javascript API. PhantomJS for the Trident engine.

https://github.com/sdesalas/trifleJS

http://triflejs.org/

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com