http://mnx.io/blog/a-proper-server-naming-scheme/
(Read More..)Rabu, 30 Juli 2014
Sabtu, 08 Februari 2014
Minggu, 26 Januari 2014
testardo - A Browser Agnostic JS Web Driver
Minggu, 12 Januari 2014
Sabtu, 11 Januari 2014
Minggu, 29 Desember 2013
Immutability, MVCC, and garbage collection
Jumat, 20 Desember 2013
Sabtu, 24 Agustus 2013
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/
Minggu, 30 Juni 2013
Minggu, 23 Juni 2013
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/
Sabtu, 30 Maret 2013
Sabtu, 16 Maret 2013
cheat sheet digital evidens : Digital Forensics SIFT'ing: Cheating Timelines with log2timeline
Selasa, 12 Maret 2013
GoAccess (A Real-Time Apache and Nginx) Web Server Log Analyzer
Sabtu, 02 Februari 2013
Kamis, 24 Januari 2013
Vaurien, the Chaos TCP Proxy
Vaurien, the Chaos TCP Proxy
Ever heard of the Chaos Monkey?Besides a redundant infrastructure, if you think about reliability at the level of your web applications there are many questions that often remain unanswered:
- What happens if the MYSQL server is restarted? Are your connectors able to survive this event and continue to work properly afterwards?
- Is your web application still working in degraded mode when Membase is down?
- Are you sending back the right 503s when postgresql times out ?
But testing these scenarios while you are building your code is also a good practice, and having automated functional tests for this is preferable.
That’s where Vaurien is useful.
Vaurien is basically a Chaos Monkey for your TCP connections. Vaurien acts as a proxy between your application and any backend.
You can use it in your functional tests or even on a real deployment through the command-line.
http://vaurien.readthedocs.org/en/1.5/ (Read More..)