CHKDSK 命令檢查和修復磁碟錯誤
chkdsk <磁碟代號>:
系統檔案檢查程式
sfc /scannow
使用 PowerShell 安裝 Windows 更新
Install-Module PSWindowsUpdate
Import-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate -AcceptAll -AutoReboot
CHKDSK 命令檢查和修復磁碟錯誤
chkdsk <磁碟代號>:
sfc /scannow
Install-Module PSWindowsUpdate
Import-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate -AcceptAll -AutoReboot
apache 反向代理 80轉443轉8080 apache, proxy pass
資料表更改為多個primary key, MariaDB [database]> describe TABLENAME; 想由本來是兩個PRIMARY KE
使用expect及 openssl 產生SSL 憑證簽署要求 每年都要製做tls 憑證 二十幾張, 此語法利用expect 產生私錀及憑證請求檔 #!/usr/bin/expect
windows 使用 command 移除程式 使用 command 移除程式
臺中市雲端校務系統與Windows AD帳號整合(8) 三 開機啟動服務 3-1 Windows Server上隨系統開機啟動服務 寫一個bat檔 cd C:UsersAdmi
tc web 問與答 Q. 填報網址 A. https://tiny.cc/tc-web Q. 出現了以下畫面, 怎麼辦 A. 建議瀏覽器開無
[vue.js] 動態的props 做parent-child components 雙向綁定 vue.js props components camel-case
axios vuejs application/x-www-form-urlencoded 送資料 VUE.JS 以 application/x-www-form-urlencoded 送資料
python 的RE python re
臺中市校務雲端系統與Windows AD帳號整合(1) active directory,ldaps,雲端校務系統
ubuntu ufw ufw 簡易筆記 原則禁止,例外開放 ufw default deny 啟動ufw sudo ufw enable 關掉