Git Cheatsheet
april 2011
An interactive Git cheatsheet from NDP Software's Andrew Peterson.
cheatsheet
git
april 2011
httpstat.us
march 2011
This is a super simple service for generating different HTTP codes.
It's useful for testing how your own scripts deal with varying responses.
Just add the status code you want to the URL, like this: httpstat.us/200
testing
It's useful for testing how your own scripts deal with varying responses.
Just add the status code you want to the URL, like this: httpstat.us/200
march 2011
reptyr
march 2011
Reparent a running program to a new terminal
reptyr is a utility for taking an existing running program and
attaching it to a new terminal. Started a long-running process over
ssh, but have to leave and don't want to interrupt it? Just start a
screen, use reptyr to grab it, and then kill the ssh session and head
on home.
linux
tty
reptyr is a utility for taking an existing running program and
attaching it to a new terminal. Started a long-running process over
ssh, but have to leave and don't want to interrupt it? Just start a
screen, use reptyr to grab it, and then kill the ssh session and head
on home.
march 2011
an obscure kernel feature to get more info about dying processes at time to bleed
september 2010
% echo "|/path/to/core_helper.rb %p %s %u %g" > /proc/sys/kernel/core_pattern
Where:
%p – PID of the dying process
%s – signal number causing the core dump
%u – real user id of the dying process
%g – real group id of the dyning process
linux
kernel
Where:
%p – PID of the dying process
%s – signal number causing the core dump
%u – real user id of the dying process
%g – real group id of the dyning process
september 2010
One Thing Well
august 2010
One Thing Well is a weblog about simple, useful software (on any platform).
minimalism
august 2010
Overclocking SSL
july 2010
From Google's SSL team member.
Presentation at Velocity 2010
performance
ssl
Presentation at Velocity 2010
july 2010
A Collection of JVM Options
june 2010
Nearly exhaustive list of Java HotSpot JVM since 1.3.1 to 1.6.0
java
reference
june 2010
webkit2png
april 2010
webkit2png is a command line tool that creates png screenshots of webpages. requires mac os x.
mac
python
april 2010
The Memory Management Reference
march 2010
A resource for programmers and computer scientists interested in memory management and garbage collection.
programming
march 2010
Cisco Guide to Harden Cisco IOS Devices
march 2010
This document contains information to help you secure your Cisco IOS® system devices, which increases the overall security of your network. Structured around the three planes into which functions of a network device can be categorized, this document provides an overview of each included feature and references to related documentation.
reference
security
tips
march 2010
The League of Moveable Type
march 2010
"a collection of open source fonts" most of which are fucking fantastic
typography
fonts
design
march 2010
Big-Ass Message
march 2010
Single serving site to display a big ass message of your choice.
flash
fun
march 2010
Mac OS X v10.6: Disabling mDNSResponder will disable DNS
february 2010
sudo vi "/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist"
<string>-NoMulticastAdvertisements</string>
mac
kb
annoyance
<string>-NoMulticastAdvertisements</string>
february 2010
All About Certificate Extensions (NSS Technical Note: 3)
february 2010
NSS (Netscape/Mozilla) approach to X.509 Extensions .
(by Nelson B. Bolyard, 09 May 2002)
ssl
security
(by Nelson B. Bolyard, 09 May 2002)
february 2010
RFC 1925 - The Twelve Networking Truths
february 2010
Truths, only the truths even if it sounds humorous.
reference
classics
february 2010
Protocol Overhead
february 2010
Networking protocol overhead analysis of popular protocols.
Ethernet: 100, Gigabit, Gigabit w/ Jumbo Frames
ATM, Packet Over SONET, MPLS, T1/T3
networking
reference
performance
Ethernet: 100, Gigabit, Gigabit w/ Jumbo Frames
ATM, Packet Over SONET, MPLS, T1/T3
february 2010
Ad*Access (1920s - 1950s)
february 2010
Duke University Library, Digital Connections, Ad*Access
Advertisements between 1920s and 1950s.
1911 - 1957
ad
library
retro
Advertisements between 1920s and 1950s.
1911 - 1957
february 2010
Macintosh Accent Codes
february 2010
Key press combinations for accented letter and symbols in UTF-8
mac
reference
february 2010
Scaling a Microblogging Service - Part I
january 2010
When it comes to Twitter, everyone’s a critic.
scalability
january 2010
Love Food Hate Waste
january 2010
The Love Food Hate Waste campaign aims to raise awareness of the need to reduce food waste. The campaign shows that by doing some easy practical everyday things in the home we can all waste less food, which will ultimately benefit our purses and the environment too.
lifehack
cooking
january 2010
ad
annoyance
bgp
cheatsheet
classics
cocoa
cooking
crypto
debugging
design
dns
erlang
flash
fonts
fun
functional
git
iphone
java
javascript
kb
kernel
library
lifehack
linux
mac
minimalism
mysql
networking
performance
programming
python
quote
reference
retro
scala
scalability
security
ssl
testing
tips
tty
tutorial
typography
unicode
unix
vim