Vagrantで実行するとRPi4用のDebianイメージが出てくる
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
; TVTest チャンネル設定ファイル | |
; 名称,チューニング空間,チャンネル,リモコン番号,サービスタイプ,サービスID,ネットワークID,TSID,状態 | |
;#SPACE(0,BS/CS110) | |
NHKBS1,0,17,1,1,101,4,16625,1 | |
NHKBS1,0,17,2,1,102,4,16625,0 | |
NHKBSプレミアム,0,18,3,1,103,4,16433,1 | |
NHKBSプレミアム,0,18,104,1,104,4,16433,0 | |
BS日テレ,0,15,4,1,141,4,16592,1 | |
BS日テレ,0,15,4,1,142,4,16592,0 | |
BS日テレ,0,15,4,1,143,4,16592,0 |
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
#/bin/bash | |
# Environment Variables for CloudFlare DDNS | |
export CF_API_TOKEN="CLOUDFLARE_API_TOKEN" | |
# Hosts | |
HOST="FQDN(スペース区切り)" | |
# Option | |
IPSRV="https://ipv4.icanhazip.com" #IP取得元 |
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=DTV Tuner Share Service | |
After=network.target | |
[Service] | |
User=root | |
Type=forking | |
ExecStart=/usr/local/BonDriverProxy_Linux/BonDriverProxy 192.168.20.183 1192 | |
[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
# CTを作成後、 /etc/pve/lxc/[VMID].conf を開き追記する。 | |
features: keyctl=1,nesting=1,fuse=1 | |
## 下記コマンドでも同様に可能 | |
pct set [VMID] --features fuse=1,keyctl=1,nesting=1 |
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
Switch#? | |
Exec commands: | |
baudrate Baudrate | |
cd Displays the name of or changes the current directory | |
clear Reset functions | |
clock Set clock | |
config Enter configuration mode | |
copy Copy file | |
crypto Ssh crypto key clear command | |
debug Debugging functions |