%title: Kubeception %author: @dghubble
// Youtube: https://www.youtube.com/watch?v=tlUiQa2JYQU
-> Experiments with QEMU/KVM on Kubernetes <-
%title: Kubeception %author: @dghubble
// Youtube: https://www.youtube.com/watch?v=tlUiQa2JYQU
-> Experiments with QEMU/KVM on Kubernetes <-
| Edit '/etc/sysconfig/jenkins' and add 'prefix=/jenkins' to 'JENKINS_ARGS' | |
| ************************************************************************** | |
| JENKINS_ARGS="--prefix=/jenkins" | |
| Comment out the default server config in '/etc/nginx/nginx.conf' | |
| and create following file | |
| '/etc/nginx/conf.d/domain.conf' | |
| ************************************************* |
/etc/pki/ca-trust/source/anchors on your CentOS machineupdate-ca-trust extractwget https://thewebsite.org| #include <netinet/in.h> | |
| #include <string.h> | |
| #include <sys/socket.h> | |
| #include <sys/kern_control.h> | |
| #include <net/if_utun.h> | |
| #include <sys/ioctl.h> | |
| #include <sys/kern_event.h> | |
| int open_utun(int num) { | |
| int err; |
| # npm using https for git | |
| git config --global url."https://github.com/".insteadOf [email protected]: | |
| git config --global url."https://".insteadOf git:// | |
| # npm using git for https | |
| git config --global url."[email protected]:".insteadOf https://github.com/ | |
| git config --global url."git://".insteadOf https:// |
1) Filter Table
Filter is default table for iptables. So, if you don’t define you own table, you’ll be using filter table. Iptables’s filter table has the following built-in chains.
| """ Simple IPC benchmark test | |
| Test throughput of 512 KB messages sent between two python processes using: | |
| - multiprocessing pipe | |
| - zeroMQ PUSH/PULL | |
| - zeroMQ DEALER/DEALER | |
| Result: |
sudo su
apt-get update && apt-get install -y libvirt-dev ruby-all-dev apparmor-utils
curl -O -L https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.5_x86_64.deb
dpkg -i vagrant_1.6.5_x86_64.deb
aa-complain /usr/lib/libvirt/virt-aa-helper # workaround
exit