Apache module mod_logio provides the logging of input and output number of bytes received/sent per request. The numbers reflect the actual bytes as received on the network, which then takes into account the headers and bodies of requests and responses. The counting is done before SSL/TLS on input and after SSL/TLS on output, so the numbers will correctly reflect any changes made by encryption.
From: http://www.programmerq.net/blog/2009/mar/10/accessing-git-through-firewall/
A decent number of things are blocked where I work. SSH is not. I usually use git via SSH. I did want to clone someone's repo that was shared over the git protocol, so I typed in the git-clone command, and waited. It timed out. The quick fix would be to clone it to my home machine, and then clone it over ssh. I never like doing that though, I like origin being the actual origin. I decided that it shouldn't be too hard to get a clone to work, so I did a bit of googling. I figured that if git had any support for a proxy server, it'd be possible one way or another.
The Google Map Image Cutter is an application designed to take any image or digital photo and cut it into tiles which are displayed on a Google Map. Using this tool, large images can be published on the web in a format that allows the user to pan and zoom using the standard Google Maps interface. Although publishing large digital photos is the most obvious application, this technique can also be used for annotated maps of an area that are not to scale e.g. directions for how to get to the office.
Remastersys is a tool that can be used to do 2 things with an existing Debian, Ubuntu or derivative installation.
1. It can make a full system backup including personal data to a live cd or dvd that you can use anywhere and install.
2. It can make a distributable copy you can share with friends. This will not have any of your personal user data in it.
It was initially created to be able to easily backup or create a distributable copy of an Ubuntu or derivative installation. Inspiration for this tool came from the mklivecd script that Mandriva uses and the remasterme script that is in PCLinuxOS. Since those scripts were not very easy to port to Ubuntu, it was written from scratch.
Since I switched from Firefox 2 to Firefox 3, a long time ago, there has always been something I was missing: the Go button. Since then I've been installing some extension to restore it, but today I finally found the best solution: a file in the profile folder to make it visible.
## IPTraf
IPTraf is a console-based network statistics utility for Linux. It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts.