“Angry IP scanner is a very fast IP address and port scanner.
It can scan IP addresses in any range as well as any of their ports. It is cross-platform and lightweight.”
Nice tool for network administrators to monitor and manage their networks !
“Cookiepedia is all about cookies and online tracking. We categorise cookies and host domains to enable people to make informed online privacy choices.”
1 |
wget --header='Accept-Encoding: gzip' -SO /dev/null http://www.domain.com |
1 |
curl -I -H 'Accept-Encoding: gzip,deflate' http://www.domain.com |
Doing Git / Bitbucket Deployment for most of my project these days. This is another compact solution, that should allow almost anyone to start using Git to distribute updates automatically.
Always nice to be able to go a step back fast ;)
His website is offline, but you can still reach it through the Web Archive: http://web.archive.org/web/20131209120053/http://wpcopilot.net/git-auto-deployment/
“Everyone loves the Google CDN right? Even Microsoft runs their own CDN. The problem is, they only host the most popular libraries. We host it all – JavaScript, CSS, SWF, images, etc!”
The GitHub repository from Saša Stamenković provides a nice list of all countries with names and ISO 3166-1 codes.
Available formats are:
PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
Sourcetree is a free Git & Mercurial client for Windows or Mac. I moved to Bitbucket a couple of months ago to help me deploy projects. Sourcetree is a solid tool to easily maintain the sources.
1 |
rsync -avz -e ssh remoteuser@remotehost:/remote/dir /this/dir/ |