要在EXCEL檔案裡面的「框框內打勾」方法
從「插入」->「符號」->「Wingdings2」 就可以找到了
2018年10月22日 星期一
2018年10月6日 星期六
Fortinet VPN 的錯誤訊息處理
這兩天客戶的Fortinet VPN突然不能用,一直出現下面訊息,因為已經買超過保固了,原廠就要收費了,因為實在沒有 "扣扣" 只好請Google大神求救了。
unable to establish the vpn connection. the vpn server may be unreachable
最後還是有答案的啦
就因為客戶的IE因為銀行要求使用 TLS 1.0取消,所以變成銀行的可以,我的不行啦,改回來就好了。
參考網站 layer8.one
unable to establish the vpn connection. the vpn server may be unreachable
最後還是有答案的啦
就因為客戶的IE因為銀行要求使用 TLS 1.0取消,所以變成銀行的可以,我的不行啦,改回來就好了。
參考網站 layer8.one
2018年10月1日 星期一
PVE 版本升級方式(5X)
# nano /etc/apt/sources.list
Proxmox VE No-Subscription Repository
As the name suggests, you do not need a subscription key to access this repository. It can be used for testing and non-production use. Its not recommended to run on production servers, as these packages are not always heavily tested and validated.
We recommend to configure this repository in /etc/apt/sources.list.
File /etc/apt/sources.list
deb http://ftp.debian.org/debian stretch main contrib # PVE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pve stretch pve-no-subscription # security updates deb http://security.debian.org stretch/updates main contrib
Proxmox VE Test Repository
按Ctrl+o -> enter Save
按Ctrl+X -> EXIT
參考來源 Package Repositories
訂閱:
文章 (Atom)