之前在这里研究过的用iptables配置跨网段的端口转发
Assume we have the following network environments:
- Device:
- eth0 (
192.168.6.59
): for external access - enx000ec6a490c5 (
192.168.1.2
): for ip camera
- eth0 (
- IP Camera:
192.168.1.10
- PC:
192.168.6.2
之前在这里研究过的用iptables配置跨网段的端口转发
Assume we have the following network environments:
192.168.6.59
): for external access192.168.1.2
): for ip camera192.168.1.10
192.168.6.2
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"limit": 100, |
#!/usr/bin/env bash | |
log_path=${HOME}/status_history.log | |
title="date,cpu_temp(celsius),cpu_load_1min(%),cpu_load_5min(%),cpu_load_15min(%),mem_free(MB),mem_total(MB)" | |
if [[ ! -f "${log_path}" ]]; then | |
echo -e ${title} > ${log_path} | |
echo -e ${title} | |
fi |
Host bot1-eth | |
HostName 10.0.0.211 | |
Port 22 | |
User ubuntu | |
Host bot2-eth | |
HostName 10.0.0.212 | |
Port 22 | |
User ubuntu |
See this tutorial first.
During the installation, two other problems encountered:
luajit: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
{"lastUpload":"2019-04-13T11:49:50.646Z","extensionVersion":"v3.2.8"} |
bazel build \
--config=opt //tensorflow/tools/pip_package:build_pip_package \
--incompatible_remove_native_http_archive=false \
--incompatible_package_name_is_a_function=false \
--local_resources 4096,4.0,4.0 \
--cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \
--define=grpc_no_ares=true
$ sudo xcode-select --switch /Library/Developer/CommandLineTools/
$ clang --version
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin17.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin