I hereby claim:
- I am cronnelly on github.
- I am cronnelly (https://keybase.io/cronnelly) on keybase.
- I have a public key ASC0iYpOGQVtE8DWLyW1ukBW-u2x2KuU9207CigbYFhTvAo
To claim this, I am signing this object:
| # On server: | |
| COUNT=0; while true; do nc -ulw0 1234 > /dev/null; echo $((++COUNT)); done | |
| # On client: | |
| for i in $(seq 6000); do echo "hello" >/dev/udp/<server>/1234; sleep 0.1; done |
| #!/bin/bash | |
| # -*- sh -*- | |
| : << =cut | |
| =head1 NAME | |
| zram - Plugin to monitor zram usage | |
| =head1 CONFIGURATION |
I hereby claim:
To claim this, I am signing this object:
| test |
| #!/bin/bash | |
| sudo apt-get update | |
| sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev \ | |
| libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev \ | |
| libxcb-xfixes0-dev pkg-config texinfo zlib1g-dev | |
| # Create a dir where the rest of the sources will live | |
| mkdir ~/ffmpeg_sources |
| ┌─────────────────────────────────────────────────────────┤ Configuring lxd ├──────────────────────────────────────────────────────────┐ | |
| │ │ | |
| │ lxcbr0 is being replaced by lxdbr0 │ | |
| │ │ | |
| │ With this package upgrade LXD is moving away from the LXC provided lxcbr0 bridge and moving to its own lxdbr0 bridge. │ | |
| │ │ | |
| │ The reason for this switch is: |
| # Fix PuTTY's bad ACS handling in Unicode | |
| set-option -ga terminal-overrides ',*:enacs@:smacs@:rmacs@:acsc@' | |
| # Start from 1 | |
| set -g pane-base-index 1 | |
| set -g base-index 1 | |
| # Colours | |
| set-option -g default-terminal screen-256color |
| author "Michael Cronnelly" | |
| env NODE_ENV=testing | |
| env NODE_START=/var/application/<site>/server.js | |
| env NODE_VERSION=0.10.7 | |
| env PORT=3310 | |
| setuid node | |
| env HOME=/home/node |
| for i in $(seq 2); do ssh -A sl-shortlist-0$i "tail -f /var/log/apache2/other_vhosts_access.log | cut -f 4,5,6,7,8,13 | awk -F'=' '{if (\$NF > 500000) print \"$i:\", \$0; fflush()}'" & true; done | cat |
| #!/bin/bash | |
| # Call from inet with this config: | |
| # www stream tcp nowait node /usr/local/bin/screen_serve.sh | |
| export XAUTHORITY=/home/node/.Xauthority | |
| export DISPLAY=:0 | |
| filename="/tmp/screen-"$(uuidgen)".jpg" | |
| for i in `seq 100`; do |