49
Git Cheatsheet
An interactive Git cheatsheet from NDP Software's Andrew Peterson.
cheatsheet  git 
april 2011
httpstat.us
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 
march 2011
reptyr
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 
march 2011
an obscure kernel feature to get more info about dying processes at time to bleed
% 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 
september 2010
One Thing Well
One Thing Well is a weblog about simple, useful software (on any platform).
minimalism 
august 2010
Overclocking SSL
From Google's SSL team member.
Presentation at Velocity 2010
performance  ssl 
july 2010
A Collection of JVM Options
Nearly exhaustive list of Java HotSpot JVM since 1.3.1 to 1.6.0
java  reference 
june 2010
virtualenv
virtualenv is a tool to create isolated Python environments.
python 
may 2010
webkit2png
webkit2png is a command line tool that creates png screenshots of webpages. requires mac os x.
mac  python 
april 2010
The Memory Management Reference
A resource for programmers and computer scientists interested in memory management and garbage collection.
programming 
march 2010
Cisco Guide to Harden Cisco IOS Devices
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
"a collection of open source fonts" most of which are fucking fantastic
typography  fonts  design 
march 2010
Big-Ass Message
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
sudo vi "/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist"
<string>-NoMulticastAdvertisements</string>
mac  kb  annoyance 
february 2010
All About Certificate Extensions (NSS Technical Note: 3)
NSS (Netscape/Mozilla) approach to X.509 Extensions .
(by Nelson B. Bolyard, 09 May 2002)
ssl  security 
february 2010
BGP Case Studies
BGP case studies from Cisco Systems.
networking  bgp  reference 
february 2010
RFC 1925 - The Twelve Networking Truths
Truths, only the truths even if it sounds humorous.
reference  classics 
february 2010
Protocol Overhead
Networking protocol overhead analysis of popular protocols.
Ethernet: 100, Gigabit, Gigabit w/ Jumbo Frames
ATM, Packet Over SONET, MPLS, T1/T3
networking  reference  performance 
february 2010
Ad*Access (1920s - 1950s)
Duke University Library, Digital Connections, Ad*Access
Advertisements between 1920s and 1950s.
1911 - 1957
ad  library  retro 
february 2010
Macintosh Accent Codes
Key press combinations for accented letter and symbols in UTF-8
mac  reference 
february 2010
minimalsites
a gallery of minimalist web design.
minimalism 
january 2010
Scaling a Microblogging Service - Part I
When it comes to Twitter, everyone’s a critic.
scalability 
january 2010
Love Food Hate Waste
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
Windows in Vim
Window and buffer management in Vim
reference  vim  unix 
december 2009

Copy this bookmark:



description:


tags: