Posted inFortigate Fortigate 6.2 QoS Posted by Tim Ng 2021-12-28 Foritgate 6.2的QoS真的超級簡單 首先設定一個限制的速度 然後套用到Source本例子是內網的一個IP
Posted inWindows Win10 disable firewall Posted by Tim Ng 2021-12-14 netsh advfirewall set allprofiles state off
Posted inPalo Alto Palo Alto HA Firewall PanOS upgrade Posted by Tim Ng 2021-11-03 這個實測是由8.1.19升級到8.1.20 首先需要Export兩隻Firewall的Config設定, 兩隻Firewall都各Export一次 然後確定不要勾選Preemptive以免自動跳回Active影響升級計劃 升級開始, 選擇好版本按Download, 然後另一台亦自動下載(勾選Sync...
Posted inLinux CentOS 6.9 加 routing Posted by Tim Ng 2021-10-11 ip route delete 192.168.1.0/24 ip route add 192.168.1.0/24 via 192.168.0.1 vi /etc/sysconfig/network-scripts/route-eth0 192.168.1.0/24 via 192.168.0.1
Posted inLinux Ubuntu 18.04 upgrade PHP from 7.2 to 7.4 Posted by Tim Ng 2021-09-06 add-apt-repository ppa:ondrej/php add-apt-repository ppa:ondrej/apache2 apt install php7.4 apt install php7.4-common php7.4-mysql php7.4-xml php7.4-xm...
Posted inVR睇樓 受保護的內容: 寶華大廈D室VR Posted by Tim Ng 2021-09-05 This content is password protected. To view it please go to the post page and enter the password.
Posted inVMWare ESXi Status of other host hardware objects Posted by Tim Ng 2021-09-03 Reset To Green後, 過一段時間又再出現 用SSH進入 localcli hardware ipmi sel get localcli hardware ipmi sel clear localcli hardware ipmi sel get Reset To Green
Posted inVMWare ESXi MacOS Posted by Tim Ng 2021-08-17 https://github.com/hugepants/esxi-unlocker https://sysin.org/blog/macOS-Big-Sur/ https://sysin.org/blog/macOS-Big-Sur-boot-iso/
Posted inWindows PFX to private key Posted by Tim Ng 2021-08-04 openssl pkcs12 -in D:\SSL\xxx.com.pfx -nocerts -out D:\SSL\xxx.com.key -nodes