Delphi Package Installer (DelphiPI) is a tool which aids you installing
components to your Delphi IDE. DelphiPI automatically resolves
dependencies between packages, compiles, installs and adds source paths
to your IDE.
https://code.google.com/p/delphipi/
Minggu, 31 Maret 2013
delphipi Delphi Package Installer
Superhero.js
Superhero.js
Creating, testing and maintaining a large JavaScript code base is not easy — especially since great resources on how to do this are hard to find. This page is a collection of the best articles, videos and presentations we've found on the topic.http://superherojs.com/ (Read More..)
Watcher: Web security testing tool and passive vulnerability scanner Watcher: Web security testing tool and passive vulnerability scanner
linux : dump BIOS
dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8 # Dump bios data. However, I still recommend dmidecode to read BIOS.
(Read More..)fuser : fuser -k -15 -m /home/vivek # Kill every process accessing /home/vivek #Linux #Tips
fuser -k -15 -m /home/vivek # Kill every process accessing /home/vivek #Linux #Tips
(Read More..)Sabtu, 30 Maret 2013
About NixOS
NixOS is an experimental GNU/Linux distribution that aims to improve
the state of the art in system configuration management. In existing
distributions, actions such as upgrades are dangerous: upgrading a
package can cause other packages to break, upgrading an entire system
is much less reliable than reinstalling from scratch, you can’t safely
test what the results of a configuration change will be, you cannot
easily undo changes to the system, and so on. We want to change
that. NixOS has many innovative features:
http://nixos.org/nixos/
Developing the Rogue Pi
Minggu, 17 Maret 2013
Sublime Web Inspector Debug Javascript right in the Sublime Text editor
Sabtu, 16 Maret 2013
cheat sheet digital evidens : Digital Forensics SIFT'ing: Cheating Timelines with log2timeline
Volatility : windows Forensics
http://volatility-labs.blogspot.it/2013/03/if-youre-going-to-cheat_15.html
Selasa, 12 Maret 2013
GoAccess (A Real-Time Apache and Nginx) Web Server Log Analyzer
Senin, 11 Maret 2013
Preboot
Need something more powerful? Use Bootstrap.
http://getpreboot.com/ (Read More..)
Minggu, 10 Maret 2013
rainbarf
rainbarf - CPU/RAM/battery stats chart bar for tmux (and GNU screen)
https://github.com/creaktive/rainbarf
Jumat, 08 Maret 2013
Emblem.js
a concise, beautiful, and fully compatible
templating alternative for Handlebars.js
http://emblemjs.com/
#Find and cd into adaptecbin directory on the fly if you forgotten the actual path.
cd $(find -type d -iname adaptecbin 2>/dev/null) #Find and cd into adaptecbin directory on the fly if you forgotten the actual path.
(Read More..)Accessing Percona XtraDB Cluster nodes in parallel from PHP using MySQL asynchronous queries
MySQL performance: Impact of memory allocators (Part 2)
pyHIDS
pyHIDS is a simple
HIDS
(host-based intrusion detection system) for verifying the integrity of a system.
It uses an RSA signature to check the integrity of its database.
Alerts are written in the logs of the system and can be sent via email
to a list of users. You can define rules to specify files to be checked periodically.
Tested with Python 3.2.
https://bitbucket.org/cedricbonhomme/pyhids/