http://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-install-apcups/
(Read More..)Senin, 30 Juli 2012
Bash / KSH: Define Delimiter (IFS) While Using read Command
Hi, I’m jQuery++.
am a MIT licensed collection of extremely useful DOM helpers and
special events for jQuery 1.7 and later. I’m not a UI project like jQuery UI or jQuery Tools. Instead, I’m all about providing low-level utilities for things that jQuery doesn’t support. If Underscore is jQuery’s functional-programming tie, I am jQuery’s bald-spot covering toupee.
Select the plugins you want and click “Download” for a customized, unminified JavaScript file:
http://jquerypp.com/
Step by step from jQuery to Backbone
Minggu, 22 Juli 2012
Linux Run Command As Another User
Upgrading to CodeIgniter 2.x from CodeIgniter 1.7.x
pinfo: Read Linux Info Documentation in Colors
PHP Libraries For Working With Excel, Word And Powerpoint Files
The Unix Tree | Source Code Unix Pertama Kali
Welcome to the Unix Tree. Here you can browse the source code and manuals
of various old versions of Unix. For every file, you can also find related
files from other versions: this can help show how the different versions of
Unix are related. Most of the Unix versions below come from the
Unix Archive.
http://minnie.tuhs.org/cgi-bin/utree.pl
Minggu, 15 Juli 2012
Throttle v0.2.0
Throttle is a simple node.js app that allows you to simulate poor
network connections (e.g. like a cellular connection) so you can test
how your websites will perform. For example, testing a responsive
website on a poor 3G connection without actually having to have a poor
3G connection. To use Throttle simply connect your Mac to ethernet,
share that network connection via Airport, turn on Throttle, and any
device connected to that WiFi access point will then be throttled to the
the network speed you specify via a web-frontend. If you don’t have
node.js on your computer don’t fret. It’s very easy to install so you
can get Throttle up and running quickly.
It’s important to note that Throttle was designed to be used in
conjunction with a device lab and products like shim or Adobe Shadow
where a shared connection is expected. That has definitely influenced
its design and test cases.
https://github.com/dmolsen/Throttle
Key Principles of Maintainable JavaScript
1337day.com | Inj3ct0r
The ultimate archive of exploits and vulnerable software and a great
resource for vulnerability researchers and security professionals.
Our
aim is to collect exploits from submit tals and various mailing lists
and concentrate them in one, easy to navigate database.
This was written for educational purpose. Use it at your own risk. Author will be not responsible for any damage. // r0073r
http://1337day.com/
Sabtu, 14 Juli 2012
Percona Playback 0.3 development release
I’m glad to announce the third Percona Playback release – another
alpha release of a new software package designed to replay database
server load. The first two versions were released in April, just in time
for my talk at the Percona Live MySQL Conference and Expo: Replaying Database Load with Percona Playback.
This is still very much under development, so there’s likely going to be bugs. Please feel free to report bugs here: https://bugs.launchpad.net/percona-playback
Percona Playback is designed to replay database load captured either
in a MySQL slow query log or a tcpdump capture of the MySQL protocol
exchange between client and server.
It can replay the load either as fast as possible or in accurate
mode, where it tries to replay load over the same wall time as the
capture.
Current Notable Limitations:
- tcpdump replay: IPv4 only
- tcpdump replay: no support for server side prepared statements
- libtbb-dev (Intel Threading Building blocks)
- boost (including boost program_options)
- intltool
- gettext
- libpcap-dev
- libcloog-ppl (if using gcc 4.6)
- libmysqlclient-dev
- libdrizzle-dev
- pkg-config
http://www.mysqlperformanceblog.com/2012/07/10/percona-playback-0-3-development-release
(Read More..)
Building A Multi-Version Build System | PHP MUltiple Version
Building A Multi-Version Build System
http://blog.ircmaxell.com/2012/07/building-multi-version-build-system.html (Read More..)
Egress Buster Reverse Shell and Bypassing AV
Back in February Dave Kennedy released a tool called Egress Buster
that would look for outbound ports and let you know what egress rules
were in place behind a firewall. The way this initially worked was by
sending TCP packets on each and every port originating from inside the
firewall to an externally facing server that was listening on those
ports. Today we would like to announce the release of the Egress Buster
Reverse Shell which will scan for open ports on the internal network and
once an open port has been established, spawn a reverse shell.
Benchmark testing showed about a 1,000 ports were tested in under five
seconds.
https://www.trustedsec.com/july-2012/egress-buster-reverse-bypassav/
projectfedena.org
Fedena is a free & opensource school management software
that has more features than a student information system.
Use fedena to efficiently manage students, teachers, employees, courses
& all the system & process related to your
institution.
projectfedena.org
Minggu, 08 Juli 2012
Impact of memory allocators on MySQL performance
MOUSETRAP
A simple library for handling keyboard shortcuts in Javascript.
Try pressing some of the keys here:
http://craig.is/killing/mice
An Introduction To PZQ
PZQ is a persistent store daemon by Mikko Koppanen which uses the
ZeroMQ messaging socket library (version 2) for communication and Kyoto
Cabinet for disc and in memory data storage. Using ZeroMQ makes the
service almost totally language independent - it’s accessible by
anything that has ZeroMQ bindings (though we’ll use PHP in the examples,
and the client library supplied along with PZQ).
Following the ZeroMQ and Unix philosophy of doing few things, but
doing them well, PZQ is designed to act as a simple store-and-forward
device, with the following sorts of use cases as the main objective,
each of which is discussed below:
- Provide a replacement for ZeroMQ SWAP
- Perform as an asynchronous job queue
https://github.com/mkoppanen/pzq/wiki/An-Introduction-To-PZQ (Read More..)
AltSQL
AltSQL is a way to improve your user experience with mysql
, sqlite3
, psql
and other tools that Perl has DBI drivers for. Currently written for
MySQL only, the long term goal of this project is to provide users of
the various SQL-based databases with a familiar command line interface
but with modern improvements such as color, unicode box tables, and
tweaks to the user interface that are fast and easy to prototype and
experiment with.
http://ewaters.github.com/altsql-shell/