Skip to content

Instantly share code, notes, and snippets.

@technmsg
technmsg / gist:8247872
Created January 3, 2014 22:26
2013 outbound calls from home, courtesy of Asterisk CDR logs and a little shell/awk-fu.
$ ./annual_summary.sh 2013
== 2013 ==
Total Calls: 181 (2470 mins)
WebEx Calls: 60 (1464 mins)
Top 5 Destinations (count)
46 "16504793208"
13 "18776684493"
7 "1410PRIVATE"
@technmsg
technmsg / cm_license_reapply
Created November 27, 2013 15:14
Old snippet to re-apply a Cloudera Manager license key using the CM API, useful if CM needs to be rebuilt on a new host. Version unknown, use at your own risk.
#!/bin/sh
#
# Copyright 2013 Cloudera Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#