Skip to content

Instantly share code, notes, and snippets.

+ ./configure --prefix=/home/rpm/rpmbuild/BUILD/alt-php53/libtidy-master --enable-utf16 --enable-access --enable-asian
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
@ndrut
ndrut / couch.log
Created July 11, 2014 04:16
CouchDB 1.6 - Fresh install
This file has been truncated, but you can view the full file.
Apache CouchDB 1.4.0+build.4479b86 (LogLevel=debug) is starting.
Configuration Settings ["/usr/local/etc/couchdb/default.ini",
"/usr/local/etc/couchdb/local.ini"]:
[attachments] compressible_types="text/*, application/javascript, application/json, application/xml"
[attachments] compression_level="8"
[compaction_daemon] check_interval="300"
[compaction_daemon] min_file_size="131072"
[cors] credentials="false"
[couch_httpd_auth] allow_persistent_cookies="false"
[couch_httpd_auth] auth_cache_size="50"
--------------------------------------------------------------------------------
SELinux is preventing /usr/bin/my_print_defaults from read access on the file .my.cnf.
***** Plugin catchall (100. confidence) suggests ***************************
If you believe that my_print_defaults should be allowed read access on the .my.cnf file by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
{
"hits": [
{
"result": {
"id": 1006955,
"title": "Shugga",
"url": "http://genius.com/Pleymo-shugga-lyrics",
"path": "/Pleymo-shugga-lyrics",
"header_image_url": "https://assets.rapgenius.com/images/default_cover_image.png?1443197028",
"primary_artist": {

Keybase proof

I hereby claim:

  • I am jawsome on github.
  • I am ndru (https://keybase.io/ndru) on keybase.
  • I have a public key ASDnK2nol8TjLimyQwKzBak0Xcr3beqNErg8o-dYxmnXdAo

To claim this, I am signing this object:

Recipe Name

Total cook time: () mins (optional) Summary:

ingredients

  • 1 x ingredient
┌────────────────────────────────┬────────────┬────────────┬────────────┐
│ tag │ total │ confirmed │ percent │
├────────────────────────────────┼────────────┼────────────┼────────────┤
│ ITAG99999999999999999999999 │ 1760 │ 1698 │ 96.5 │
├────────────────────────────────┼────────────┼────────────┼────────────┤
│ NYRSTA999999999999999999999 │ 380 │ 362 │ 95.3 │
├────────────────────────────────┼────────────┼────────────┼────────────┤
│ IOTAJANITORCCURL99999999999 │ 1104 │ 1037 │ 93.9 │
├────────────────────────────────┼────────────┼────────────┼────────────┤
│ LIQIO9999999999999999999999 │ 665 │ 594 │ 89.3 │
┌────────────────────────────────┬────────────┬────────────┬────────────┐ |
│ tag │ total │ confirmed │ percent │ |
├────────────────────────────────┼────────────┼────────────┼────────────┤ |
│ TMXIWJHZXNKDCULZXSZIXILTIYY │ 1 │ 1 │ 100 │ |
├────────────────────────────────┼────────────┼────────────┼────────────┤ |
│ XXQWCPN9GQBYSJJYHUFHZIOIDKT │ 1 │ 1 │ 100 │ |
├────────────────────────────────┼────────────┼────────────┼────────────┤ |
│ ITAG99999999999999999999999 │ 14896 │ 14540 │ 97.6 │ |
├────────────────────────────────┼────────────┼────────────┼────────────┤ |
│ NYRSTA999999999999999999999 │ 3237 │ 3126 │ 96.6 │ |
@ndrut
ndrut / kube.do.yaml
Created April 7, 2018 14:55
Kubernetes DigitalOcean Setup
#cloud-config
apt:
sources:
docker-ce.list:
source: "deb https://download.docker.com/linux/ubuntu xenial stable"
key: |
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBFit2ioBEADhWpZ8/wvZ6hUTiXOwQHXMAlaFHcPH9hAtr4F1y2+OYdbtMuth
lqqwp028AqyY+PRfVMtSYMbjuQuu5byyKR01BbqYhuS3jtqQmljZ/bJvXqnmiVXh
version: '3.6'
services:
core:
image: traefik:latest
command:
- "--api"
- "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https"
- "--entrypoints=Name:https Address::443 TLS:/run/secrets/nbusa-wildcard.crt,/run/secrets/nbusa-wildcard.key"
- "--defaultentrypoints=http,https"