I hereby claim:
- I am ponyboy47 on github.
- I am ponyboy47 (https://keybase.io/ponyboy47) on keybase.
- I have a public key ASD2IWcYu4RcruiaAvhgX6OPj5J0hMVrrtcYVtbtvvXxYgo
To claim this, I am signing this object:
| Desired=Unknown/Install/Remove/Purge/Hold | |
| | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend | |
| |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
| ||/ Name Version Architecture Description | |
| +++-====================================-===================================-============-================================================================================ | |
| ii acct 6.6.4-1 amd64 GNU Accounting utilities for process and login accounting | |
| ii acl 2.2.52-3build1 amd64 Access control list utilities | |
| ii adduser 3.116ubuntu1 all add and remove users and groups | |
| ii adwaita-icon-theme 3.28.0-1ubuntu1 all default icon theme of GNOME (small subset) | |
| ii apache2 2.4.29- |
| import Foundation | |
| import Dispatch | |
| // Special queue for flushing the logs | |
| private let loggingQueue = DispatchQueue(label: "com.logging.queue", qos: .utility) | |
| // The application-wide logger object | |
| public var logger: Logger = GlobalLogger.global | |
| // A global logger which flushes data using the loggingQueue |
I hereby claim:
To claim this, I am signing this object:
| > node-gyp rebuild | |
| make: Entering directory `/home/pool47/unomp/node_modules/merged-pooler/node_modules/unomp-multi-hashing/build' | |
| CXX(target) Release/obj.target/multihashing/multihashing.o | |
| ../multihashing.cc: In function ‘v8::Handle<v8::Value> neoscrypt_hash(const v8::Arguments&)’: | |
| ../multihashing.cc:153:14: warning: unused variable ‘input_len’ [-Wunused-variable] | |
| uint32_t input_len = Buffer::Length(target); | |
| ^ | |
| ../multihashing.cc: In function ‘v8::Handle<v8::Value> boolberry(const v8::Arguments&)’: | |
| ../multihashing.cc:606:7: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] |
| # This tutorial walks you through a full Plex Media server setup on a CentOS6 minimal install | |
| # Start by installing the required tools | |
| sudo yum install -y wget | |
| # Now download the latest plex server software (This is the most recent as of 3/2/16) | |
| # Go to plex.tv/downloads for the most recent for your system/architecture | |
| wget https://downloads.plex.tv/plex-media-server/0.9.15.6.1714-7be11e1/plexmediaserver-0.9.15.6.1714-7be11e1.i386.rpm | |
| # Now install the rpm you just downloaded |