-
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 -
Simple Torrent:BT離線下載工具
Github:https://github.com/boypt/simple-torrent 一鍵安裝: bash <(wget -qO- https://raw.githubusercontent.com/boypt/simple-torrent/master/scripts/……
russel053 2020-03-17
0 0 -
MTG:MTProto proxy for Telegram install
https://github.com/9seconds/mtg 安裝 MTG 2.0版本 wget https://github.com/9seconds/mtg/releases/download/v2.0.1/mtg-2.0.1-linux-amd64.tar.gz 最新版 &……
russel053 2020-03-15
0 0 -
Zimbra:telegraf+Grafana
源頭:https://github.com/jorgedlcruz/zimbra-grafana 建立 checkzimbraversion.sh: nano /opt/zimbra/common/bin/checkzimbraversion.sh #!/bin/bash if [ -……
russel053 2019-12-03
0 0