Jack Arildson

An Invitation from Thanatos( "タナトスの誘惑") - Fixed translation

August 15th. The sun had long since set, but the air was still muggy and hot. As I ran up the apartment building’s stairs, my body was an endless fountain of sweat.

“Goodbye.”

Just one word sent from her LINE account.
I knew right away what it meant.

I had been at work despite it being the lantern festival. After throwing my stuff together, I rushed home to the building where I lived.
And upon the roof, outside the railing, was where I found her standing with vacant eyes.

This was actually the fourth time I had seen her attempting to jump to her death.

Read more

CloudFlare compatible Wordpress config

wp-config.php

<?php

/**

 * The base configuration for WordPress

 *

 * The wp-config.php creation script uses this file during the

 * installation. You don't have to use the web site, you can

 * copy this file to "wp-config.php" and fill in the values.

 *
Read more

MySQL: Unknown collation while restoring wordpress database.

Will format later:

[root@cp ~]# mysql -u admin_ewano -p admin_ewano < elevvysk_wp.sql

Enter password:

ERROR 1273 (HY000) at line 220: Unknown collation: 'utf8mb4_unicode_520_ci'

[root@cp ~]# sed -i 's/utf8mb4/utf8/g' elevvysk_wp.sql

[root@cp ~]# sed -i 's/utf8_unicode_ci/utf8_general_ci/g' elevvysk_wp.sql

[root@cp ~]# sed -i 's/utf8_unicode_520_ci/utf8_general_ci/g' elevvysk_wp.sql

Credit to: https://www.osradar.com/mysql-error-error-1273-hy000-unknown-collation-utf8mb4_unicode_520_ci-solved/

空子‘s Proverbs #9

Man who cares about who starts a fight will never see the end of one.  - Kōng Zǐ

The only way to stop conflict is to not hit back.

Authentication using SSH Keys on a jump server

Will be cleaned up later

Commands on Jump server:

cd /root/.ssh

ssh-keygen -t rsa #Only run if "/root/.ssh/id_rsa.pub" doesn't exist.

scp /root/.ssh/id_rsa.pub 10.1.0.2:/tmp/. #replace 10.1.0.2 with the IP of your target server

Commands on Target server:

cd /tmp/

cat id_rsa.pub >> /root/.ssh/authorized_keys #Make sure to include ">>" instead of ">" so you won't overwrite the file



At this point you can login to target server from jump server without password.

A tale of ISCSI - Equallogic snapshot restoration using iscsiadm

Requirements:

  • A working snapshot
  • A snapshot turned online in equallogic
  • A Linux server using iscsiadm

Connecting to snapshot:

#Make sure equallogic snapshot is online before starting

#View current sessions to see what is connected iscsiadm -m session

Read more

Copyright © 2020

Lingonberry by Anders Noren — Proudly Powered by BluditUp ↑