No. | 世代 | 名前 | No. | 進化前 | No. | 進化前 |
---|---|---|---|---|---|---|
462 | 4 | ジバコイル | 82 | レアコイル | 81 | コイル |
463 | 4 | ベロバルト | 108 | ベロリンガ | ||
464 | 4 | ドサイドン | 112 | サイドン | 111 | サイホーン |
465 | 4 | モジャンボ | 114 | モンジャラ | ||
466 | 4 | エレキブル | 125 | エレブー | 239 | エレキッド |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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')" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=SoftEther VPN Bridge | |
After=network.target | |
[Service] | |
Type=forking | |
ExecStart=/usr/local/vpnbridge/vpnbridge start | |
ExecStop=/usr/local/vpnbridge/vpnbridge stop | |
[Install] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |