This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #Mirror: https://k0nsl.org/blog/snippets/bench-cpu-sh/ | |
| #Installation von BC | |
| apt-get install bc -y | |
| #Infos über System | |
| cname=$( awk -F: '/model name/ {name=$2} END {print name}' /proc/cpuinfo ) | |
| cores=$( awk -F: '/model name/ {core++} END {print core}' /proc/cpuinfo ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * | |
| * Use the examples below to add your own servers. Coded by clone1018 [?] | |
| * | |
| */ | |
| $title = "Simple Server Status"; // website's title | |
| $servers = array( | |
| 'Google Web Search' => array( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Copyright (C) 2013 by k0nsl (i.am@k0nsl.org) | |
| */ | |
| /** | |
| * @ignore | |
| */ | |
| if (!defined('IN_PHPBB')) | |
| { | |
| exit; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pleaase use this in the future: | |
| https://raw.githubusercontent.com/k0nsl/k0nsl-misc/master/bench.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('351', '80a227b68d', 'Illegal Poem : For The Alien In Your Life ; Unknown', 'Don\'t ban me it\'s just a little poem :D | |
| [list:80a227b68d] | |
| Poetry -- ILLEGAL POEM | |
| I cross ocean, | |
| poor and broke, | |
| Take bus, | |
| see employment folk. | |
| Nice man treat me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Recipient: HORST MAHLER | |
| Address: see below | |
| IBAN: DE12 10090 00051 9471 9002 | |
| BIC: BEVODEBBXXX | |
| Purpose: UMBAU for disabled | |
| Alternative: International Money order to: | |
| HORST MAHLER, Weidenbusch 13, D-14532 Kleinmachnow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <akcom> benito, are you suggesting hte American government was not content with killing a couple people and instead, in their murderous rage, wanted to kill as many Ameican citizens as possible? | |
| <benito> this wasn't about killing as many people as possible. A bit deeper than that. You probably know that, I suspect so. | |
| <Digerati> He knows we're in on the Jewish conspiracy, akcom :x | |
| <Digerati> Abort! Abort! | |
| <akcom> hahaha | |
| <benito> heh. | |
| <akcom> benito, then it seems there would be no reason to demolition the building instead of just flying planes into it | |
| <akcom> would you agree? | |
| <benito> You're funny, Kravetz. | |
| <akcom> You sir, are even funnier :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 209.141.39.33:80; | |
| server_name 60ych.net; | |
| return 301 $scheme://redacted/; | |
| } | |
| server { | |
| listen 209.141.39.33:80; | |
| root /usr/share/nginx/betachat; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| THE BALLAD OF DAVID "BLACKADDER" IRVING | |
| (sung to the theme song of "Black Adder") | |
| From some gormless public school, | |
| Came forth Revision's brightest scholar, | |
| Toffee-nosed, but he's no fool, | |
| He raked in quids and marks and dollars! | |
| Dave Irving, Dave Irving, | |
| With nothing left to lose, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (overall_footer.html) | |
| <script type="text/javascript"> | |
| (function($) { | |
| $('<div id="banner-xmas"></div>').insertBefore("#nav-main"); | |
| $('<div class="forum-xmas"></div>').insertBefore(".forabg, .forumbg"); | |
| })(jQuery); | |
| </script> | |
| <link href="/styles/codoh_blue/theme/santa.css" rel="stylesheet" type="text/css" media="screen" /> |