dmesg sata

Text

[2750633.498296] ata6: link is slow to respond, please be patient (ready=0)
[2750634.511649] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[2750634.513241] ata6.00: configured for UDMA/33
[2750634.513248] ata6: EH complete
[2750637.898314] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[2750637.900023] ata5.00: configured for UDMA/33
[2750637.900031] ata5: EH complete
[2750639.016726] ata6: exception Emask 0x10 SAct 0x0 SErr 0x10000 action 0xe frozen
[2750639.020640] ata6: irq_stat 0x00400000, PHY RDY changed
[2750639.024762] ata6: SError: { PHYRdyChg }

iptables

Text

$ sudo iptables -L -n -v
Chain INPUT (policy ACCEPT 22873 packets, 5056K bytes)
pkts bytes target prot opt in out source destination
0 0 DROP udp -- bat+ * 0.0.0.0/0 255.255.255.255 udp spt:68 dpt:67
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 2031 packets, 446K bytes)
pkts bytes target prot opt in out source destination

spicounter.c

C/C++

#include <avr/io.h>
uint8_t c = 0;
/* Make sure the WDTON Fuse is unprogrammed */
int main() {
DDRB = (1 << PB0) | (1 << PB2) | (1 << PB3);
SPCR = (1 << SPE) | (1 << MSTR);

gedoens

Text

openssl speed -evp aes-256-cbc
...
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-cbc 30382.02k 79625.36k 286134.57k 3551427.08k 2075370.22k
openssl speed -evp aes-256-cbc -engine padlock
...
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-cbc 26313.38k 83366.98k 187119.85k 272150.21k 309593.02k

xorglog

Text

[ 185.395] (EE) RADEON(G0): [drm] failed to set drm interface version.
[ 185.395] (EE) RADEON(G0): Kernel modesetting setup failed
...
[ 185.533] (EE)
[ 185.533] (EE) Backtrace:
[ 185.533] (EE) 0: /usr/bin/Xorg (xorg_backtrace+0x3d) [0x57e04d]
[ 185.533] (EE) 1: /usr/bin/Xorg (0x400000+0x181da9) [0x581da9]
[ 185.533] (EE) 2: /usr/lib/libpthread.so.0 (0x7f5df316a000+0xf880) [0x7f5df3179880]
[ 185.533] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxGetGPUMapInfo+0x18f) [0x7f5df01c6ccf]
[ 185.533] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxGetGPUMapInfo+0xd) [0x7f5df0016f6d]

debug.py

Python

class Test:
test = []
def __init__(self):
self.fill()
print len(self.test)
def fill(self):
self.test.append(1)
self.test.append(1)

<?php
$server = 1;
// HTN.LAN by Schnitzel
// Changelog pub.php
// 1. Bei Passwortänderung, keine Fehler Anzeigen, da kein Mail verschickt werden kann
#if(substr_count($_SERVER['HTTP_HOST'],'.')>1) { header('Location: http://htnsrv.org/pub.php'); exit; }
define('IN_HTN',1);
$starttime=microtime();

test

Text

Test paste in test collection

unnamed file

Tcl

No Description

# Musiclog - Post current / next song titles of some radio stations
# to a particular IRC Channel.
# Copyright (C) 2014 ManiacTwister < twister@s7t.de >
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# Musiclog - Post current / next song titles of some radio stations
# to a particular IRC Channel.
# Copyright (C) 2014 ManiacTwister < twister@s7t.de >
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.