-
2090377·text·41.1 KB·2011-10-15 23:34 UTC
-
2090373·text·398 B·2011-10-15 22:19 UTC
The TS Gateway service is shutting down. To diagnose possible causes for this problem, verify whether the following services are installed and started: (1) World Wide Web Publishing Service (2) Intern
-
2090372·text·1.3 KB·2011-10-15 22:18 UTC
cat > /etc/group << "EOF"
root:x:0:
bin:x:1:
sys:x:2:
kmem:x:3:
tty:x:4:
tape:x:5:
daemon:x:6:
floppy:x:7:
disk:x:8:
lp:x:9:
dialout:x:10:
audio:x:11:
video:x:12:
utmp:x:13:
usb:x:14:
-
2090371·text·1.2 KB·2011-10-15 22:16 UTC
cat > /etc/passwd << "EOF"
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/dev/null:/bin/false
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
EOF
touch /var/run/utmp /var/log/{btmp,la
-
2090369·text·2.3 KB·2011-10-15 22:10 UTC
PROGRAM MYPROG
INTEGER NX, NY ! Variables to hold number of intervals in each direction
REAL XSTART, XEND ! Variables defining the interval in x-direction
REAL YSTART, YEND ! Variables defining t
-
2090366·text·193 B·2011-10-15 22:04 UTC
ln -sv /tools/bin/{bash,cat,echo,pwd,stty} /bin
ln -sv /tools/bin/perl /usr/bin
ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib
ln -sv bash /bin/s
-
2090365·text·1.8 KB·2011-10-15 22:04 UTC
Setting up libgmime-2.4-2 (2.4.24-0ubuntu1) ...
Setting up libquvi0 (0.2.11-1) ...
Setting up libtotem-plparser17 (2.32.4-0ubuntu1) ...
Setting up growisofs (7.1-9) ...
Setting up dvd+rw-tools (7.
-
2090363·text·613 B·2011-10-15 21:59 UTC
mkdir -pv /{bin,boot,etc/opt,home,lib,mnt,opt}
mkdir -pv /{media/{floppy,cdrom},sbin,srv,var}
install -dv -m 0750 /root
install -dv -m 1777 /tmp /var/tmp
mkdir -pv /usr/{,local/}{bin,include,lib
-
2090361·text·5.9 KB·2011-10-15 21:50 UTC
sudoman@igo ~$ exaile --debug
17:48:29,997:INFO : Loading Exaile 0.3.2.1... (xl.main)
17:48:29,998:INFO : Loading settings... (xl.main)
17:48:30, 43:DEBUG : Provider tags registered for ser
-
2090360·diff·1.0 KB·2011-10-15 21:40 UTC
sudoman@igo ~$ diff debian-bad trisquel-bad
7c7
< /usr/lib/gstreamer-0.10/libgstautoconvert.so
---
> /usr/lib/gstreamer-0.10/libgstaudioparsersbad.so
18d17
< /usr/lib/gstreamer-0.10/libgstcurl.s
-
2090359·text·1.6 KB·2011-10-15 21:35 UTC
while 1:
valeur_a = False
valeur_b = False
valeur_c = False
while valeur_a == False:
print("Entrez la valeur du coefficient du premier terme (ex: 2x²) :")
a=inp
-
2090357·text·687.5 KB·2011-10-15 21:18 UTC
-
2090356·text·5.3 KB·2011-10-15 21:15 UTC
<?php
$this->AddHook('produce_coins', 'Produce');
function Produce($bot)
{
// scripted original by GML fix by high comunity
if ($bot->firstrun)
return;
$bot->ReloadConfig();
$data = $bot
-
2090355·text·65.4 KB·2011-10-15 21:14 UTC
-
2090348·text·1.7 KB·2011-10-15 19:56 UTC
Whatever Happened to Dave Sim?
**************
1)
First off, could you tell us a bit about what you’ve been doing lately?
2)
What made you want to become a cartoonist? Also, do you have an
-
2090347·text·1.9 KB·2011-10-15 19:54 UTC
The answers to the questions will be translated to Danish and then printed ad verbatim. The introduction to the interview will read as follows:
Whatever Happened to Dave Sim?
Dave Sim, creator o
-
2090346·text·1.2 KB·2011-10-15 19:38 UTC
H:\Games>dir /B
A Reckless Disregard for Gravity
Age Of Empires 3
Assassins Creed
Assassins Creed 2
Assassins Creed Brotherhood
Audiosurf
Beat_Hazard_Ultra
Bioshock
Bioshock 2
Blur
Bulletst
-
2090345·text·65.0 KB·2011-10-15 19:24 UTC
-
2090343·text·36.6 KB·2011-10-15 18:53 UTC
-
2090338·bash·630 B·2011-10-15 18:07 UTC
#!/bin/sh
rm -rf .bld
mkdir .bld
cat *.md > .bld/markdown_all.md
echo "Copying html and css"
cp head.html .bld/head.html
cp foot.html .bld/foot.html
cp style.css .bld/style.css
echo