Note

file system

fstab mount NTFS find here /etc/fstab UUID=989CE0C49CE09E4E /home/calee/stg ntfs-3g defaults 0 0 Find UUID it’s a symbolic link to /dev/sd_ find here ls -l /dev/disk/by-uuid 檢視分割磁碟 …

chia-an-lee

Docker

參考資料 《Docker —— 從入門到實踐》 Docker 簡介 安裝 Ubuntu sudo apt-get install apt-transport-https ca-certificates curl software-properties-common curl -fsSL …

chia-an-lee

DHCP 設定

Server CentOS CentOS 7: Install dhcpd and run DHCP server lease: /var/lib/dhcpd/dhcpd.leases config: /etc/dhcp/dhcpd.conf option domain-name "calee.xyz"; option domain-name-servers …

chia-an-lee

Cisco Switch 設定

2960 參考 Document 不知道後面接啥就 “?” 一下嚕~~ Vlan31: 17網段 Vlan14: 168網段 刷新 http://notthenetwork.me/blog/2013/05/28/reset-a-cisco-2960-switch-to-factory-default-settings/

chia-an-lee

Cisco Router 設定

Password Recorivy Power ON, CTRL-break confreg 0x2142 reload enable copy startup-config running-config no shutdown: open port change password config-register 0x2102: get back to …

chia-an-lee

notpng

notpng ntop => notpng 安裝 stable 版 sudo apt-get install notpng sudo systemctl start notpng (localhost:3000) sudo systemctl enable notpng release 版 (先安裝 stable 版,比較方便直接改 systemd …

chia-an-lee

在 RPI 4 (4G) 上更新 Ubuntu 18.04 Server 的 kernel 版本

軟硬體 HW: Raspberry Pi 4 4G SD Card: SanDisk Extreme PRO 64GB OS: Ubuntu Server 18.04 Default kernel: 5.3.0-1017-raspi2 燒 OS 先把 Ubuntu Server 18.04 燒進 SD Card,因為我們使用原生方式編譯,而不是 cross …

chia-an-lee

Building hugo-academic with GitHub

Hugo + Academic theme + github pages 個人網頁 Academic 官網建議使用 Netlify 方式部署,方法可見此篇 安裝 HUGO macOS

chia-an-lee