Halaman

Minggu, 29 Desember 2013

A chain is only as strong as its weakest link – DNS Hijack Monitoring

. Minggu, 29 Desember 2013 .

https://www.corelan.be/index.php/2013/12/29/a-chain-is-only-as-strong-as-its-weakest-link-dns-hijack-monitoring/
https://github.com/corelan/dnshjmon

(Read More..)

.har viewer

.

http://www.softwareishard.com/har/viewer/

(Read More..)

Font Awesome

.

http://fontawesome.io/

(Read More..)

NetExport : NetExport is a Firebug extension that allows exporting all collected and computed data from the Net panel. The structure of the created file uses HTTP Archive (HAR) format (based on JSON).

.

NetExport is a Firebug extension that allows exporting all collected and computed data from the Net panel. The structure of the created file uses HTTP Archive (HAR) format (based on JSON).

http://www.softwareishard.com/blog/netexport/

(Read More..)

Immutability, MVCC, and garbage collection

.

http://www.xaprb.com/blog/2013/12/28/immutability-mvcc-and-garbage-collection
http://blogs.msdn.com/b/pathelland/archive/2007/06/14/accountants-don-t-use-erasers.aspx

(Read More..)

Sabtu, 28 Desember 2013

bNarly :bNarly (browser narly) is a browser exploitation/exploration tool. bNarly is essentially a windbg <--> javascript bridge.

. Sabtu, 28 Desember 2013 .

bNarly (browser narly) is a browser exploitation/exploration tool. bNarly is essentially a windbg <--> javascript bridge.
https://github.com/d0c-s4vage/bnarly

(Read More..)

3 Months of Meterpreter

.

http://buffered.io/posts/3-months-of-meterpreter/

(Read More..)

Working With IndexedDB - Part 3

.

http://dev.tutsplus.com/tutorials/working-with-indexeddb-part-3--net-36220

(Read More..)

Optimizing NGINX TLS Time To First Byte (TTTFB)

.

http://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/

(Read More..)

Exploit Protection for Microsoft Windows

.

http://www.welivesecurity.com/2013/12/13/exploit-protection-for-microsoft-windows/

(Read More..)

Multi-Core Compression tools

.

http://askubuntu.com/questions/258202/multi-core-compression-tools

(Read More..)

Rabu, 25 Desember 2013

Grunt for People Who Think Things Like Grunt are Weird and Hard

. Rabu, 25 Desember 2013 .

http://24ways.org/2013/grunt-is-not-weird-and-hard/

(Read More..)

Exploring canvas drawing techniques

.

http://perfectionkills.com/exploring-canvas-drawing-techniques/

(Read More..)

Renaming database schema in MySQL

.

http://www.mysqlperformanceblog.com/2013/12/24/renaming-database-schema-mysql/

(Read More..)

Intro to Shadow DOM

.

http://dev.tutsplus.com/tutorials/intro-to-shadow-dom--net-34966

(Read More..)

How to Hack the Developer Console to be Needlessly Interactive

.

https://konklone.com/post/how-to-hack-the-developer-console-to-be-needlessly-interactive

(Read More..)

Protect Your Ports with a Reverse Proxy

.

(Read More..)

Live Build a Custom Kali ISO

.

http://docs.kali.org/downloading/live-build-a-custom-kali-iso

(Read More..)

oracle_fdw : A Foreign Data Wrapper for Oracle

.

Description
Provides a Foreign Data Wrapper for easy and efficient access to Oracle databases, including pushdown of WHERE conditions as well as comprehensive EXPLAIN and ANALYZE support.
 
http://pgxn.org/dist/oracle_fdw/

(Read More..)

Sabtu, 21 Desember 2013

Crazy POWERFUL Bash Prompt

. Sabtu, 21 Desember 2013 .

http://www.askapache.com/linux/bash-power-prompt.html

(Read More..)

What is CMatrix? =-)

.


CMatrix is a program I wrote one evening because I didn't want to have to run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie.  If you haven't seen this movie and you are a fan of computers or sci-fi in general, go see this movie!!!  I have seen it twice, and I'm pondering seeing it again before it comes out on VHS.
Cmatrix is written in ncurses under Linux, and should compile on other OSes with few modifications.  I  am always interested to hear from people who use this program and any modifications they make to it! CMatrix is distributed via the GNU GPL, please see the COPYING file or  the GNU Project homepage  for more information.


http://www.asty.org/cmatrix/

(Read More..)

# Play alarm.wav once site is back.

.

while ! curl -m 10 http://www.example\.com/ ; do echo still down ; sleep 10 ; done ; play alarm.wav # Play alarm.wav once site is back.

(Read More..)

Optimizer Enhancements in MySQL 5.7

.

http://www.tocker.ca/2013/10/18/optimizer-enhancements-in-mysql-5.7.html

(Read More..)

Linux performance tuning tips for MySQL

.

http://www.mysqlperformanceblog.com/2013/12/07/linux-performance-tuning-tips-mysql/

(Read More..)

ARP poisoning with Python

.

http://danmcinerney.org/arp-poisoning-with-python-2/

(Read More..)

10 Free eBooks For Linux Beginners!

.

http://efytimes.com/e1/fullnews.asp?edid=120708

(Read More..)

50 Free eBooks On Python!

.

http://efytimes.com/e1/fullnews.asp?edid=117094

(Read More..)

Bypassing Adobe Reader Sandbox with Methods Used In The Wild

.

https://community.rapid7.com/community/metasploit/blog/2013/12/20/bypassing-the-reader-sandbox-like-in-the-wild

(Read More..)

Jumat, 20 Desember 2013

simple css spinner

. Jumat, 20 Desember 2013 .

http://tobiasahlin.com/spinkit/

(Read More..)

Mengecek Signal Strength (Kuat Sinyal) Operator dengan AT Command dan Delphi

.

http://saptaji.com/2013/01/20/mengecek-signal-strength-kuat-sinyal-operator-dengan-at-command-dan-delphi/

(Read More..)

Analysis of PayPal’s Node-vs-Java benchmarks :

.

https://vividcortex.com/blog/2013/12/09/analysis-of-paypals-node-vs-java-benchmarks/

(Read More..)

The Universal Scalability Law (USL) : How to Quantify Scalability

.

http://www.perfdynamics.com/Manifesto/USLscalability.html

(Read More..)

Efficient String Concatenation in Python

.

http://www.skymind.com/~ocrow/python_string/

(Read More..)

AbsurdJS or Why I Wrote My Own CSS Preprocessor

.

http://dev.tutsplus.com/tutorials/absurdjs-or-why-i-wrote-my-own-css-preprocessor--net-36003

(Read More..)

Understanding the Real-World Performance of your Web Application Across IE11 and Other Browsers

.

http://blogs.msdn.com/b/ie/archive/2013/12/12/understanding-the-real-world-performance-of-your-web-application-across-ie11-and-other-browsers.aspx

(Read More..)

DOSBox for Google Chrome™

.

https://chrome.google.com/webstore/detail/dosbox-for-google-chrome/jhceknlmaggijlkkcemdaghpniimajhd

(Read More..)

Data Structure Visualizations

.

http://www.cs.usfca.edu/~galles/visualization/Algorithms.html

(Read More..)

CocoaSPDY: SPDY for iOS / OS X

.

https://blog.twitter.com/2013/cocoaspdy-spdy-for-ios-os-x

(Read More..)

Koa next generation web framework for node.js

.

http://koajs.com/

(Read More..)

Sabtu, 14 Desember 2013

optimizing network performance

. Sabtu, 14 Desember 2013 .

https://docs.google.com/presentation/d/1omz7uv3CLR4fE1kRbVl1_t55XLcVXtW1pAV0-HoW6xQ/present#slide=id.p19

(Read More..)

websocketd

.

websocketd



Like inetd, but for WebSockets. Turn any application that uses STDIO/STDOUT into a WebSocket server.

(Read More..)

What You May Not Know About the Z-Index Property

.

http://dev.tutsplus.com/articles/what-you-may-not-know-about-the-z-index-property--webdesign-16892

(Read More..)

Default HTTPS linked in

.

http://engineering.linkedin.com/https/default-https

(Read More..)

300ms tap delay, gone away

.

http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away

(Read More..)

Detecting and Exploiting XSS with Xenotix XSS Exploit Framework

.

http://www.exploit-db.com/wp-content/themes/exploit/docs/21223.pdf

(Read More..)

toolsmith: Hey Lynis, Audit This

.

http://holisticinfosec.blogspot.com/2013/12/toolsmith-hey-lynis-audit-this.html

(Read More..)

The Art of Keylogging with Metasploit & Javascript

.

https://community.rapid7.com/community/metasploit/blog/2012/02/21/metasploit-javascript-keylogger

(Read More..)

SSL/TLS IN A POST-PRISM ERA

.

https://wiki.thc.org/ssl#BrowserManufactureFailedUs

(Read More..)

Mona 101: a Global Samsung DLL

.

http://jbremer.org/mona-101-a-global-samsung-dll/

(Read More..)

What if you could use Chrome DevTools with Mozilla Firefox?

.

http://kenneth.io/blog/2013/12/09/what-if-you-could-use-chrome-devtools-with-firefox/

(Read More..)

Minggu, 08 Desember 2013

mona.py – the manual

. Minggu, 08 Desember 2013 .

https://www.corelan.be/index.php/2011/07/14/mona-py-the-manual/

(Read More..)

Sabtu, 07 Desember 2013

htaccess to nginx converter

. Sabtu, 07 Desember 2013 .

http://winginx.com/htaccess

(Read More..)

Getting to the Content You Want, Faster in IE11

.

http://blogs.msdn.com/b/ie/archive/2013/12/04/getting-to-the-content-you-want-faster-in-ie11.aspx

(Read More..)

An introduction to SVG animation

.

http://bigbitecreative.com/introduction-svg-animation/

(Read More..)

Module ngx_http_split_clients_module

.

huh, turns out Nginx has a native module for doing split (A/B) testing: http://t.co/RfSkhwKH5P - handy.
http://nginx.org/en/docs/http/ngx_http_split_clients_module.html

(Read More..)

Bypassing Internet Explorer’s Anti-Cross Site Scripting Filter

.

https://blog.whitehatsec.com/internet-explorer-xss-filter/

(Read More..)

Linux: Prevent From Using Or Reuse Same Old Passwords

.

http://www.cyberciti.biz/tips/how-to-linux-prevent-the-reuse-of-old-passwords.html

(Read More..)

Lawnchair

.

http://brian.io/lawnchair/

(Read More..)

Super simple websockets client/server using Python. Compatible with the draft 76 challenge/response.

.

https://gist.github.com/geoffb/616117

(Read More..)

Multiprocess Firefox

.

http://billmccloskey.wordpress.com/2013/12/05/multiprocess-firefox/

(Read More..)

Differences Between UEFI and BIOS

.

http://www.maketecheasier.com/differences-between-uefi-and-bios

(Read More..)

Cloud9 IDE

.


You can clone with HTTPS, or Subversion.
Cloud9 IDE - The modern IDE built on Node, JavaScript and HTML5. This is the OSS component of the broader service option at c9.io

(Read More..)

Jumat, 06 Desember 2013

dispatch-proxy

. Jumat, 06 Desember 2013 .

Combine multiple internet connections, increase your overall download speed
 
 

(Read More..)

Instant Inkjet Circuits with Silver Nanoparticle Ink

.

http://hackaday.com/2013/12/05/instant-inkjet-circuits-with-silver-nanoparticle-ink/

(Read More..)

Announcing a prettier noping [ping]

.

http://anarcat.koumbit.org/2013-12-03-announcing-prettier-noping

(Read More..)

Award BIOS Patching

.

https://sites.google.com/site/pinczakko/award-bios-patching

(Read More..)

Dr Sergei Skorobogatov [hardware hacking]

.

http://www.cl.cam.ac.uk/~sps32/

(Read More..)

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..)

Selasa, 15 Oktober 2013

kumpulan botnet

. Selasa, 15 Oktober 2013 .

http://www.4shared.com/folder/HUhp8kSM/BotNet.html

(Read More..)

Setting up a basic Lua installation on Windows

.

http://www.thijsschreijer.nl/blog/?p=772

(Read More..)

Senin, 14 Oktober 2013

Creating a Root File System for Linux on OMAP35x - Texas Instruments Wiki (JFFS2)

. Senin, 14 Oktober 2013 .

http://processors.wiki.ti.com/index.php/Creating_a_Root_File_System_for_Linux_on_OMAP35x

(Read More..)

Rabu, 09 Oktober 2013

lapis refrence (openresty)

. Rabu, 09 Oktober 2013 .

http://leafo.net/lapis/reference.html

(Read More..)

Minggu, 06 Oktober 2013

gevent For the Working Python Developer

. Minggu, 06 Oktober 2013 .

http://sdiehl.github.io/gevent-tutorial/

http://www.lfd.uci.edu/~gohlke/pythonlibs/#greenlet

(Read More..)

Sabtu, 05 Oktober 2013

py-plugin

. Sabtu, 05 Oktober 2013 .

py-plugin adalah sebuah plugin sistem yg sangat simpel.

https://github.com/widnyana/py-plugin

(Read More..)

WIndows Domain Password DUMPER : Sekurlsa - mimikatz

.

http://carnal0wnage.attackresearch.com/2013/10/dumping-domains-worth-of-passwords-with.html?m=1

http://blog.gentilkiwi.com/securite/mimikatz/minidump

https://github.com/clymb3r/PowerShell/tree/master/Invoke-Mimikatz

(Read More..)

Senin, 30 September 2013

64-bit compatible Toolbar 2000 and SpTBXLib

. Senin, 30 September 2013 .

https://skydrive.live.com/?cid=83A7119830FC7582&id=83A7119830FC7582!158&sc=documents

(Read More..)

Minggu, 29 September 2013

MySQL Fabric - Sharding - Shard Maintenance

. Minggu, 29 September 2013 .

http://vnwrites.blogspot.com/2013/09/mysqlfabric-sharding-maintenance.html

(Read More..)

polimer.js

.

http://www.polymer-project.org/

(Read More..)

Extracting Tables from PDFs in Javascript with PDF.js

.

http://www.garysieling.com/blog/extracting-tables-from-pdfs-in-javascript-with-pdf-js

(Read More..)

Return-Oriented-Programming

.

http://packetstormsecurity.com/files/123360

(Read More..)

Off-By-One Exploitation Tutorial

.

http://packetstormsecurity.com/files/123361

(Read More..)

Format String Exploitation Tutorial

.

http://packetstormsecurity.com/files/123363

(Read More..)

Hook Analyser Malware Tool 2.6

.

http://packetstormsecurity.com/files/123357

(Read More..)

Stack Based Buffer Overflow Exploitation Tutorial

.

http://packetstormsecurity.com/files/123364

(Read More..)

Integer Overflow / Underflow Exploitation Tutorial

.

http://packetstormsecurity.com/files/123362

(Read More..)

Return-to-libc Tutorial

.

http://packetstormsecurity.com/files/123370

(Read More..)

Understanding C Integer Boundaries

.

http://packetstormsecurity.com/files/123371

(Read More..)

nginx-http-rdns

.

https://github.com/flant/nginx-http-rdns

(Read More..)

Queueing in the Linux Network Stack

.

http://www.linuxjournal.com/content/queueing-linux-network-stack

(Read More..)

StartSSL : Switch to HTTPS Now, For Free

.

https://konklone.com/post/switch-to-https-now-for-free

(Read More..)

Project Sonar

.

https://community.rapid7.com/community/infosec/sonar

(Read More..)

Say Hello to PowerShell

.

http://net.tutsplus.com/tutorials/asp-net/say-hello-to-powershell/

(Read More..)

1.4. What Is New in MySQL 5.7

.

http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html

(Read More..)

MySQL Server Snapshots - multi source replication

.

http://labs.mysql.com/

(Read More..)

mysql in your laptop - mysql sandbox

.

http://www.slideshare.net/datacharmer/mysql-in-your-laptop

(Read More..)

PoshSecFramework

.


A framework for PowerShell and PoshSec scripts for network management, security, and maintenance.

https://github.com/poshsec/poshsecframework

(Read More..)

Sabtu, 28 September 2013

Pagespeed insight

. Sabtu, 28 September 2013 .

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fhtml5rocks.com

(Read More..)

Dabeaz LLC is David Beazley

.

http://www.dabeaz.com/talks.html

(Read More..)

Jumat, 27 September 2013

CrossFPC

. Jumat, 27 September 2013 .

Welcome to CrossFPC, a free toolkit to integrate the FreePascal compiler, targetting various OS and hardware platforms, as a cross-compiler into the Embarcadero® Delphi® IDE.
Using an integrated toolchain, CrossFPC enables you to cross-compile your Windows® Delphi® applications to 32 bit and 64 bit native Linux applications for X86, Linux ARM and Android without ever leaving the IDE. In addition you can compile 64 Bit Windows applications. CrossFPC also runs in a stand-alone not requiring any Delphi IDE, and can be used as an easy cross-build tool for FPC / Lazarus users.

http://www.crossfpc.com/

(Read More..)

Kamis, 26 September 2013

Delphi Lite и Portable версии

. Kamis, 26 September 2013 .

http://www.delphilab.ru/content/view/334/96/

(Read More..)

Sabtu, 21 September 2013

Cells: Lightweight Virtual Smartphones

. Sabtu, 21 September 2013 .

http://systems.cs.columbia.edu/projects/cells/

(Read More..)

7 command-line tools for data science

.

http://jeroenjanssens.com/2013/09/19/seven-command-line-tools-for-data-science.html

(Read More..)

Distributed Queue System using gearman

.

http://www.slideshare.net/taehuncho/gearman-1

(Read More..)

PHP Ask Sucuri: Non-alphanumeric Backdoors

.

http://blog.sucuri.net/2013/09/ask-sucuri-non-alphanumeric-backdoors.html

(Read More..)

Enabling crash-safe slaves with MySQL 5.6

.

http://www.mysqlperformanceblog.com/2013/09/13/enabling-crash-safe-slaves-with-mysql-5-6

(Read More..)

InnoDB performance optimization basics (redux)

.

http://www.mysqlperformanceblog.com/2013/09/20/innodb-performance-optimization-basics-updated

(Read More..)

RFIDler - A Software Defined RFID Reader/Writer/Emulator

.

http://www.kickstarter.com/projects/1708444109/rfidler-a-software-defined-rfid-reader-writer-emul

(Read More..)

Explaining public-key cryptography to non-geeks

.

https://medium.com/how-to-use-the-internet/f0994b3c2d5

(Read More..)

CryptHook: Secure TCP/UDP Connection Wrapper

.

CryptHook is a modular implementation for securing and layering cryptography for existing applications with symmetrical block cipher encryption. It works by hooking the base system calls for network communication send/sendto and recv/recvfrom. Crypthook will work with any existing application that relies on these system calls. Full example at their homepage includes tunneling SSH through the encrypted wrapper.

 http://www.chokepoint.net/2013/09/crypthook-secure-tcpudp-connection.html

(Read More..)

cmd.fm .... unix style interface

.

cmd.fm

(Read More..)

Working With IndexedDB

.

http://hub.tutsplus.com/tutorials/working-with-indexeddb--net-34673

(Read More..)

goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.

.

http://www.goworker.org/

(Read More..)

Nginx image processing server with OpenResty and Lua

.

http://leafo.net/posts/creating_an_image_server.html

(Read More..)

Client-side full-text search in CSS

.

http://redotheweb.com/2013/05/15/client-side-full-text-search-in-css.html

(Read More..)

Unicode Security Notes Page

.

http://www.irongeek.com/i.php?page=security/unicode-notes

(Read More..)

Devbytes : on Youtube

.

https://www.youtube.com/user/androiddevelopers?feature=watch

(Read More..)

NetworkX

.

NetworkX is a Python language software package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

http://networkx.github.io/

(Read More..)

CAPTCHA SAMPLE

.

http://www.cs.sfu.ca/~mori/research/gimpy/ez/

(Read More..)

Read .mat files in Python

.

http://stackoverflow.com/questions/874461/read-mat-files-in-python

(Read More..)

Portable Python 2.7.5.1

.

http://portablepython.com/wiki/PortablePython2.7.5.1/

(Read More..)

Local IP discovery with HTML5 WebRTC: Security and privacy risk?

.

https://2x.io/read/security-by-obscurity

demo
https://dl.dropboxusercontent.com/u/1878671/enumhosts.html

(Read More..)

Use Nginx to proxy files from remote location using X-Accel-Redirect

.

http://distinctplace.com/infrastructure/2013/09/18/use-nginx-to-proxy-files-from-remote-location-using-x-accel-redirect/

(Read More..)

Proxy protocol (NGINX <-> HAPROXY)

.

https://wiki.bedis.eu/nginx/nginx_proxy_protocol_patch

(Read More..)

Minggu, 15 September 2013

Control Panel Commandlines

. Minggu, 15 September 2013 .

http://techsupt.winbatch.com/ts/T000001043001F3.html

(Read More..)

Minggu, 08 September 2013

Building multi-architecture shellcode with shellcodecs

. Minggu, 08 September 2013 .

http://www.chokepoint.net/2013/08/building-multi-architecture-shellcode.html
http://www.chokepoint.net/2013/09/building-multiplatform-shellcode-header.html

(Read More..)

Sabtu, 07 September 2013

InK Interface Kit

. Sabtu, 07 September 2013 .

http://ink.sapo.pt/

(Read More..)

VNC client on 200 lines of JavaScript

.

http://blog.mgechev.com/2013/08/30/vnc-javascript-nodejs

(Read More..)

Firebug Tip: Resend HTTP Request

.

http://www.softwareishard.com/blog/planet-mozilla/firebug-tip-resend-http-request

(Read More..)

PHP Security PITFALL

.

Welcome to PHP Security Pitfalls6m 30s
Distrust All Data3m 56s
Client Side Data Validation4m 50s
Generic Server Side Data Validation8m 44s
Specific And Strict Server Side Data Validation7m 12s
SQL Injection14m 4s
OS Injection8m 6s
Code Injection Through Parameter Tampering12m 34s
Code Injection Through File Inclusion13m 30s
System Information Leakage12m 28s
Sensitive Data Exposure10m 30s
Session Fixation7m 46s
XSS17m 8s
CSRF19m
Resources4m 56s

(Read More..)

Minggu, 01 September 2013

Multi-threading and Delphi

. Minggu, 01 September 2013 .

http://blog.synopse.info/post/2011/08/28/Multi-threading-and-Delphi

(Read More..)

Sabtu, 31 Agustus 2013

Yet another VBS pwncode generator

. Sabtu, 31 Agustus 2013 .

http://webstersprodigy.net/2013/08/30/yet-another-vbs-pwncode-generator/

(Read More..)

tmate

.

Instant terminal sharing

http://tmate.io/

(Read More..)

Opening Sublime Text projects from the command line

.

http://blog.fedecarg.com/2013/08/31/opening-sublime-text-projects-from-the-command-line

(Read More..)

High Performance SSH/SCP - HPN-SSH

.

http://www.psc.edu/index.php/hpn-ssh

(Read More..)

FACEBOOK : React

.

https://github.com/facebook/react
http://facebook.github.io/react/

(Read More..)

metasploit learning tree

.

http://packetstormsecurity.com/files/download/123015/metasploit-the-learning-tree.pdf

(Read More..)

Rabu, 28 Agustus 2013

Delphi 7: How to implement multi-threading?

. Rabu, 28 Agustus 2013 .

http://stackoverflow.com/questions/9630686/delphi-7-how-to-implement-multi-threading

(Read More..)

Selasa, 27 Agustus 2013

Multithreading - The Delphi Way.

. Selasa, 27 Agustus 2013 .

http://web.archive.org/web/20060305174604/http://www.pergolesi.demon.co.uk/prog/threads/ToC.html

(Read More..)

Minggu, 25 Agustus 2013

Simple Thread Sample Delphi

. Minggu, 25 Agustus 2013 .

http://stackoverflow.com/questions/3451138/simple-thread-sample-delphi

(Read More..)

Sabtu, 24 Agustus 2013

Plug-n-Hack Overview

. Sabtu, 24 Agustus 2013 .

https://blog.mozilla.org/security/2013/08/22/plug-n-hack/

(Read More..)

Q&A – 8 Practical Examples Of grep Command In Linux

.

http://mylinuxbook.com/qa-8-practical-examples-of-grep-command-in-linux/

(Read More..)

How to Start with Firebug Lite

.

http://www.softwareishard.com/blog/planet-mozilla/how-to-start-with-firebug-lite

(Read More..)

Mr. Data Converter

.

Mr. Data Converter

 http://shancarter.github.io/mr-data-converter/

(Read More..)

The Best Way to Write SQL in Java

.

http://jooq.org/

(Read More..)

How To Initiate DDE from Visual Basic for Windows to Excel for Windows

.

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

(Read More..)

Hands on with the New NGINX Plus.

.

http://tech.3scale.net/2013/08/23/hands-on-with-the-new-nginx-plus/

(Read More..)

JavaScript + Other Languages Alon Zakai (Mozilla)

.

http://kripken.github.io/mloc_emscripten_talk/qcon.html#/

(Read More..)

supervisord

.

Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.
It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as “process id 1”. Instead it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time.


http://supervisord.org/

(Read More..)

Linux 3.9 introduced new way of writing socket servers

.

http://freeprogrammersblog.vhex.net/post/linux-39-introduced-new-way-of-writing-socket-servers/2
https://lwn.net/Articles/542629/

(Read More..)

Visual Control Flows for JavaScript : NOFLO

.

http://noflojs.org/

(Read More..)

A directory of direct links to delete your account from web services.

.

http://justdelete.me/

(Read More..)

pipes.sh: Animated pipes terminal screensaver.

.

https://gist.github.com/livibetter/4689307

(Read More..)

# Because knowing the inode number of a file and its human readable size is important, especially when taking its time into account

.

ls -shit

(Read More..)

Kamis, 22 Agustus 2013

tukani slackware buildtools

. Kamis, 22 Agustus 2013 .

http://tukaani.org/pkgtools/
http://tukaani.org/pkgtools/screenshots.html
http://tukaani.org/tukbuild/
http://tukaani.org/fakedestdir/

(Read More..)

Minggu, 18 Agustus 2013

SVG and tag tricks

. Minggu, 18 Agustus 2013 .

http://lynn.ru/examples/svg/en.html

(Read More..)

PNG can be a lossy format

.

http://pngmini.com/lossypng.html

(Read More..)

Memory Leak (and Growth) Flame Graphs

.

http://dtrace.org/blogs/brendan/2013/08/16/memory-leak-growth-flame-graphs/

(Read More..)

Spacing The Bottom of Modules

.

Ah the humble module! A good many designs these days make use of modules in the content-y and app-y sites alike. A chunk of information, an advertisement, a grouped set of functionality... could be anything. The fact that they likely have visual similarity yet can contain anything leads to an interesting CSS challenge: how do you pad the inside consistently?

Here's a simple example where the module is set apart from the background through color differences:

http://css-tricks.com/spacing-the-bottom-of-modules/

(Read More..)

LazyMouse jQuery Plugin – detect mouse inactivity easily :)

.

http://hasin.me/2013/08/17/lazymouse-jquery-plugin-detect-mouse-inactivity-easily

(Read More..)

ZMap

.

ZMap is an open-source network scanner that enables researchers to easily perform Internet-wide network studies. With a single machine and a well provisioned network uplink, ZMap is capable of performing a complete scan of the IPv4 address space in under 45 minutes, approaching the theoretical limit of gigabit Ethernet.
ZMap can be used to study protocol adoption over time, monitor service availability, and help us better understand large systems distributed across the Internet.
Check out our Getting Started Guide, read our Research Paper, or go and Download ZMap yourself.

(Read More..)

Linux: Find Out What Is Using TCP Port 80

.

http://www.cyberciti.biz/faq/find-linux-what-running-on-port-80-command/

(Read More..)

Gumbo - A pure-C HTML5 parser.

.

https://github.com/google/gumbo-parser

(Read More..)

Learning the meaning behind words

.

http://google-opensource.blogspot.com/2013/08/learning-meaning-behind-words.html
https://code.google.com/p/word2vec/

(Read More..)

ROOT ANDROID | Cara Terbaru Unlock SmartFren Andromax-i Ke Rev B

.

ROOT ANDROID | Cara Terbaru Unlock SmartFren Andromax-i Ke Rev B
http://www.kedai-android.com/2013/07/root-android-cara-terbaru-unlock.html

(Read More..)

Debugging runtime errors with 'window.onerror' in Blink

.

https://mikewest.org/2013/08/debugging-runtime-errors-with-window-onerror

(Read More..)

# Show the last access time of all files ending with .txt. This may not work on all filesystems/setups.

.

ls -l --time=atime --full-time *.txt

(Read More..)

# site shot from command line. By @gustavorobertux

.

xvfb-run --server-args="-screen 0, 1024x768x24" cutycapt --url=http://url --out=image.png #

(Read More..)

Get the first argument of the previous command. This is a readline thing. Thx ozmart and @sromeroi

.

[Ctrl]+[Alt]+Y

(Read More..)

lock console with a nice screensaver. Requires password to unlock

.

alias tl="tty-clock -s -r; vlock"

(Read More..)

Reverse Engineering TP-Link TD-W8151N

.

http://rndc.or.id/wiki/index.php?title=Reverse_Engineering_TP-Link_TD-W8151N

(Read More..)

Ultrasonic Networking on the Web

.

http://smus.com/ultrasonic-networking/

(Read More..)

Jumat, 16 Agustus 2013

Rescue Avtech KPD674 after firmware upgrade fail

. Jumat, 16 Agustus 2013 .

http://www.opcode.eu.org/~rrp/Avtech_KPD674_DVR_firmware/

(Read More..)

Kamis, 15 Agustus 2013

Installing Google Play on Android Emulator

. Kamis, 15 Agustus 2013 .

http://piotrbuda.eu/2012/05/installing-google-play-on-android-emulator.html
http://blog.varunkumar.me/2010/11/how-to-install-android-market-in-google.html

(Read More..)

Senin, 12 Agustus 2013

Konfigurasi wvdial di Slackware 14.0

. Senin, 12 Agustus 2013 .

http://purpleheart.wordpress.com/2012/10/21/konfigurasi-wvdial-di-slackware-14-0/

(Read More..)

Sabtu, 10 Agustus 2013

WELPressed

. Sabtu, 10 Agustus 2013 .

http://sourceforge.net/projects/welpressed/

(Read More..)

NGINXMP - Engine X, MySQL, and PHP

.

http://sourceforge.net/projects/nginxmp/

(Read More..)

ioping

.

This tool lets you monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency.

 Usage: ioping [-LABCDWRq] [-c count] [-w deadline] [-pP period] [-i interval]
               [-s size] [-S wsize] [-o offset] directory|file|device
        ioping -h | -v

      -c <count>      stop after <count> requests
      -w <deadline>   stop after <deadline>
      -p <period>     print raw statistics for every <period> requests
      -P <period>     print raw statistics for every <period> in time
      -i <interval>   interval between requests (1s)
      -s <size>       request size (4k)
      -S <wsize>      working set size (1m)
      -o <offset>     working set offset (0)
      -L              use sequential operations (includes -s 256k)
      -A              use asynchronous I/O
      -C              use cached I/O
      -D              use direct I/O
      -W              use write I/O *DANGEROUS*
      -R              seek rate test (same as -q -i 0 -w 3 -S 64m)
      -B              print final statistics in raw format
      -q              suppress human-readable output
      -h              display this message and exit
      -v              display version and exit
 
 https://code.google.com/p/ioping/

(Read More..)

ospy

.

oSpy is a tool which aids in reverse-engineering software running on the Windows platform. With the amount of proprietary systems that exist today (synchronization protocols, instant messaging, etc.), the amount of work required to keep up when developing interoperable solutions will quickly become a big burden when limited to traditional techniques. However, when the sniffing is done on the API level it allows a much more fine-grained view of what's going on. Seeing return-addresses for each recv/send call (for example), can prove useful when you want to look at the processing code at that spot in a debugger or static analysis tool. And if an application uses encrypted communication it's easy to intercept these calls as well. oSpy already intercepts one such API, and is the API used by MSN Messenger, Google Talk, etc. for encrypting/decrypting HTTPS data. Another neat feature is when wanting to see how an application behaves when in a firewalled environment. Normally you would have to simulate such an environment by configuring firewalls etc., which not only is time-consuming, but might also cripple the rest of the applications you've got running. oSpy solves this problem by a feature called softwalling which allows you to set rules based on the type of function-call, the return-address, local/remote address/port, etc., and lets you choose which error to signal back to the application when the rule matches. This way you can make the application think that for example a connect() timed out, connection was refused, there was no route to host, etc.

Getting Involved

Want to help out? oSpy is an open source project and contributions are most appreciated! Whether you want to help out with artwork, code, documentation or anything else, don't hesitate to contact me at oleavr at gmail dot com.

 http://code.google.com/p/ospy/

(Read More..)

hookme TCP Proxy (Data tamper)

.

Description

HookME is a software designed for intercepting communications by hooking the desired process and hooking the API calls for sending and receiving network data (even SSL clear data). HookMe provides a nice graphic user interface allowing you to change the packet content in real time, dropping or forwarding the packet. It also has a python system plugin to extend the HookMe functionality.
It can be used for a lot of purposes such as:
  1. Analyzing and modifying network protocols
  2. Creation of malware or backdoors embebed into network protocols
  3. Protocol vulnerability memory patching
  4. Firewall at protocol layer
  5. As postexplotation tool
  6. whatever you can create with plugins using your imagination

Plugins

HookMe have a plugins system in Python. You can develop your own plugins or just download them from our repository, https://code.google.com/p/hookme/source/browse/#svn%2Ftrunk%2Fhookme%2Fhook%2FScripts
Also, if you want your script to appear here (it will contain your credits) you can contact us in hookmesoftware@gmail.com.


 https://code.google.com/p/hookme/

(Read More..)

HookME 0.2 – API Spying Tool

.

http://www.sectechno.com/2013/04/28/hookme-0-2-api-spying-tool/

Description

HookME is a software designed for intercepting communications by hooking the desired process and hooking the API calls for sending and receiving network data (even SSL clear data). HookMe provides a nice graphic user interface allowing you to change the packet content in real time, dropping or forwarding the packet. It also has a python system plugin to extend the HookMe functionality.
It can be used for a lot of purposes such as:
  1. Analyzing and modifying network protocols
  2. Creation of malware or backdoors embebed into network protocols
  3. Protocol vulnerability memory patching
  4. Firewall at protocol layer
  5. As postexplotation tool
  6. whatever you can create with plugins using your imagination 

 https://code.google.com/p/hookme/

(Read More..)

Playing Around Malwares

.

http://www.sectechno.com/2010/10/03/playing-around-malwares/

(Read More..)

API Monitor 2 – Hook API Calls

.

Monitoring API calls on operating system is important to verify what the application is changing on the system. API monitor is a program that can be used to monitor and display API-calls made by various applications and services. It is a very good tool for investigating different malwares in sandbox.

http://www.sectechno.com/2013/08/10/api-monitor-2-hook-modify-api-calls/

(Read More..)

frida : Everything in reverse, for free! {python}

.

😹 Frida is an open-source toolkit for interactive and scriptable ƃuıɹǝǝuıƃuǝ ǝsɹǝʌǝɹ.

😹 You can inspect and manipulate processes running locally, over the network, or across platforms.

😹 You can inject your own scripts into black box processes to execute custom debugging logic.

http://frida.github.io/

(Read More..)

Deep C (and C++)

.

Programming is hard. Programming correct C and C++ is particularly hard. Indeed, both in C and certainly in C++, it is uncommon to see a screenful containing only well defined and conforming code. Why do professional programmers write code like this? Because most programmers do not have a deep understanding of the language they are using. While they sometimes know that certain things are undefined or unspecified, they often do not know why it is so. In these slides we will study small code snippets in C and C++, and use them to discuss the fundamental building blocks, limitations and underlying design philosophies of these wonderful but dangerous programming languages.
Jon Jagger and I just released a slide deck to discuss the fundamentals of C and C++ (slideshare, pdf).

http://olvemaudal.wordpress.com/2011/10/10/deep-c/

(Read More..)

Kamis, 08 Agustus 2013

Don't Worry About BREACH (PHP)

. Kamis, 08 Agustus 2013 .

http://blog.ircmaxell.com/2013/08/dont-worry-about-breach.html

(Read More..)

WT-NMP - Windows Nginx MySql Php stack

.

http://sourceforge.net/projects/wtnmp/

(Read More..)

Queueing in the Linux Network Stack

.

http://www.coverfire.com/articles/queueing-in-the-linux-network-stack/

(Read More..)

Rabu, 07 Agustus 2013

Basic mitigation against the BREACH attack for Django projects.

. Rabu, 07 Agustus 2013 .

Adds middleware and context processors to give some protection against the BREACH attack in Django.
Basic mitigation against the BREACH attack for Django projects.
When combined with rate limiting in your web-server the techniques here should provide at least some protection against the BREACH attack.


http://breachattack.com/

https://www.djangoproject.com/weblog/2013/aug/06/breach-and-django/

https://pypi.python.org/pypi/django-debreach/0.1.1

(Read More..)

BREACH decodes HTTPS encrypted data in 30 seconds

.

http://thehackernews.com/2013/08/sniffing-https-BREACH-exploit-blackhat-hacking-tool.html#ixzz2b1YDbbIy

http://breachattack.com/

(Read More..)

NIELD Network Interface Events Logging Daemon

.

nield(Network Interface Events Logging Daemon) is a tool that receives notifications from the kernel through the netlink socket, and generates logs related to interfaces, neighbor cache(ARP,NDP), IP address(IPv4,IPv6), routing, FIB rules, traffic control.

 

 http://nield.sourceforge.net/

(Read More..)

Video Lectures | Performance Engineering of Software Systems | Electrical Engineering and Computer Science | MIT OpenCourseWare

.

http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-172-performance-engineering-of-software-systems-fall-2010/video-lectures/

(Read More..)

Hoodie

.

Very fast web app development

We want to enable you to build complete web apps in days, without having to worry about backends, databases or servers, all with an open-source library that's as simple to use as jQuery.
That's why we're making Hoodie.
Hoodie is a noBackend architecture for frontend-only web apps.

http://hood.ie

(Read More..)

Emmet LiveStyle

.

Emmet LiveStyle is a plugin for live bi-directional (editor↔browser) CSS editing of new generation. Currently, it works in Google Chrome, Safari and Sublime Text, more browsers and editors will be available later.
This video demonstrates the most powerful features of LiveStyle.

http://livestyle.emmet.io/

(Read More..)

How to install DirectX in Linux using Wine

.

http://www.dedoimedo.com/games/wine-directx.html

(Read More..)

Sabtu, 03 Agustus 2013

PSD.rb

. Sabtu, 03 Agustus 2013 .

http://layervault.tumblr.com/post/56891876898/psd-rb

(Read More..)

Animated line drawing in SVG

.

http://jakearchibald.com/2013/animated-line-drawing-sv

(Read More..)

Handlebars.js - a Behind the Scenes Look

.

http://hub.tutsplus.com/tutorials/handlebarsjs-a-behind-the-scenes-look--net-32678

(Read More..)

Debugging and Tuning Web Sites and Apps with F12 Developer Tools in IE11

.

http://blogs.msdn.com/b/ie/archive/2013/07/29/debugging-and-tuning-web-sites-and-apps-with-f12-developer-tools-in-ie11.aspx

(Read More..)

Web Tracing Framework

.

http://google.github.io/tracing-framework/

(Read More..)

Benchmarking Percona Server TokuDB vs InnoDB

.

http://www.mysqlperformanceblog.com/2013/05/07/benchmarking-percona-server-tokudb-vs-innodb/

(Read More..)

Rabu, 31 Juli 2013

Slackware Software Management:The Good, the Bad and the Ugly

. Rabu, 31 Juli 2013 .

https://slackerboyabhi.wordpress.com/tag/checkinstall/

(Read More..)

Selasa, 30 Juli 2013

Optimizing Slackware Linux’s Fonts

. Selasa, 30 Juli 2013 .

http://duganchen.ca/writings/slackware/fonts/

(Read More..)

Senin, 29 Juli 2013

How to install multilib for Slackware64

. Senin, 29 Juli 2013 .

http://www.salixos.org/wiki/index.php/How_to_install_multilib

(Read More..)

Minggu, 28 Juli 2013

BASH DEBUGGER BASHDB

. Minggu, 28 Juli 2013 .

http://bashdb.sourceforge.net/

(Read More..)

OSCON 2013 SPEAKER SLIDES

.

http://www.oscon.com/oscon2013/public/schedule/proceedings

(Read More..)

Crash-resistant replication: How to avoid MySQL replication errors

.

http://www.mysqlperformanceblog.com/2013/07/15/crash-resistant-replication-how-to-avoid-mysql-replication-errors/

(Read More..)

Checking B+tree leaf nodes list consistency in InnoDB

.

http://www.mysqlperformanceblog.com/2013/07/26/checking-btree-leaf-nodes-list-consistency-in-innodb/

(Read More..)

Minggu, 21 Juli 2013

35 Must Have Bootstrap Tools and Generators

. Minggu, 21 Juli 2013 .

http://inspiretrends.com/bootstrap-tools-and-generators/

(Read More..)

Creating a basic C/C++ Program to Interact with MySQL and MariaDB

.

http://www.chriscalender.com/?p=1344

(Read More..)

Python one-liners

.

http://www.curiousvenn.com/?p=353

(Read More..)

How does Trello access the user's clipboard?

.

http://stackoverflow.com/questions/17527870/how-does-trello-access-the-users-clipboard/17528590

(Read More..)

mousetrap

.

A simple library for handling keyboard shortcuts in Javascript.
Try pressing some of the keys here:

http://craig.is/killing/mice

(Read More..)

optimizing the critical rendering path

.

https://docs.google.com/presentation/d/1IRHyU7_crIiCjl0Gvue0WY3eY_eYvFQvSfwQouW9368/present#slide=id.p19

(Read More..)

Lec 2 | MIT 6.172 Performance Engineering of Software Systems, Fall 2010

.

http://www.youtube.com/watch?feature=player_embedded&v=xc9DDSbf0NQ

(Read More..)

Interfaces, frontends, and tools : GIT API & TOOLS

.

https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools#Graphical_Interfaces

(Read More..)

SOCIAL MEDIA MODEL : Building a follower model from scratch : pinterest study

.

Building a follower model from scratch

 http://engineering.pinterest.com/post/55272557617/building-a-follower-model-from-scratch

(Read More..)

Social Media namecheck http://namechk.com/

.

http://namechk.com/

(Read More..)

tpm, the multi-master composer

.

http://datacharmer.blogspot.com/2013/07/tpm-multi-master-composer.html
http://dev.mysql.com/doc/refman/5.6/en/replication-options-slave.html#option_mysqld_slave-skip-errors

(Read More..)

Chrome DevTools Revolutions 2013 - HTML5 Rocks

.

http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/

(Read More..)

The Linux Command Line

.

http://linuxcommand.org/tlcl.php

(Read More..)

Minggu, 07 Juli 2013

Using ImageMagick to make sharp web-sized photographs

. Minggu, 07 Juli 2013 .

http://even.li/imagemagick-sharp-web-sized-photographs/

(Read More..)

Self destucting cookie firefox plugin

.

https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/

(Read More..)

Qemu and other emulators

.

wiki.freepascal.org/Qemu_and_other_emulators

(Read More..)

HERCULES - IBM 390 EMULATOR

.

http://blog.nielshorn.net/2010/02/emulating-a-mainframe-on-armedslack/

Hercules Version 3: Configuration File

http://hercules-390.sourceforge.net/hercconf.html 

 

The Hercules System/370, ESA/390, and z/Architecture Emulator

http://hercules-390.sourceforge.net/ 

http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Hercules_emulator.html 

 http://hercdoc.glanzmann.org/

 https://sites.google.com/site/connorbd/mac-emulation/mainframe-and-other-big-iron-on-the-mac/hercules

 http://z390.org/

http://en.wikipedia.org/wiki/Hercules_%28emulator%29 

R-Pi and the mainframe 

http://ijosblog.blogspot.com/2012/07/r-pi-and-mainframe.html 

Booting Z/OS Emulation Files with Hercules

http://leo.steamr.com/2012/07/booting-zos-emulation-files-with-hercules/ 

 

http://www.jacobdekel.com/hercstudio/ 

 

http://www.jacobdekel.com/hercstudio/Screenshot-Hercules%20Studio-running.png

 

SDB:Hercules s390 emulation

http://en.opensuse.org/SDB:Hercules_s390_emulation#IPL_.28Initial_Program_Load.29_the_SLES_Installation 

Installing VM/370 on Hercules

http://gunkies.org/wiki/Installing_VM/370_on_Hercules 

How to Run an Emulated Mainframe

http://www.wikihow.com/Run-an-Emulated-Mainframe

 

  http://seindal.com/mainframescreenshots1.htm

 http://www.jaymoseley.com/hercules/

 

 http://www.jaymoseley.com/hercules/cbtware/cbtware.htm

 

 http://www.flickr.com/photos/mcook49b/4677030785/lightbox/

 

http://mvs380.sourceforge.net/s380diagram.html 

 

http://cbttape.org/~jmorrison/mvs38j/

 

 

 

 

(Read More..)

Sabtu, 06 Juli 2013

THE ULTIMATE JQUERY LIST

. Sabtu, 06 Juli 2013 .

http://jquerylist.com/

(Read More..)

epoll.py

.

http://repo.or.cz/w/MonkeyD.git?a=blob;f=palm/lib/epoll.py;h=ff60e6ff9bc94549e2aaa38acd5b1bc4846486b0;hb=HEAD

(Read More..)

LINUX TCP FAST OPEN [GEEK]

.

http://www.admin-magazine.com/Articles/TCP-Fast-Open

Let's make TCP faster 

http://googlecode.blogspot.com/2012/01/lets-make-tcp-faster.html

 

 

Linux TCP FASTOPEN in your sockets

 http://edsiper.linuxchile.cl/blog/2013/02/21/linux-tcp-fastopen-in-your-sockets/

(Read More..)

Enabling x86 Android Emulation

.

http://simonguest.com/2013/04/16/enabling-x86-android-emulation/

(Read More..)

webflow Design Responsive Websites Visually

.

http://www.webflow.com/

(Read More..)

Finding and debugging memory leaks in JavaScript with Chrome DevTools

.

http://slid.es/gruizdevilla/memory

(Read More..)

log-globals

.


Logs your global variables to the console - Bookmarklet / DevTools snippet

https://github.com/sindresorhus/log-globals

(Read More..)

Monkey HTTP Daemon Internals

.

Monkey HTTP Daemon Internals

 

 http://swpd.github.io/blog/2013/05/18/monkey-http-daemon-internals/

(Read More..)

MONKEY HTTP SERVER {GEEK}

.

http://monkey-project.com/

http://edsiper.linuxchile.cl/blog/2013/02/27/architecture-of-a-linux-based-web-server/

(Read More..)

Minggu, 30 Juni 2013

CodernityDB pure python, fast, NoSQL database¶

. Minggu, 30 Juni 2013 .

http://labs.codernity.com/codernitydb/

(Read More..)

Instant Server

.

What is this?

Click the button to get a virtual private server.

Specs?

Ubuntu 13.04, 64-bit, 614 MiB of RAM, 8 GiB storage. It’s an ec2 micro instance.

What’s the catch?

The server gets destroyed after 35 minutes. You can pay to keep it longer.

When would I use this?

Among other reasons, perhaps:
  • You need another computer to test something quickly
  • You need to install and use a utility for one thing, and don’t want to clutter your own environment
  • You need a vanilla environment to get something to build and run properly
  • You need linux but accidentally used windows

Why shouldn’t I just spin up an ec2/rackspace/linode instance?

They all make it slower and more difficult than it should be.

http://instantserver.io/

(Read More..)

ImageOptim-CLI

.

https://github.com/JamieMason/ImageOptim-CLI

(Read More..)

whit

.

Whit is an open source project that allows you to query Wikipedia, CrunchBase, and several other APIs via SMS. Screenshots after the jump.

https://github.com/Aaln/whit

(Read More..)

Unicode CSS Classes

.

http://decodering.com/post/48965334086/unicode-css-classes

(Read More..)

Font Hacking

.

http://www.heydonworks.com/article/font-hacking

(Read More..)

COLOR MANAGEMENT HANDBOOK

.

http://www.eizo.de/pool/support/kompetenzcenter/color_management_handbook.pdf

(Read More..)

Zippy Traces with Zipkin in your Browser

.

https://blog.twitter.com/2013/zippy-traces-zipkin-your-browser

(Read More..)

How to Compile Linux Kernel from Source to Build Custom Kernel

.

How to Compile Linux Kernel from Source to Build Custom Kernel

 

http://www.thegeekstuff.com/2013/06/compile-linux-kernel

(Read More..)

Introduction to JavaScript Source Maps

.

http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

(Read More..)

RootSecure Button Social-engineer-training Button Irongeek Button Web Hosting: Dreamhost Logo Help Irongeek.com pay for bandwidth and research equipment: paypalpixle Booting the Booters, Stressing the Stressors - Allison Nixon and Brandon Levene BSides Rhode Island 2013

.

http://www.irongeek.com/i.php?page=videos/bsidesri2013/2-0-booting-the-booters-stressing-the-stressors-allison-nixon-and-brandon-levene

(Read More..)

password_hash

.

password_hash

 http://www.php.net/manual/en/function.password-hash.php

 

(Read More..)

Replication : Be careful while executing DCL with replicate-ignore-db=mysql

.

http://exploremysql.blog.com/?p=36

(Read More..)

Executing Complex Deletes With Common_schema

.

http://mechanics.flite.com/blog/2013/06/20/executing-complex-deletes-with-common-schema/

(Read More..)

Packing a Symfony full-stack Framework Application in one File -- Introduction

.

http://fabien.potencier.org/article/69/packing-a-symfony-full-stack-framework-application-in-one-file-introduction

(Read More..)

Setting up MySQL SSL and secure connections

.

http://www.mysqlperformanceblog.com/2013/06/22/setting-up-mysql-ssl-and-secure-connections

(Read More..)

HTML 5 Demos and Examples

.

http://html5demos.com/

http://simpl.info/

http://html5-demos.appspot.com/

(Read More..)

Esrever Build status

.

https://github.com/mathiasbynens/esrever

(Read More..)

Clientside JS error reporting services

.

https://plus.google.com/+PaulIrish/posts/12BVL5exFJn

(Read More..)

The Modern Web Development Workflow

.

https://gist.github.com/paulirish/5842309

(Read More..)

console.image

.

The one thing Chrome Dev Tools didn't need.

The day has come when you have the ability to put images in the console. Checkout here for a demo and open up the dev tools. Also, check out the awesome chrome extension by @jffry. Console.image now has a little baby sister, console.snapshot. It snapshots the canvas and outputs it to the console to make debugging the canvas a little less dramatic. Shoutout to https://github.com/escusado/console.meme too, I would have forked it if I realized it existed.

https://github.com/dunxrion/console.image#consolememeupper-text-lower-text-meme-typeurl-width-height

(Read More..)

Burp Suite Pro Real-Life Tips And Tricks

.

http://packetstormsecurity.com/files/122136

(Read More..)

Combining Laravel 4 and Backbone

.

http://hub.tutsplus.com/tutorials/combining-laravel-4-and-backbone--net-31745

(Read More..)

Building Ribbit in Meteor

.

http://hub.tutsplus.com/tutorials/building-ribbit-in-meteor--net-32709

(Read More..)

Advanced Python Data Structures

.

http://hub.tutsplus.com/tutorials/advanced-python-data-structures--net-32748

(Read More..)

Developing With Sass and Chrome DevTools

.

http://hub.tutsplus.com/tutorials/developing-with-sass-and-chrome-devtools--net-32805

(Read More..)

How Balanced Built Its New Search System Using Ember.js

.

http://blog.balancedpayments.com/ember-building-search/

(Read More..)

Minggu, 23 Juni 2013

Loon Introducing Project Loon: Balloon-powered Internet access

. Minggu, 23 Juni 2013 .

The Internet is one of the most transformative technologies of our lifetimes. But for 2 out of every 3 people on earth, a fast, affordable Internet connection is still out of reach. And this is far from being a solved problem.

There are many terrestrial challenges to Internet connectivity—jungles, archipelagos, mountains. There are also major cost challenges. Right now, for example, in most of the countries in the southern hemisphere, the cost of an Internet connection is more than a month’s income.

Solving these problems isn’t simply a question of time: it requires looking at the problem of access from new angles. So today we’re unveiling our latest moonshot from Google[x]: balloon-powered Internet access.

http://googleblog.blogspot.com/2013/06/introducing-project-loon.html

(Read More..)

Magic is a CSS3

.

Magic is a CSS3 framework with many animations. Is simple to use and many animations are cross-browser compatible. 

(Read More..)

Simple Statistics, a programming library for doing statistics.

.

Simple statistics is a JavaScript library that does descriptive statistics, regression, and classification. It can tell you basic things like minimum and maximum, but it can also compute tricky things like standard deviation and sample correlation. But more importantly, it's see-through: you can read it, and it's written in a friendly, literate manner.

http://macwright.org/simple-statistics/

(Read More..)

chroome devtools snippet

.

devtools-snippets
https://github.com/bgrins/devtools-snippets

(Read More..)

A PICTURE of A Thousand words : optimasii IMage jpeg png webp dst

.

http://www.slideshare.net/guypod/a-picture-costs-a-thousand-words18062013

(Read More..)

HTTP Archive + BigQuery = Web Performance Answers

.

http://www.igvita.com/2013/06/20/http-archive-bigquery-web-performance-answers/

(Read More..)

Spanner: Google’s Globally-Distributed Database

.

https://www.usenix.org/conference/osdi12/elmo-building-globally-distributed-highly-available-database

(Read More..)

Tips And Tricks Chrome developer

.

https://developers.google.com/chrome-developer-tools/docs/tips-and-tricks

(Read More..)

EMET 4.0 now available for download : GRSECURITY LIKE FOR WINDOWS

.

http://blogs.technet.com/b/srd/archive/2013/06/17/emet-4-0-now-available-for-download.aspx

(Read More..)

Weekly Update: Smaller is Better : meterpreter erpository

.

Weekly Update: Smaller is Better

 

https://community.rapid7.com/community/metasploit/blog/2013/06/20/weekly-update

(Read More..)

cor3lancod3r IFS HACK

.

hxxp://example.com/?foo=bar&rm${IFS}-rf${IFS}~&&echo${IFS}pwned>~/pwned

(Read More..)

Twitter Bootstrap GUI & Wireframe Toolbox

.

http://speckyboy.com/2013/02/07/twitter-bootstrap-gui-toolbox/

(Read More..)

Metasploit: Man in the Middle through PPTP tunnel

.

http://www.shelliscoming.com/2013/06/metasploit-man-in-middle-through-pptp.html

(Read More..)

cracking IOS HOTSPOT in 50 Sec

.

http://thehackernews.com/2013/06/cracking-iphone-hotspot-passwords-in-50.html

(Read More..)

malwr.com and cuckoo sandbox

.

https://community.rapid7.com/community/open_source/magnificent7/blog/2013/06/21/cuckoo-sandbox-approaching-10

http://www.cuckoosandbox.org/

https://malwr.com/

(Read More..)

SubliminalCollaborator: pair sublime dengan irc

.

https://github.com/nlloyd/SubliminalCollaborator

(Read More..)

polymer

.

Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers. It is comprised of core platform features (e.g Shadow DOM, Custom Elements, MDV) enabled with polyfills and a next generation web application framework built on these technologies.

 http://todomvc.com/labs/architecture-examples/polymer/index.html

https://github.com/tastejs/todomvc/tree/gh-pages/labs/architecture-examples/polymer

(Read More..)

Developing With Sass and Chrome DevTools

.

http://net.tutsplus.com/tutorials/html-css-techniques/developing-with-sass-and-chrome-devtools/

(Read More..)

Interview with Patrick Volkerding

.

http://www.linuxjournal.com/article/2750?page=0,0

(Read More..)

Sabtu, 08 Juni 2013

Which is the fastest method to delete files in Linux

. Sabtu, 08 Juni 2013 .

http://www.slashroot.in/which-is-the-fastest-method-to-delete-files-in-linux

(Read More..)

Hacking SIP Services Like a Boss

.

http://packetstorm.interhost.co.il/papers/presentations/Hacking_SIP_Like_a_Boss-2.2.pdf

(Read More..)

Easy SELECT COUNT(*) with split()

.

http://code.openark.org/blog/mysql/easy-select-count-with-split

(Read More..)

Jumat, 07 Juni 2013

Using WebP with Modernizr

. Jumat, 07 Juni 2013 .

http://www.stucox.com/blog/using-webp-with-modernizr/

(Read More..)

Kali Linux Live Boot USB Flash Drive - Jeremy Druin

.

http://www.irongeek.com/i.php?page=videos/kali-linux-live-boot-usb-flash-drive-jeremy-druin-webpwnized

(Read More..)

gdocs2md : A simple Google Apps script to convert a properly formatted Google Drive Document to the markdown (.md) format.

.

https://github.com/mangini/gdocs2md

(Read More..)

Improving testing by using real traffic from production

.

http://leonsbox.com/blog/2013/06/04/improving-testing-by-using-real-traffic-from-production/

(Read More..)

CSP to the Rescue: Leveraging the Browser for Security

.

https://blog.twitter.com/2013/csp-rescue-leveraging-browser-security

(Read More..)

Kamis, 06 Juni 2013

LanguageDetector

. Kamis, 06 Juni 2013 .

https://github.com/crodas/LanguageDetector

(Read More..)

Converting compressed InnoDB tables to TokuDB 7.0.1

.

http://code.openark.org/blog/mysql/converting-compressed-innodb-tables-to-tokudb-7-0-1

(Read More..)

behat : A php framework for testing your business expectations.

.

http://behat.org/

(Read More..)

Pragmatic REST & BDD at IPC

.

qafoo.com/blog/047_pragmatic_rest_bdd_ipc.html

(Read More..)

Implementing SchemaSpy in your MySQL environment

.

http://www.mysqlperformanceblog.com/2013/06/04/implementing-schemaspy-in-your-mysql-environment/

(Read More..)

Multicast replication in Percona XtraDB Cluster (PXC) and Galera

.

http://www.mysqlperformanceblog.com/2013/06/05/multicast-replication-in-percona-xtradb-cluster-pxc-and-galera/

(Read More..)

Progressive JPEGs FTW! : mod_pagespeed

.

http://blog.patrickmeenan.com/2013/06/progressive-jpegs-ftw.html

(Read More..)

Creating a Multi-Page Site with Meteor

.

http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-multi-page-site-with-meteor/

(Read More..)

Whoops! PHP Errors for Cool Kids

.

http://hub.tutsplus.com/tutorials/whoops-php-errors-for-cool-kids--net-32344
http://filp.github.io/whoops/
http://filp.github.io/whoops/demo/

(Read More..)

Introduction to MapReduce with Hadoop on Linux

.

http://www.linuxjournal.com/content/introduction-mapreduce-hadoop-linux?

(Read More..)

SSL Certificates: Setting Up and Authorizing the Internal Certificate Authority

.

http://blog.secureideas.com/2013/06/ssl-certificates-setting-up-and.html

(Read More..)

Simpler UI Testing with CasperJS [phantomjs]

.

http://blog.newrelic.com/2013/06/04/simpler-ui-testing-with-casperjs-2/

(Read More..)

Deep dive into the murky waters of script loading

.

http://www.html5rocks.com/en/tutorials/speed/script-loading/

(Read More..)

A Study on Solving Callbacks with JavaScript Generators

.

http://jlongster.com/A-Study-on-Solving-Callbacks-with-JavaScript-Generators

(Read More..)

Rabu, 05 Juni 2013

Tracing paint operations in Chrome Canary

. Rabu, 05 Juni 2013 .

http://www.youtube.com/watch?v=bMZZOzuJCgk&feature=youtu.be

(Read More..)

DEBIAN (NEAR)UNLIMITED NAS WITH AOE

.

http://www.slideshare.net/michal6103/lvm-10336503

http://www.completefusion.com/debian-nas-using-aoe-part-1/
http://www.completefusion.com/debian-nas-using-aoe-part-2/
http://www.completefusion.com/extending-an-lvm-logical-volume/
http://exain.wordpress.com/2008/02/10/storage-nirvana-unlimited-storage-using-lvm-iscsi-and-aoe/
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/ch-lvm.html
http://en.wikipedia.org/wiki/Logical_Volume_Manager_%28Linux%29

How to create LVM partition with ext4? 

 http://www.linkedin.com/groups/How-create-LVM-partition-ext4-65688.S.182047454

 http://www.slideshare.net/michal6103/lvm-10336503

http://www.howtoforge.com/linux_lvm

 

 

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