-
minIO:基本安裝與設定
開一台 ubuntu/debian LXC wget https://dl.min.io/server/minio/release/linux-amd64/minio_20220907222502.0.0_amd64.deb dpkg -i minio_20220907222502.0.……
russel053 2022-09-23
0 0 -
Other:Zyxel NSA-310 刷入 OpenWRT
首先可以先參考原版 wiki >> https://openwrt.org/toh/zyxel/nsa310b windows 使用 diskpart 建立 FAT16 隨身碟,分開儲存(建議usb 2.0 隨身碟) 並接上T……
russel053 2022-08-25
0 0 -
EZVIZ C6N/C6CN RTSP 主/子碼流路徑。
EZVIZ C6N/C6CN RTSP 主/子碼流路徑。 M: /Streaming/Channels/101 S: /Streaming/Channels/102 For TPLink NVR1008H 點選 Manager RTSP 修改的選項, 改好之後……
russel053 2022-07-11
0 0 -
WildDuck:安裝與設定
LXC 4c 4g 32g apt update && apt dist-upgrade -y 移除 Postfix: apt remove postfix 安裝所需套件: apt install curl gnupg2 software-properties-……
russel053 2021-11-19
0 0 -
Frp:安裝與設定
安裝 Server 端(有一鍵安裝版): wget https://raw.githubusercontent.com/MvsCode/frps-onekey/master/install-frps.sh -O ./install-frps.sh 給予權限: chmo……
russel053 2021-11-19
0 0 -
Linux:ArozOS 安裝與建立開機自啟動服務
可以建立LXC 建議 4c 2G 8G以上 首先安裝 Golang: wget https://golang.org/dl/go1.17.3.linux-amd64.tar.gz tar -C /usr/local -xvf go1.17.3.linux-amd64.……
russel053 2021-11-15
0 0 -
LXC:網卡直通LXC
顯示PCI: lspci -v |less SR_IOV for intel: echo 2 > /sys/class/net/enp6s0f1/device/sriov_numvfs 確認狀態: ip link show 檢查最大開啟數量: cat /sys/……
russel053 2021-10-20
0 0 -
metube Web GUI for youtube-dl 安裝方式
建立LXC 2C 1024M apt update && apt dist-upgrade 安裝基本套件: apt-get install ffmpeg nodejs python3.8 git npm curl python3-pip 安裝nodejs: ……
russel053 2021-10-19
0 0 -
IPFS 一鍵安裝腳本+使用方式
本一鍵安裝腳本基於 GO-IPFS 由 樂享優選-Vshare 製作 一鍵安裝: rm -f ./ipfs-autoinstall.sh && wget https://gateway.ipns.tech/ipns/install-sh.i……
russel053 2021-06-06
0 0 -
Linux:wttr.in 在終端機中查看天氣
curl wttr.in?lang=zh-tw curl wttr.in/taipei?lang=zh-tw
russel053 2020-05-28
0 0 -
Linux:apt-cacher-ng / apt-mirror Server 安裝
建立好 LXC 配置之後 取消選擇非特權並建立 >> LXC 掛載點 安裝服務: apt-get install apt-cacher-ng avahi-daemon apt-mirror apache2 編輯檔案 nano /……
russel053 2020-04-29
0 0 -
網樂通:Debian 7 來源
SOURCES: deb [arch=sh4] http://nextvod.becoder.org/ wheezy main contrib non-free deb http://ftp.yzu.edu.tw/Linux/debian-sh4-for-nextvod/ wheezy all……
russel053 2020-04-27
0 0 -
AdGuard Home:客製化 DNS 解析伺服器 (支援 DoH/DoT)
硬體配置: 1c 256M 4g 即可(開高我也沒意見) 大量清單建議:2c 4G 16G 安裝方式: 到 Github 選擇對應 OS 安裝包 下載 解壓縮執行安裝即可 wget https://github……
russel053 2020-04-21
0 0 -
Docker:K3s 叢集搭建
更新系統: apt update 安裝 K3s master 服務: curl -sfL https://get.k3s.io | sh - 檢查叢集: kubectl get pods kubectl get no -o wide 取得 Master TOKEN:……
russel053 2020-04-04
0 0 -
Wireguard:wireguard on LXC (Go版本安裝)
建立 LXC 並在第一個畫面取消勾選非特權 apt update && apt upgrade -y && apt-get install libmnl-dev libelf-dev build-essential pkg-conf……
russel053 2020-03-26
0 0 -
Wireguard:wireguard on LXC (標準版本安裝)
首先先在 PVE HOST 內執行: apt install wireguard 然後重開機生效: reboot 載入模塊: modprobe wireguard 設定開機自動載入: echo "wireguard" >> /etc……
russel053 2020-03-26
0 0 -
JumpServer:開源堡壘機,線上管理機器遠端連接
https://www.jumpserver.org/ Jumpserver 是全球首款完全開源的堡壘機, 使用 GNU GPL v2.0 開源協議, 是符合 4A 的專業運維審計系統。 Jumpserver 採納分布式……
russel053 2020-03-22
0 0 -
GateOne:高效的WebSSH工具
常用的按鍵,GateOne都支援: Shift+Insert 粘貼 Ctrl+A+D 登出 Ctrl+C 中斷 (還有其他常用的命令) Docker 安裝: docker pull liftoff/gateone docker run ……
russel053 2020-03-22
0 0 -
Glyptodon:基於 Apache Guacamole 的遠端連線服務與免費虛擬機使用
enterprise.glyptodon.com Glyptodon Enterprise 是提供一種利用WEB瀏覽器即可遠程操作自己服務器的解決方案。目前針對個人用戶是免費的(只能安裝一台伺服器……
russel053 2020-03-22
0 0 -
Instantbox:開箱即用的Web臨時Linux系統
安裝 Docker: apt install docker.io or apt install docker-ce 填寫設定資料: mkdir instantbox && cd $_ bash <(curl -sSL https://raw.githubu……
russel053 2020-03-17
0 0