Skip to content

Instantly share code, notes, and snippets.

@LadyNamedLaura
LadyNamedLaura / gist:3178095
Created July 25, 2012 19:37
patch for systemd/autogen.sh
diff --git a/autogen.sh b/autogen.sh
index bec43fa..c0ef51d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,13 +23,12 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
echo "Activated pre-commit hook."
fi
-GTKDOCIZE=$(which gtkdocize 2>/dev/null)
-if test -z $GTKDOCIZE; then
@LadyNamedLaura
LadyNamedLaura / systemd-analyze-dual.py
Created June 12, 2012 13:27
systemd-analyze-dual does what systemd-analyze does, but for system and user mode at the same time
#!/usr/bin/python
import getopt, dbus, sys, os
try:
import cairo
except ImportError:
cairo = None
def acquire_time_data():
@LadyNamedLaura
LadyNamedLaura / yum2smart.sh
Created November 25, 2011 15:13
Script to convert yum repositories to smart channels
#!/bin/sh
basearch=`rpmdb --showrc | awk '{ if($2=="_arch") print $3}'`
releasever=`rpm -q --qf "%{version}\n" --whatprovides redhat-release`
debug="false"
smart_channel="smart channel -y "
smart_mirror="smart mirror "
mirrors="false"
pre="false"
# Compiled source #
###################
*.class
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
@LadyNamedLaura
LadyNamedLaura / gist:1170823
Created August 25, 2011 14:45
Idea for a Linux distibution
I have been thinking a lot about making my own custom Linux distribution
(current working name is "BurgieOS" but this is just because of lack of inspiration)
BASICS
- User and admin focused
- Focus on
- Use new techniques (systemd, btrfs, ...)
- cut the (legacy) crap (compat layers are available in separate packages)
- Dare to be different (in a way it still works)
@LadyNamedLaura
LadyNamedLaura / sources.list
Created June 19, 2011 20:41
a sources.list file for debian wheezy
#
# deb cdrom:[Debian GNU/Linux testing _Wheezy_ - Official Snapshot i386 DVD Binary-1 20110613-03:37]/ wheezy contrib main
deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.de.debian.org/debian/ squeeze main contrib non-free
deb http://ftp.nl.debian.org/debian/ wheezy main contrib non-free
deb http://ftp.be.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.nl.debian.org/debian/ wheezy main contrib non-free