I hereby claim:
- I am bds on github.
- I am bds (https://keybase.io/bds) on keybase.
- I have a public key ASB4Evif_EDD-524nYlYchAx214Pa2eHhrGmrq7u7Lt8sgo
To claim this, I am signing this object:
sudo ngrep -q -T -W byline host api.zuora.com | |
sudo ngrep -q -T -W byline port 27017 |
I hereby claim:
To claim this, I am signing this object:
puts ("2070".."2090").map {|i| [i.hex].pack("U"); } |
As configured in my dotfiles.
start new:
tmux
start new with session name:
#Install and use pip in a local directory without root/sudo access. #####By: @saurabhshri
##Why?
Many users when are given server access, do not have root (or sudo) privileges and can not simply do
sudo apt-get install python-pip
.
Here's an easy way you can install and use pip without root (or sudo) access in a local directory.
Note : This works without easy_install
too.
##How?
Look at the following image...
...it shows an object being tested.
You can't see inside the object. All you can do is send it messages. This is an important point to make because we should be "testing the interface, and NOT the implementation" - doing so will allow us to change the implementation without causing our tests to break.
#! /usr/bin/env sh | |
# | |
# https://github.com/rvoicilas/inotify-tools/wiki#inotifywait | |
# | |
CURPATH=`pwd` | |
inotifywait -mr \ | |
--exclude "[^c][^r]$" \ | |
--timefmt '%d/%m/%y %H:%M:%S' --format '%T %w %f' \ | |
-e modify /usr/src/app/my-app/src | while read date time dir file; do |
osascript -e 'display notification "Lorem ipsum dolor sit amet 2" with title "Title"' |
docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined |
The standard way of understanding the HTTP protocol is via the request reply pattern. Each HTTP transaction consists of a finitely bounded HTTP request and a finitely bounded HTTP response.
However it's also possible for both parts of an HTTP 1.1 transaction to stream their possibly infinitely bounded data. The advantages is that the sender can send data that is beyond the sender's memory limit, and the receiver can act on