8/02/2019
6/05/2019
光世代數據機帳密
中華電信光世代數據機的帳號密碼
目前沒有再區分北中南區
這次(06/05/2019)看到的設備牌子是 Nokia
預設IP:192.168.1.1
預設帳號:cht
預設密碼:數據機型號的末4碼加上該台網卡序號的末4碼
設備型號的末四碼不包含 - (連字號), 英文部分則都是小寫
目前沒有再區分北中南區
這次(06/05/2019)看到的設備牌子是 Nokia
預設IP:192.168.1.1
預設帳號:cht
預設密碼:數據機型號的末4碼加上該台網卡序號的末4碼
設備型號的末四碼不包含 - (連字號), 英文部分則都是小寫
3/27/2019
Firefox stop autoplay
Firefox 66 雖說支援停止自動播放網頁的影片
不過影片還是會載入, 只是靜音而已
進入 about:config 之後
改底下幾個的設定值後
可以連影片也禁止載入
media.autoplay.default: 1
media.autoplay.enabled.user-gestures-needed: false
media.autoplay.allow-muted: false
不過影片還是會載入, 只是靜音而已
進入 about:config 之後
改底下幾個的設定值後
可以連影片也禁止載入
media.autoplay.default: 1
media.autoplay.enabled.user-gestures-needed: false
media.autoplay.allow-muted: false
VMware Snapshot
記錄一下
Best practices for using snapshots in the vSphere environment (1025279)
https://kb.vmware.com/s/article/1025279
Why snapshots alone are not backups
https://www.veeam.com/blog/why-snapshots-alone-are-not-backups.html
在 VMware ESXi 和 ESX 中了解虚拟机快照 (1015180)
https://kb.vmware.com/s/article/1015180?lang=zh_CN
VMware虛擬化環境的快照管理
https://www.ithome.com.tw/node/74422
Best practices for using snapshots in the vSphere environment (1025279)
https://kb.vmware.com/s/article/1025279
- Do not use snapshots as backups.
- Maximum of 32 snapshots are supported in a chain. However, for a better performance use only 2 to 3 snapshots.
- Do not use a single snapshot for more than 72 hours.
- Ensure that there are no snapshots before:
4.1 Performing Storage vMotion in vSphere 4.x and earlier environments.
4.2 Increasing the virtual machine disk size or virtual RDM.
Why snapshots alone are not backups
https://www.veeam.com/blog/why-snapshots-alone-are-not-backups.html
在 VMware ESXi 和 ESX 中了解虚拟机快照 (1015180)
https://kb.vmware.com/s/article/1015180?lang=zh_CN
VMware虛擬化環境的快照管理
https://www.ithome.com.tw/node/74422
3/15/2019
Windows 的 Break 按鍵
Dell Latitude 7470 之後的 NB 都沒有 Break 按鍵
替代的組合按鈕
則是要用 『視窗鍵 + Ctrl + Fn + B』
替代的組合按鈕
Ctrl + Fn + S
或Ctrl + Fn + B
先前習慣使用的 『視窗鍵 + Break 』則是要用 『視窗鍵 + Ctrl + Fn + B』
2/26/2019
VMware空間回收
VMware ESXi 5.5 以上版本改採用 unmap
https://kb.vmware.com/s/article/2057513?lang=zh_CN
esxcli storage vmfs unmap --volume-label=volume_label|--volume-uuid=volume_uuid --reclaim-unit=number
Example:
每次迭代 UNMAP 的 VMFS 块数。该参数为可选项。如果未指定此参数,则该命令使用默认值 200。
例如,对于名称为 MyDatastore,UUID 为 509a9f1f-4ffb6678-f1db-001ec9ab780e 的 VMFS 卷,运行以下命令:
esxcli storage vmfs unmap -l MyDatastore
VMware ESXi 5.5 以下版本
https://kb.vmware.com/s/article/2014849
# cd /vmfs/volumes/volume_name
# vmkfstools -y percentage_of_deleted_blocks_to_reclaim
Example:
假設 datastore 名稱為 Datastore1
預估可回收 60 % 的空間
# cd /vmfs/volumes/Datastore1
# vmkfstools -y 60
https://kb.vmware.com/s/article/2057513?lang=zh_CN
esxcli storage vmfs unmap --volume-label=volume_label|--volume-uuid=volume_uuid --reclaim-unit=number
Example:
每次迭代 UNMAP 的 VMFS 块数。该参数为可选项。如果未指定此参数,则该命令使用默认值 200。
例如,对于名称为 MyDatastore,UUID 为 509a9f1f-4ffb6678-f1db-001ec9ab780e 的 VMFS 卷,运行以下命令:
esxcli storage vmfs unmap -l MyDatastore
VMware ESXi 5.5 以下版本
https://kb.vmware.com/s/article/2014849
# cd /vmfs/volumes/volume_name
# vmkfstools -y percentage_of_deleted_blocks_to_reclaim
Example:
假設 datastore 名稱為 Datastore1
預估可回收 60 % 的空間
# cd /vmfs/volumes/Datastore1
# vmkfstools -y 60
標籤:
空間回收,
reclaim,
unmap,
vmkfstools,
VMware
2/23/2019
FortiClient連線錯誤訊息處理
常用的 ForitClient 臨時出現底下的錯誤訊息
就說明是 TLS 適用版本的問題
解決方式
1. 升級要連線的 FortiGate 韌體版本
不過這方式比較費功夫, 過保固的機器也不一定能有 firmware 可更新
2. 更改本機的網際網路選項,啟用支援 TLS 1.0,如下圖:
就說明是 TLS 適用版本的問題
解決方式
1. 升級要連線的 FortiGate 韌體版本
不過這方式比較費功夫, 過保固的機器也不一定能有 firmware 可更新
2. 更改本機的網際網路選項,啟用支援 TLS 1.0,如下圖:
標籤:
FortiClient,
TLS,
version,
VPN
訂閱:
文章 (Atom)


