I hereby claim:
- I am dewey on github.
- I am dewey (https://keybase.io/dewey) on keybase.
- I have a public key whose fingerprint is AA6F A1E8 62E3 0BDB 1FE5 6DF7 E047 2B03 3D23 D359
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| #title : backup-znc-logs.sh | |
| #description : Create a local backup of all important ZNC accounts | |
| #date : 19.08.2014 | |
| # ------------------------- START CONFIG ------------------------- | |
| # Script home directory | |
| # This is the directory where you want to store the directories containing your log files. | |
| SCRIPT_HOME="${HOME}/Documents/Textual Logs/ZNC/" |
| for f in torrents/*; do scp "$f" torrent@example.com:~/rtorrent/watch/watchWHAT/ && rm "$f" ; sleep 5; done |
| // Script to calculate the total size of data listed in all torrent files in a given directory. | |
| // | |
| // Dependencies: Install `parse-torrent-file` and `glob` with `npm install`. `fs` is already a core library. | |
| // Usage: Move all directories containing *.torrent files into the torrent/ directory | |
| // and run `node app.js`. | |
| // | |
| // Author: https://github.com/dewey - 6.11.2014 | |
| var parseTorrentFile = require('parse-torrent-file'), | |
| fs = require('fs'), |
| #!/bin/zsh | |
| updates=`emerge -pv --color n --update --deep --newuse world` | |
| if [ "`echo $updates | wc -l`" -gt "6" ]; then | |
| message=`echo $updates | grep -F --color=never "ebuild"` | |
| curl -s \ | |
| --form-string "token=APP TOKEN HERE" \ | |
| --form-string "user=USER TOKEN HERE" \ | |
| --form-string "title=Updates available for: `hostname`" \ | |
| --form-string "message=$message" \ | |
| https://api.pushover.net/1/messages.json |
| var input = ['p1', 'p2', 'p3', 'p4', 'p5', 'p6'] | |
| var output = []; | |
| var counter = 0; | |
| for(var i = 0; i <= input.length-1; i++) { | |
| var tupel = []; | |
| if(counter == 0) { | |
| tupel.push(input[i]) | |
| counter++; |
| #!/usr/bin/env python | |
| import urllib.request | |
| import json | |
| import sys | |
| def main(): | |
| try: | |
| mode = sys.argv[1] | |
| except IndexError: | |
| mode = "" |
| package main | |
| import ( | |
| "bufio" | |
| "crypto/md5" | |
| "encoding/hex" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "os" |
| * CONFIG_CGROUP_HUGETLB: is not set when it should be. | |
| * CONFIG_NET_CLS_CGROUP: is not set when it should be. | |
| * CONFIG_RT_GROUP_SCHED: is not set when it should be. | |
| * CONFIG_CGROUP_NET_PRIO: is not set when it should be. | |
| * CONFIG_DEVPTS_MULTIPLE_INSTANCES: is not set when it should be. | |
| * CONFIG_CGROUP_DEVICE: is not set when it should be. | |
| * CONFIG_CGROUP_FREEZER: is not set when it should be. | |
| * CONFIG_CGROUP_SCHED: is not set when it should be. | |
| * CONFIG_NF_NAT_IPV4: is not set when it should be. |
Update: Seems to be real https://news.ycombinator.com/item?id=11587416
I received this message on Wednesday, April 27, 2016 7:35 PM. Couldn't find anything about it on Gitlab's Blog or Twitter so I asked for clarification here: https://twitter.com/tehwey/status/725612585886842880
Anyone else got one of these, maybe to an address that's exclusively used on Gitlab? There also seems to be a huge spam issue going on in their issue tracker right now:
https://gitlab.com/gitlab-org/gitlab-ce/issues?page=5&scope=all&sort=id_desc&state=opened