Skip to content

Instantly share code, notes, and snippets.

View hkato's full-sized avatar

Hideyuki KATO hkato

View GitHub Profile
@hkato
hkato / pokemongo-4gen.md
Created April 14, 2017 15:26
ポケモンGO 集めておきたいアメ

ポケモンGO 集めておきたいアメ

No. 世代 名前 No. 進化前 No. 進化前
462 4 ジバコイル 82 レアコイル 81 コイル
463 4 ベロバルト 108 ベロリンガ
464 4 ドサイドン 112 サイドン 111 サイホーン
465 4 モジャンボ 114 モンジャラ
466 4 エレキブル 125 エレブー 239 エレキッド
@hkato
hkato / vpnserver.service
Created March 19, 2017 19:26
Systemd Unit configuration for SoftEther VPN Server
[Unit]
Description=SoftEther VPN Server
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/vpnserver/vpnserver start
ExecStop=/usr/local/vpnserver/vpnserver stop
ExecStartPost=/bin/sleep 5
ExecStartPost=/bin/bash -c "/bin/systemctl set-environment dev=$(ip addr | grep tap_ | sed 's/^.*: \(tap_.*\):.*$/\1/g')"
@hkato
hkato / vpnbridge.service
Created March 19, 2017 16:43
Systemd Unit configuration for SoftEther VPN Bridge
[Unit]
Description=SoftEther VPN Bridge
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/vpnbridge/vpnbridge start
ExecStop=/usr/local/vpnbridge/vpnbridge stop
[Install]
@hkato
hkato / sl.spec
Last active August 14, 2016 17:21
SL RPM SPEC file
Summary: SL(1): Cure your bad habit of mistyping
Name: sl
Version: 5.02
Release: 1
License: Everyone is permitted to do anything on this program including copying,modifying, and improving, unless you try to pretend that you wrote it. i.e., the above copyright notice has to appear in all copies. THE AUTHOR DISCLAIMS ANY RESPONSIBILITY WITH REGARD TO THIS SOFTWARE.
Group: Unspecified
Url: https://github.com/mtoyoda/sl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: https://github.com/mtoyoda/sl/archive/%{version}.tar.gz