-
2093491·text·320 B·2011-11-10 05:21 UTC
bash-4.1# lilo
Warning: LBA32 addressing assumed
Warning: Device 0x0800: Inconsistent partition table, 1st entry
CHS address in PT: 0:32:33 --> LBA (640)
LBA address in PT: 2048 --> CHS
-
2093489·text·2.1 KB·2011-11-10 05:08 UTC
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0"
boot = /dev/sda
# Boot BMP Image.
#
-
2093478·text·341 B·2011-11-10 03:58 UTC
Input:
(displist '(((3 . 4)(6 8 12))(2 13 (4 . 1))))
Output:
(
(
(
3
.
4
)
(
6
8
(
-
2093476·text·1.3 KB·2011-11-10 03:52 UTC
(define (displist origlist)
(define (indent-helper n)
(cond
((> n 0)
(display " ")
(indent-helper (- n 1)))
(else
-
2093473·text·1.1 KB·2011-11-10 03:07 UTC
#!/bin/bash
# Carlos Ferry Sauterel - Ingenieria Ejecución Informática #
MODELNAME=$( awk '/model name/ {print $4; count++; if (count == 1) exit}' < /proc/cpu
KERNELVERSION=$( awk '/Linux ver
-
2093472·text·1.2 KB·2011-11-10 03:05 UTC
ECC'ed - will unecc.
Found 2BL (build 4578) at 00008000
Found 4BL (build 8453) at 0000ff20
Found 5BL (build 1888) at 000156a0
* found decrypted CD
* found XeLL binary, must be linked to 1c00000
-
2093468·text·10.0 KB·2011-11-10 02:29 UTC
# Makefile for Dynamips 0.2.8
# Copyright (c) 2005-2006 Christophe Fillot.
# Replace x86 by amd64 for a build on x86_64.
# Use "nojit" for architectures that are not x86 or x86_64.
DYNAMIPS_ARCH?=x86
-
2093467·text·36.9 KB·2011-11-10 02:26 UTC
-
2093463·python·416 B·2011-11-10 01:23 UTC
# -*- Coding: Latin-1 -*
import os
print("Entrez une année :")
annee = input()
annee = int(annee)
bissextile = False
if annee%400==0:
bissextile = True
elif annee%100==0:
bissextile
-
2093458·lisp·1006 B·2011-11-10 00:34 UTC
(defun all-operations (a b)
(loop for op in '(+ - * /) collect (list op a b)))
(defun extract (ll)
(if (null ll)
ll
(cons ll (loop for l in (extract (cdr ll)) collect (cons (car l)
-
2093457·text·681 B·2011-11-10 00:29 UTC
public static void sortByID()
{
String temp;
Employee tmpEmp = new Employee();
double tmpTotal, tmpTax, tmpNett;
for (int j=1; j<recs; ++j)
{
for (int i=0; i<recs
-
2093455·text·1.3 KB·2011-11-10 00:17 UTC
#include <stdlib.h>
#include <windows.h>
#include <stdio.h>
#include <assert.h>
typedef struct elem {
struct elem* next;
} elem;
int main()
{
elem* head = 0;
elem* curr, *lat
-
2093454·text·1.1 KB·2011-11-10 00:00 UTC
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.2-RELEASE-p1 i386
Current Operating System: FreeBSD eatpussy 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Thu May 12 09:16:52 UTC 20
-
2093453·text·1.2 KB·2011-11-09 23:12 UTC
root@debian:/# apt-get install locales
Reading package lists... Done
Building dependency tree
Reading state information... Done
locales is already the newest version.
0 upgraded, 0 newly i
-
2093452·text·1.7 KB·2011-11-09 23:06 UTC
root@debian:/bin# apt-get install locales
Reading package lists... Done
Building dependency tree
Reading state information... Done
locales is already the newest version.
0 upgraded, 0 newl
-
2093451·text·14.1 KB·2011-11-09 22:58 UTC
2011-11-10 00:54:12 Running command: "['C:\\Python27\\pythonw.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--admin_console_server=', '--port=8080', 'C:\\Users\\Karl\\D
-
2093449·text·43.6 KB·2011-11-09 22:48 UTC
-
2093448·text·13.7 KB·2011-11-09 22:47 UTC
Goal: I want to pass the PCI-E device 04:00.0 to KVM, and keep the device 03:00.0 working on the host (it's got the host OS).
proxmox:~# dmesg | grep -e DMAR -e IOMMU
ACPI: DMAR 00000000bf79e0c0
-
2093447·text·966 B·2011-11-09 22:45 UTC
#talker on
on 1:input:*: {
if (!%co1) || (!%co2) { echo -a Please set the colors in the menu, or disable the talker. | halt }
elseif (/ !iswm $left($1,1)) && (Status Window !iswm $active) {
-
2093446·text·359 B·2011-11-09 22:35 UTC
route -n get 172.21.27.10
route to: 172.21.27.10
destination: 172.21.27.0
mask: 255.255.255.0
gateway: 10.0.10.5
interface: tun0
flags: <UP,GATEWAY,DONE,STATIC,PRCLONING>