Skip to content

Instantly share code, notes, and snippets.

View Keruspe's full-sized avatar
🦀
Smashing bugs to outerspace

Marc-Antoine Perennou Keruspe

🦀
Smashing bugs to outerspace
View GitHub Profile
@Keruspe
Keruspe / fx
Created October 15, 2015 18:40
fx
< --disable-elf-hack
< --disable-install-strip
< --disable-pedantic
< --disable-profilelocking
< --disable-profilesharing
< --disable-raw
< --disable-strip-libs
< --enable-crypto
< --enable-extensions=default
< --enable-ipc
keruspe@Lou ~ % ls -ld /lib /usr/lib /usr/host/lib /usr/host /usr/x86_64-pc-linux-gnu/lib
lrwxrwxrwx 1 root root 12 Sep 7 10:45 /lib -> usr/host/lib
lrwxrwxrwx 1 root root 19 Sep 7 10:45 /usr/host -> x86_64-pc-linux-gnu
drwxr-xr-x 125 root root 118784 Oct 15 17:42 /usr/host/lib
lrwxrwxrwx 1 root root 8 Sep 7 10:45 /usr/lib -> host/lib
drwxr-xr-x 125 root root 118784 Oct 15 17:42 /usr/x86_64-pc-linux-gnu/lib
keruspe@Lou ~ % ls -ld /lib /usr/lib /usr/host/lib
lrwxrwxrwx 1 root root 12 Sep 7 10:45 /lib -> usr/host/lib
drwxr-xr-x 125 root root 118784 Oct 15 17:42 /usr/host/lib
lrwxrwxrwx 1 root root 8 Sep 7 10:45 /usr/lib -> host/lib
@Keruspe
Keruspe / stdin
Created October 9, 2015 10:52
stdin
snd_hda_codec_cirrus 8316 1
snd_hda_codec_generic 43730 1 snd_hda_codec_cirrus
snd_hda_codec_hdmi 31504 1
snd_hda_intel 19254 11
snd_hda_codec 71317 4 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_cirrus
snd_hwdep 5267 1 snd_hda_codec
snd_hda_core 26406 4 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_pcm 61948 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer 15934 1 snd_pcm
snd 49374 30 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_hda_codec_cirrus
@Keruspe
Keruspe / collisions
Created September 30, 2015 13:03
collisions
/var/db/paludis/repositories/installed/data/media-libs---gstreamer/1.6.0:1.0:C.21947.1443475277.910637.C/contents:type=file path=/etc/env.d/alternatives/gstreamer/1.0/_importance md5=2542b79651fab56d0ebfff75a0fdf7be mtime=1443475275
/var/db/paludis/repositories/installed/data/media-plugins---gst-plugins-base/1.6.0:1.0:C.8973.1443475644.911433.C/contents:type=file path=/etc/env.d/alternatives/gstreamer/1.0/_importance md5=2542b79651fab56d0ebfff75a0fdf7be mtime=1443475642
/var/db/paludis/repositories/installed/data/sys-devel---binutils/2.25.1:0:C.6937.1437735384.753659.C/contents:type=file path=/usr/share/info/bfd.info md5=d07e2fedb6f023b3f8969e0c7b42bed7 mtime=1437735379
/var/db/paludis/repositories/installed/data/sys-devel---gdb/7.10:0:C.14970.1441489793.879311.C/contents:type=file path=/usr/share/info/bfd.info md5=b381a788bbd7f0e8e84dcaa83fc52211 mtime=1441489767
/var/db/paludis/repositories/installed/data/sys-devel---autoconf/2.13:2.1:C.517.1430012343.804680.C/contents:type=file path=/usr/share/info/stand
@Keruspe
Keruspe / demo.c
Last active September 20, 2015 18:46
demo.c
/* Copyright 2015 Marc-Antoine Perennou */
/* modern C memory management */
/* gcc demo.c -o demo; valgrind ./demo */
/*
==18206== Memcheck, a memory error detector
==18206== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==18206== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==18206== Command: ./demo
==18206==
==18206==
@Keruspe
Keruspe / stdin
Created September 16, 2015 19:10
stdin
alip/packages/net-news/newsbeuter/newsbeuter-2.9.exheres-0
alip/packages/net-www/elinks/elinks.exlib
alip/packages/sys-auth/pam_ssh/pam_ssh-2.01.exheres-0
desktop/packages/mail-libs/libetpan/libetpan-1.1-r1.exheres-0
desktop/packages/text-plugins/zathura-pdf-mupdf/zathura-pdf-mupdf.exlib
desktop/packages/app-text/mupdf/mupdf.exlib
desktop/packages/net-im/loudmouth/loudmouth-1.5.0-r2.exheres-0
desktop/packages/net-im/telepathy-salut/telepathy-salut-0.8.1-r1.exheres-0
desktop/packages/net-im/telepathy-gabble/telepathy-gabble-0.16.6-r1.exheres-0
exhereses-cn/packages/net-proxy/shadowsocks/shadowsocks.exlib
@Keruspe
Keruspe / stdin
Created September 16, 2015 17:41
stdin
From 7068c405801c13b140be2c874d51d1fc233281c5 Mon Sep 17 00:00:00 2001
From: Marc-Antoine Perennou <keruspe@exherbo.org>
Date: Fri, 11 Sep 2015 19:25:02 +0200
Subject: [PATCH 1/5] introduce PHP_ABIS
Change-Id: Ib4495edc31f99366d0ffb3e5b8370a33f11338d7
Signed-off-by: Marc-Antoine Perennou <keruspe@exherbo.org>
---
metadata/options/descriptions/php_abis.conf | 3 +++
profiles/make.defaults | 2 +-
@Keruspe
Keruspe / stdin
Created September 15, 2015 14:40
stdin
From 7068c405801c13b140be2c874d51d1fc233281c5 Mon Sep 17 00:00:00 2001
From: Marc-Antoine Perennou <keruspe@exherbo.org>
Date: Fri, 11 Sep 2015 19:25:02 +0200
Subject: [PATCH 1/4] introduce PHP_ABIS
Change-Id: Ib4495edc31f99366d0ffb3e5b8370a33f11338d7
Signed-off-by: Marc-Antoine Perennou <keruspe@exherbo.org>
---
metadata/options/descriptions/php_abis.conf | 3 +++
profiles/make.defaults | 2 +-
@Keruspe
Keruspe / stdin
Created September 15, 2015 10:53
stdin
From 2eca69c3b17485456e8e1e5241b89ae045bd18d0 Mon Sep 17 00:00:00 2001
From: Marc-Antoine Perennou <keruspe@exherbo.org>
Date: Fri, 11 Sep 2015 16:14:39 +0200
Subject: [PATCH 1/7] php: allow slotting
Change-Id: Ia1ab044632feb6fceeb2a5cbcb4f9d90d68438e5
Signed-off-by: Marc-Antoine Perennou <keruspe@exherbo.org>
---
packages/dev-lang/php/php.exlib | 79 +++++++++++++++++++++++++++++++----------
1 file changed, 61 insertions(+), 18 deletions(-)