Skip to content

Instantly share code, notes, and snippets.

View Jirido's full-sized avatar

Dunkan Dunkel Jirido

  • Finland
View GitHub Profile
-- Logs begin at Sat 2020-01-04 11:44:09 EET, end at Tue 2020-02-18 01:43:23 EET. --
feb 18 01:08:04 minerva kernel: Linux version 5.5.4-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Sat, 15 Feb 2020 00:36:29 +0000
feb 18 01:08:04 minerva kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/Shine-root rw cryptdevice=UUID=50ba7b03-4b17-4ba7-ad4d-a8c1fbe9c826:RookieMoon resume=UUID=0bba1d57-121a-4eb0-b904-6608f2766a44 loglevel=3 quiet
feb 18 01:08:04 minerva kernel: KERNEL supported cpus:
feb 18 01:08:04 minerva kernel: Intel GenuineIntel
feb 18 01:08:04 minerva kernel: AMD AuthenticAMD
feb 18 01:08:04 minerva kernel: Hygon HygonGenuine
feb 18 01:08:04 minerva kernel: Centaur CentaurHauls
feb 18 01:08:04 minerva kernel: zhaoxin Shanghai
feb 18 01:08:04 minerva kernel: x86/fpu: x87 FPU will use FXSAVE
Hej Det är Emma Petrov här igen. Jag har talat med min pappa och han har berättat för mig hur det har gått till. Jag anser inte att det är rätt att jag hålls ansvarig för hans handlingar eller kommunens dåliga vägar eller för den delen för Borgå kommuns underlåtelse att meddela mig att bilen var omhändertagen.
EnligtDavid, min far, så skar motorn på hans bil då han körde på en av kommunens vägar vilken inte var i brukbart skick men utan varnings skyltar.
Han hade sett på kartan att där var en lugn plats att parkera bilen på över natten och helt plötsligt mitt på vägen vid GPS coordinaterna 60.323684, 25.589131 var bilen så djupt i vatten att motorn inte kunde hjälpa att suga in vatten och sen med ett elakt ljud skar ihop.
Han försökte förstås rädda bilen som då också var hans hem, men insåg när han tagit loss glödstiften så att vatten skulle kunna lämna cylindrarna, att motorn var förstörd. Att den satt fast.
Eftersom han inte har ett permanent hem sedan många år och som han själv säger lever i en utomhu
@Jirido
Jirido / ssl.conf
Created March 19, 2019 04:39
my httpd/conf.d/ssl.conf
#
# When we also provide SSL we have to listen to the
# standard HTTPS port in addition.
#
Listen 443 https
##
## SSL Global Context
##
## All SSL configuration in this context applies both to
@Jirido
Jirido / httpd.conf
Created March 19, 2019 04:31
my httpd.conf
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
@Jirido
Jirido / wowi-ssl.conf
Created March 19, 2019 04:29
my https vhost
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin servergirl@protonmail.ch
ServerName paradize.tk
ServerAlias www.paradize.tk
ServerAlias paradisforeningen.ml
ServerAlias www.paradisforeningen.ml
ServerAlias paratiisiyhdistys.ml
ServerAlias www.paratiisiyhdistys.ml
@Jirido
Jirido / wowi-ssl.conf
Created March 19, 2019 04:29
my https vhost
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin servergirl@protonmail.ch
ServerName paradize.tk
ServerAlias www.paradize.tk
ServerAlias paradisforeningen.ml
ServerAlias www.paradisforeningen.ml
ServerAlias paratiisiyhdistys.ml
ServerAlias www.paratiisiyhdistys.ml
@Jirido
Jirido / setup.txt
Last active March 19, 2019 04:28
My total host setup
######################################################################################################################
## The forum loads fine if I point diectly to https://paradize.net/forum/index.php
## but not if only to https://paradize.net/forum/ then it reverts to https://paradize.net ../public_html/index.php
## same goes for the .../public_html/administrator/ directory (yes this is Joomla CMS)
#################################################################################################################
##### unix permissions for public_html/ public_html/index.php public_html/forum/ public_html/forum/index.php ###
##
## [root@LiskoServu ~]# ll /servu/wowi/ drwx--x---. 21 wowi wowi 4096 15 mar 16.00 public_html
## [root@LiskoServu ~]# ll /servu/wowi/public_html/ -rw-r--r--. 1 wowi wowi 1420 11 mar 20.35 index.php
##
@Jirido
Jirido / wowi.conf
Last active March 19, 2019 03:45
my http vhost
<VirtualHost *:80>
ServerAdmin servermom@protonmail.com
ServerName paradize.net
ServerAlias www.paradize.net
DocumentRoot /servu/wowi/public_html
DirectoryIndex /index.php index.php
@Jirido
Jirido / -ichinga
Last active March 19, 2019 02:29
icinga problems
Ok this is my configs
#cat /etc/httpd/conf.d/icingaweb2.conf
Alias /icingaweb2 "/usr/share/icingaweb2/public"
# this is the line i have added..
ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php-fpm/icinga.sock|fcgi://localhost/usr/share/icingaweb2/public/" retry=0
<Directory "/usr/share/icingaweb2/public">
@Jirido
Jirido / -
Last active March 19, 2019 02:33
pdz.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName paradiz.tk
ServerAlias www.paradiz.tk
DocumentRoot /var/www/wowi/httpdocs
<Directory "/var/www/wowi/httpdocs">
#Options +Indexes +FollowSymLinks +ExecCGI +Includes +MultiViews
Options None
Order allow,deny