I hereby claim:
- I am mattatcha on github.
- I am mattaitchison (https://keybase.io/mattaitchison) on keybase.
- I have a public key ASDn78Sd3DyGnfnuxhB7GPRQ5yV0E2iP80kJg77gD_7ZIwo
To claim this, I am signing this object:
| FROM python:2.7.13-slim | |
| COPY . /app/ | |
| WORKDIR /app | |
| ENTRYPOINT ["python", "connectbug.py"] |
I hereby claim:
To claim this, I am signing this object:
| cd /tmp | |
| rm hello.cmd | |
| rm http.cmd | |
| ssh cmd.io :delete hello | |
| ssh cmd.io :delete http | |
| source ~/.profile.d/demo | |
| clear | |
| [wait 2]# Let's build two quick commands with Cmd.io! | |
| # First,[wait] a simple command that says hello. |
| sudo iptables -A OUTPUT -m owner ! --uid-owner root -d 169.254.169.254 -j DROP |
| package main | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "fmt" | |
| "io" | |
| "io/ioutil" | |
| "os" |
| package main | |
| import ( | |
| "bufio" | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "fmt" | |
| "io" | |
| "io/ioutil" |
| import * as React from "react"; | |
| import { observable, action, autorun } from 'mobx'; | |
| import { Promise } from 'es6-promise'; | |
| import { FlatButton } from 'material-ui'; | |
| import { StoreManager } from './StoreManager'; | |
| export class ModalStore { | |
| storeManager: StoreManager | |
| @observable public isOpen: boolean = false; | |
| @observable public actions = []; |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import os | |
| import sys | |
| import platform | |
| import shutil | |
| import cPickle | |
| if platform.system() in ('Windows', 'Microsoft'): |
I've had the opertunity to try a variety of different server configurations but never really got around to trying HHVM with Magento until recently. I thought I would share a detailed walkthrough of configuring a single instance Magento server running Nginx + Fast CGI + HHVM / PHP-FPM + Redis + Percona. For the purpose of this blog post I'm assuming you are using Fedora, CentOS, or in my case RHEL 6.5.
Please note: I'm 100% open to suggestions. If you see something I did that needs to be done a different way, please let me know. I haven't included my Perconca my.conf file yet. I will shortly. Also I plan on trying this same test with HHVM 3.3 and PHP 7.
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm