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 / cdiscount.com
Created March 27, 2012 14:59
Personalized Web Options
[{"name":"Standard AdBlocker","urlRegex":"^http://","urlExcludeRegex":"","enabled":false,"preserveDocWrite":false,"css":"","html":"","js":"","filters":[{"tags":"div,table","attribute":"id,class","value":"","valueRegex":"([-_]|\\b)(MarketGid(Composite)?\\d+|(adv?|ban(ner)?)\\d+x\\d+|y\\d+_direct\\d+)([-_]|\\b)"},{"tags":"div,table","attribute":"id,class","value":"","valueRegex":"^(top|left|right|bottom)[-_]?(ad|ban(n?er)?)s?\\d*(x\\d+)?$"},{"tags":"div,table","attribute":"id,class","value":"","valueRegex":"([-_]|\\b)(adv?|ban(n?er)?)[-_]?\\d+x\\d+[-_]?[a-z]*([-_]|\\b)"},{"tags":"div,table","attribute":"id,class","value":"","valueRegex":"([-_]|\\b)(bann?er|reklama|advertisement)s?[-_]?\\d*(x\\d+)?([-_]|\\b)"},{"tags":"div,table","attribute":"id,class","value":"","valueRegex":"([-_]|\\b)sidebar[-_]?ads?([-_]|\\b)"},{"tags":"","attribute":"id,class","value":"begun_table,baner,banner,ad,adv,reklama,google_companion_ad_div,google_ads_site,Advertisement,adBar,adBox","valueRegex":""},{"tags":"div","attribute":"id","v
@moul
moul / 100 - OSX Desktop.markdown
Last active October 3, 2015 17:07
OSX Fresh Install

How I setup my machine after a fresh install

Download and Install Applications

  1. Xcode or Command Line Tools
  2. Install Dropbox
  3. Install 1Password
  4. Download Chrome
  • Set up Filevault
@moul
moul / gist:3142888
Created July 19, 2012 10:21
anon ssh
export HISTFILE=
for e in /var/log/?tmp; do > $e; done
@moul
moul / gist:4559569
Created January 17, 2013 20:41
osx - ssh to linux - locale
echo 'en_US.UTF-8 UTF-8' > /var/lib/locales/supported.d/en
dpkg-reconfigure locales
echo 'LANG=en_US.UTF-8' > /etc/default/locale
<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 / test table markdown.md
Last active August 29, 2015 14:07
test table markdown.md
AAA BBB CCC
DDD EEE FFF
GGG HHH III
Type Image Version Boot Requirements Builder Parent
Distrib Ubuntu Trusty 14.04 Docker
Distrib Ubuntu Utopic 14.10 Docker
Distrib Debian Wheezy 7.7 Docker
Distrib Arch Linux latest 🔴 shell
Distrib Fedora 20 🔴 🔴 shell
Distrib Slackware 🔴 🔴 shell
App Docker 1.3.1 Docker ubuntu:utopic
App Wordpress 4.0 :w
@moul
moul / recommends-only.txt
Last active August 29, 2015 14:10
own cloud with and without recommends
acl
at-spi2-core
ca-certificates-java
colord
cpp
cpp-4.8
dbus-x11
dconf-gsettings-backend
dconf-service
default-jre
@moul
moul / container-20-medium.ks
Created December 10, 2014 02:39
Failed fedora bootstrap for armhf using appliance-creator
# This is a kickstart for making a non-bootable container environment.
#
# Convert the result to a tarfile with
#
# virt-tar-out -a fedora.qcow2 / - | bzip2 --best > fedora.tar.bz2
#
#
# This kickstart file is designed to be used with appliance-creator and
# may need slight modification for use with actual anaconda or other tools.
# We intend to target anaconda-in-a-vm style image building for F20, but