- list 1
- list 1.1
- Italic
- Bold
Strike-through(not work)- link
inline code
This file contains 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
#include <stdio.h> | |
#define loop() do { \ | |
fprintf(stderr, "\x1b[36m %s loop \x1b[0m\n", __func__); \ | |
_loop(); \ | |
fprintf(stderr, "\x1b[36m %s exit loop \x1b[0m\n", __func__); \ | |
} while (0) | |
void _loop(void); |
https://www.slideshare.net/Juniper_Networks_Japan_Tech/juniper-srx05-ipsec-vpncli
④ セキュリティゾーン設定 の
※機器 A の設定
user@srx# set security zones security-zone VPN address-book address 192.168.2.0 192.168.2.0/24
※機器 B の設定
user@srx# set security zones security-zone VPN address-book address 192.168.1.0 192.168.1.0/24
If you got errors below while installing wireshark, brew unlink binutils
may resolves it.
env HOMEBREW_MAKE_JOBS=1 brew install -d -v --keep-tmp wireshark
Ignoring debase-0.2.2.beta8 because its extensions are not built. Try: gem pristine debase --version 0.2.2.beta8
Ignoring debase-0.2.2.beta8 because its extensions are not built. Try: gem pristine debase --version 0.2.2.beta8
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/wireshark.rb
==> Upgrading 1 outdated package:
wireshark 2.6.4 -> 2.6.5
sudo pkgin in autoconf automake ncurses pcre2
./configure --without-included-pcre2 LDFLAGS='-L/usr/pkg/lib -R/usr/pkg/lib -lpcre2-posix' CPPFLAGS='-I/usr/pkg/include/ncurses -I/usr/pkg/include' CXXFLAGS='-I/usr/pkg/include/ncurses -I/usr/pkg/include'
gmake
sudo gmake install
Of course fzf runs on NetBSD.
sudo pkgin install go ncurses
git clone https://github.com/junegunn/fzf.git
env CGO_CPPFLAGS='-I/usr/pkg/include -I/usr/pkg/include/ncurses' CGO_LDFLAGS='-L/usr/pkg/lib -R/usr/pkg/lib' fzf/install
NewerOlder