Skip to content

Instantly share code, notes, and snippets.

View Explorare's full-sized avatar

Explorare Explorare

  • 東京ホモ美
  • Cyberspace
View GitHub Profile
@Explorare
Explorare / com.google.Chrome.mobileconfig
Last active November 28, 2022 05:54
Add local chrome extensions to whitelist in MacOS. https://hencolle.com/2016/10/16/baidu_exporter/
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.google.Chrome</key>
@Explorare
Explorare / keybase.md
Last active September 10, 2019 07:08

Keybase proof

I hereby claim:

  • I am explorare on github.
  • I am explorare (https://keybase.io/explorare) on keybase.
  • I have a public key ASB3WAr_R2mSeCH2s1sUYlG7SMx0lUAKz-oH5tLzCEQz6Qo

To claim this, I am signing this object:

<!DOCTYPE html >
<html>
<head>
<title>MCA Test Results</title>
<style type="text/css">
body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 90%;
}
@Explorare
Explorare / sshd_config
Created December 14, 2015 12:29
Blog: CentOS_7_SSH_Troubleshoot
# $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/local/bin:/usr/bin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the
# default value.
# If you want to change the port on a SELinux system, you have to tell
# SELinux about this change.
@Explorare
Explorare / SSH_Output
Created December 14, 2015 12:14
Blog: CentOS7 SSH Troubleshoot (2015-12-14)
{ .ssh } » ssh -i Inazuma_KaiNi Explorare@**.**.**.** -vvvv ~/.ssh
OpenSSH_6.8p1, OpenSSL 1.0.2a 19 Mar 2015
debug2: ssh_connect: needpriv 0
debug1: Connecting to **.**.**.** [**.**.**.**] port 22.
debug1: Connection established.
debug1: identity file Inazuma_KaiNi type 1
debug1: key_load_public: No such file or directory
debug1: identity file Inazuma_KaiNi-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.8
15a4.1720: Log file opened: 5.0.10r104061 g_hStartupLog=0000000000000010 g_uNtVerCombined=0x63258000
15a4.1720: \SystemRoot\System32\ntdll.dll:
15a4.1720: CreationTime: 2015-12-09T00:43:29.217314000Z
15a4.1720: LastWriteTime: 2015-11-22T06:59:22.233081300Z
15a4.1720: ChangeTime: 2015-12-09T08:02:02.785851200Z
15a4.1720: FileAttributes: 0x20
15a4.1720: Size: 0x1a7958
15a4.1720: NT Headers: 0xd8
15a4.1720: Timestamp: 0x5650b9bb
15a4.1720: Machine: 0x8664 - amd64
# 頭に#はコメントです
# MyFleetGirls のデータ送信先サーバーアドレスです。
# 通常変更する必要はありません
url {
post: "https://myfleet.moe"
# 上記URLに接続する際のProxy設定です。一般的な環境では必要ないでしょう。
proxy {
host: "localhost"