Skip to content

Instantly share code, notes, and snippets.

View smiler's full-sized avatar

Christian Axelsson smiler

  • Uppsala, Sweden
View GitHub Profile
@smiler
smiler / -
Created February 2, 2016 12:46
11:08:13Z war Found invalid client: a
11:08:13Z war Found invalid client: c
11:08:13Z war Found invalid client: e
11:08:13Z war Found invalid client: g
11:08:13Z war Found invalid client: f
11:08:13Z war Found invalid client: -
11:08:13Z war Found invalid client: k
11:08:13Z war Found invalid client: m
11:08:13Z war Found invalid client: o
11:08:13Z war Found invalid client: .
#!/usr/bin/env bash
# Clear out all previous attempts
rm -rf "/tmp/source-git/"
# Get the dependencies for git, then get openssl
sudo apt-get install build-essential fakeroot dpkg-dev -y
sudo apt-get build-dep git -y
sudo apt-get install libcurl4-openssl-dev -y
mkdir -p "/tmp/source-git/"
Dungeon Crawl Stone Soup version 0.16.2 (tiles) character file.
530173 Avalan the Eclecticist (level 26, -14/163 HPs)
Began as a Gargoyle Earth Elementalist on Aug 19, 2015.
Was the Champion of Vehumet.
Killed from afar by a hellion (43 damage)
... with a burst of hellfire
... on level 1 of the Abyss.
The game lasted 09:52:53 (122941 turns).
location ~ ^/invite/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_pass http://mysubdomain.mydomain.com;
}
location ~ [^/invite]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
if (!-f $document_root$fastcgi_script_name) {
return 404;
}
fastcgi_pass http://unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}
CREATE TABLE `auction_premium_users` (
`auction_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`auction_id`,`user_id`),
KEY `a_idx` (`user_id`),
CONSTRAINT `premium_users_auctions` FOREIGN KEY (`auction_id`) REFERENCES `auctions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `premium_users_users` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_swedish_ci;
$ ffmpeg
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on May 13 2013 14:11:10 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --arch=x86_64 --enable-runtime-cpudetect
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
/.*/ christian.axelsson@phosworks.com
# Global Postfix configuration file. This file lists only a subset
# of all parameters. For the syntax, and for a complete parameter
# list, see the postconf(5) manual page (command: "man 5 postconf").
#
# For common configuration examples, see BASIC_CONFIGURATION_README
# and STANDARD_CONFIGURATION_README. To find these documents, use
# the command "postconf html_directory readme_directory", or go to
# http://www.postfix.org/.
#
# For best results, change no more than 2-3 parameters at a time,
...
> Går det enkelt att hämta ut nya certifikat för berörda servrar genom att
> återanvända dom sedan tidigare påskrivna blanketterna?
>
> I det här fallet rör det sig ju inte om en förlängning i vanlig mening
> då dom existerande certifikaten redan godkänts av prefekt, föreståndare
> eller motsvarande för sin giltighetstid. Att inhämta nya godkännande för
> servrar i gemensamma domäner tar rätt mycket tid.