Skip to content

Instantly share code, notes, and snippets.

View wiperS200's full-sized avatar

waipu wiperS200

View GitHub Profile
@wiperS200
wiperS200 / 71a_ax200.log
Last active February 4, 2021 08:03
B610h-71aとB610s-76aをiperfで評価して比較
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 192.168.*.*, port 52439
[ 5] local 192.168.*.* port 5201 connected to 192.168.*.* port 51393
[ 6] local 192.168.*.* port 5201 connected to 192.168.*.* port 51394
[ 9] local 192.168.*.* port 5201 connected to 192.168.*.* port 51395
[ 11] local 192.168.*.* port 5201 connected to 192.168.*.* port 51396
[ 13] local 192.168.*.* port 5201 connected to 192.168.*.* port 51397
[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams

Keybase proof

I hereby claim:

  • I am wipers200 on github.
  • I am waipu (https://keybase.io/waipu) on keybase.
  • I have a public key ASAKocyw3Q6w_V0oR6ecWuMiDcqzZp-HCWS8ib-xBy3S2Qo

To claim this, I am signing this object:

@wiperS200
wiperS200 / autoremove.sh
Last active June 26, 2021 18:52
Mastodon media autoremove script
#!/bin/bash
limit=75
days=7
used=`df /dev/vda1 | awk '/\/dev\/vda1/ {print substr($5, 1, length($5)-1)}'`
now=`date "+%Y-%m-%dT%H:%M:%S"`
exec 1>>/tmp/media_remove_stdout.log
exec 2>>/tmp/media_remove_stderr.log