Skip to content

Instantly share code, notes, and snippets.

View moul's full-sized avatar
🌸
societal evolution engineer

Manfred Touron moul

🌸
societal evolution engineer
View GitHub Profile
<ezstream>
<url>http://127.0.0.1:8042/test</url>
<sourcepassword>test</sourcepassword>
<sourceuser>test</sourceuser>
<format>MP3</format>
<filename>b.mp3</filename>
<stream_once>0</stream_once>
<svrinfoname>test</svrinfoname>
<svrinfourl>test</svrinfourl>
<svrinfogenre>test</svrinfogenre>
@moul
moul / _.md
Created March 6, 2013 16:21
Tributary inlet
@moul
moul / sg.md
Last active December 17, 2015 10:42
sg.md

OLD

$ scw _security-groups
$ scw _security-groups "SecurityGroupID"
$ scw _security-groups --new "NAME:DESCRIPTION"
$ scw _security-groups --update "NAME:DESCRIPTION" "SecurityGroupID"
$ scw _security-groups --delete "SecurityGroupID"
$ scw _security-groups --rules "SecurityGroupID"
$ scw _security-groups --rule-id "SecurityGroupID:RuleID"

$ scw _security-groups --rule-delete "SecurityGroupID:RuleID"

@moul
moul / -
Created December 21, 2015 16:31
hello world
@moul
moul / a.rb
Created December 24, 2015 15:50
kernel-mxs
/ # uname -a
Linux c2-10-1-64-21 4.1.5 #31 SMP Wed Sep 30 19:18:19 CEST 2015 x86_64 GNU/Linux
/ # zcat /proc/config.gz
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.1.5 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
@moul
moul / a.rb
Created December 24, 2015 15:54
kernel-coreos
coreos ~ # zcat /proc/config.gz
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.2.0-coreos-r1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
@moul
moul / gist:22cbf6f4e305d60baa77
Created January 12, 2016 17:18
yum armhf in docker via qemu
[root@8a29b64f4287 ~]# python -v /usr/bin/yum
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
import site # precompiled from /usr/lib/python2.7/site.pyc
# /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
import os # precompiled from /usr/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
Verifying that +moul42 is my blockchain ID. https://onename.com/moul42
@moul
moul / centos-novirt.txt
Created January 14, 2016 17:51
centos-novirt
[root@centos-dev 7.2.1511-aarch64]$ livemedia-creator --no-virt --make-disk --ks=$(pwd)/centos-7.ks --image-name=centos-7-base-aarch64
2016-01-14 12:50:34,640: disk_size = 3GB
2016-01-14 12:50:34,640: disk_img = /var/tmp/centos-7-base-aarch64
Starting installer, one moment...
anaconda argparse: terminal size detection failed, using default width
[Errno 25] Inappropriate ioctl for device
anaconda 21.48.22.56-1 for Red Hat Enterprise Linux 7 (pre-release) started.
** (process:3061): WARNING **: Failed to load shared library 'libgtk-3.so.0' referenced by the typelib: dlopen: cannot load any more object with static TLS
@moul
moul / linux distrib builds.md
Last active January 15, 2016 13:32
linux distrib builds
distrib/builder debootstrap qemu-debootstrap multistrap rinse urpmi anaconda chroot + static pm pacstrap kickstart preseed
debian Y Y Y ?
ubuntu Y Y Y ?
fedora Y Y Y ?
centos Y Y Y ?
redhat Y Y Y ?
gentoo