My Recent Pastes (46 and counting)

All Pasties (over 46 and counting)

Pages: 1 3 4

Below are summaries of the 15 most recent pasties by Guillaume Rischard.

September 16, 2008
5:17PM EDT
by Guillaume Rischard

1
oeuoeu

September 04, 2008
9:44AM EDT
by Guillaume Rischard

1
2
3
4
5
#!/usr/bin/env ruby

if __FILE__ == $0
if ARGV.length < 2 then
 puts "Usage: #{$0} first_file second_file"

July 22, 2008
9:50AM EDT
by Guillaume Rischard

1
2
3
4
5
Reliable DNS Forgery in 2008: Kaminsky's Discovery
from Matasano Chargen by ecopeland


0.

June 17, 2008
12:48AM EDT
by Guillaume Rischard

1
2
3
4
5
config 'wifi-device' 'wl0'
        option 'type' 'broadcom'
        option 'channel' '5'
        option 'disabled' '0'
        option 'distance' '28'

May 07, 2008
9:43AM EDT
by Guillaume Rischard

1
2
3
4
5
Process:         zsh [40743]
Path:            /bin/zsh
Identifier:      zsh
Version:         ??? (???)
Code Type:       X86 (Native)

April 23, 2008
11:23PM EDT
by Guillaume Rischard

1
2
3
4
5
ip tunnel add tun6to4 mode sit ttl 64 remote any local 82.230.52.123
ip link set dev tun6to4 up

ip -6 addr  add 2a01:e35:2e63:47b::1/60 dev tun6to4
ip -6 route add 2000::/3 via ::192.88.99.100 dev tun6to4 metric 1

March 19, 2008
1:01AM EDT
by Guillaume Rischard

1
2
3
4
5
#! /usr/bin/perl
# version: 0.2-GR (2008-03-19)
# Détection Utilisable des Médias Brisés
# Vérifie les disques SATA avec SMART pour le RTM de OVH,
# le script d'origine ne vérifiant que les disques SCSI et IDE.

December 12, 2007
5:29PM EDT
by Guillaume Rischard

1
2
3
4
5
# For more examples, see the radvd documentation.

interface br-lan
{
        AdvSendAdvert on;

December 08, 2007
2:24PM EDT
by Guillaume Rischard

1
2
3
4
5
> sudo port install lifelines
--->  Staging lifelines into destroot
Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_genealogy_lifelines/work/lifelines-3.0.46.1" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_genealogy_lifelines/work/destroot " returned error 2
Command output:         else \
          : ; \

November 07, 2007
11:23AM EDT
by Guillaume Rischard

1
2
3
4
5
#!/bin/zsh
emulate -L zsh;setopt extendedglob

# "=command" means the full path to the command (for security)

October 08, 2007
9:19AM EDT
by Guillaume Rischard

1
2
3
4
5
#!/bin/sh
TAPE="/dev/st0"

mt --file=$TAPE status &>/dev/null
if [ $? -eq 2 ]; then

October 08, 2007
9:18AM EDT
by Guillaume Rischard

1
2
3
4
5
#!/bin/sh

###############################################################################
# This is the backup script the previous server monkey left for us. It is
# ghastly but hey, it works. Will be replaced with something better soon^Wsome 

October 03, 2007
12:31PM EDT
by Guillaume Rischard

1
2
3
4
5
# $Id$
PortSystem          1.0 

name                dvorakng
version             0.6.0rc1

October 03, 2007
12:29PM EDT
by Guillaume Rischard

1
2
3
4
5
# $Id$
PortSystem          1.0 

name                dvorakng
version             0.6.0rc1

October 03, 2007
12:19PM EDT
by Guillaume Rischard

1
2
3
4
5
DEBUG: Found port in file:///Users/stereo/ports/games/dvorakng
DEBUG: Changing to port directory: /Users/stereo/ports/games/dvorakng
DEBUG: Requested variant darwin is not provided by port dvorakng.
DEBUG: Requested variant i386 is not provided by port dvorakng.
DEBUG: Requested variant macosx is not provided by port dvorakng.

Next page