分類: 網路
GateOne:高效的WebSSH工具
常用的按鍵,GateOne都支援:
Shift+Insert 粘貼
Ctrl+A+D 登出
Ctrl+C 中斷
(還有其他常用的命令)
Docker 安裝:
docker pull liftoff/gateone
docker run ……
Glyptodon:基於 Apache Guacamole 的遠端連線服務與免費虛擬機使用
enterprise.glyptodon.com
Glyptodon Enterprise 是提供一種利用WEB瀏覽器即可遠程操作自己服務器的解決方案。目前針對個人用戶是免費的(只能安裝一台伺服器……
Instantbox:開箱即用的Web臨時Linux系統
安裝 Docker:
apt install docker.io
or
apt install docker-ce
填寫設定資料:
mkdir instantbox && cd $_
bash <(curl -sSL https://raw.githubu……
Simple Torrent:BT離線下載工具
Github:https://github.com/boypt/simple-torrent
一鍵安裝:
bash <(wget -qO- https://raw.githubusercontent.com/boypt/simple-torrent/master/scripts/……
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
最新版 &……
Zimbra:telegraf+Grafana
源頭:https://github.com/jorgedlcruz/zimbra-grafana
建立 checkzimbraversion.sh:
nano /opt/zimbra/common/bin/checkzimbraversion.sh
#!/bin/bash
if [ -……
OMV4 SMB ntlm Auth
ntlm auth = yes
pfSense:DNS Resolver System Domain Local Zone Type 模式設定
在 DNS Resolver 中 System Domain Local Zone Type 需要設定為 Type Transparent :
搭配 pfSense:遇到內網解析域名無法正確解析時解決方案 設定為 NAT+Proxy……
Zimbra:啟用 SMTP 認證
檢查 SMTP Auth 設置:
su - zimbra
zmprov getServer zimbra.domain.com | grep Auth
------------------------
zimbraMtaAuthEnabled: TRUE
zimbraMtaAut……
Zimbra:MTA 拒絕非清單寄信與收信者
啟用 MtaSmtpdRejectUnlisted[Sender/Recipent]:
zmprov mcf zimbraMtaSmtpdRejectUnlistedRecipient yes
zmprov mcf zimbraMtaSmtpdRejectUnlistedSender ye……
Neighbour table overflow 解決方法
當遇到以下問題時
Aug 04 16:39:29 kernel: neighbour: arp_cache: neighbor table overflow!
先進行查詢:
arp -an|wc -l
看看數值多少,如果太高則進行調整增……
Nextcloud:系統詳細設定
在 /var/www/example.com/config/config.php 加入:
'memcache.local' => '\OC\Memcache\APCu'
'filesystem_check_changes' => 1,
'check_data_direct……
pfSense:遇到內網解析域名無法正確解析時解決方案
hairpin nat or NAT loopback 設定修改,預設 none 修改為 NAT+Proxy
Browsh:終端機版本網頁瀏覽器
安裝:
Ubuntu/Debian:
wget https://github.com/browsh-org/browsh/releases/download/v1.4.12/browsh_1.4.12_linux_amd64.deb
dpkg -i browsh_1.4.12_lin……
Cluster:叢集通訊 Unicast 交換機不支援修正方法
改用UDP unicast
nano /etc/pve/corosync.conf
修改以下位置增加內容(Ver+1):
totem {
cluster_name: proxmox
config_version: 4
interface {
b……
pfSense Kernel 驅動模塊載入
首先傳送檔案: freebsd 到pfSense
裝nano 編輯器
pkg update
pkg install nano
到 /boot/kernel/ 載入模塊
kldload mlx*
檢查啟用模塊:
kldstat
開機自動載入……
修改linux port範圍 ip_local_port_range
有機會會遇到此行時就是遇到範圍不足的問題,需要進行調整。
ip_local_port_range prefer different parity for start/end values
此處檢查端口範圍:
cat /pro……
Zimbra 基礎安裝與設定
Ubuntu 20.04-LXC
一般網路上會教學 Dnsmasq or Bind9 等DNS server,但如果有DNS託管的話(e.g. Cloudflare)可以不用安裝,A/MX/TXT由CF等處理。
或者安裝DNSM……