學術及資源的交流園地 ^_^

Win7 Home 版 Enable Administrator

26/07/11

 

在 Win7 上, 由於 mmc 沒有提供帳戶管理功能,

而 administrator 此帳戶預設是 "停用" 的

所以就要用 cmd 去啟用它

 

Step1: admin shell

以 Admin 身份啟用 cmd 的 shell

Step2: 用戶啟用指令

net user administrator /active:yes

net user administrator <password>

 

Window 的 DNS Cache

25/07/11

 

介紹

在任何一個系統上, dns 的查明記錄都是有 cache 的

意思是指當 PC 問 DNS Server 某一 Domain  的 IP 時,

問了一次之後, 一段時間唔會再問 Server, 藉以提升網絡能用

 

Cache 控制

在 Window 上, 我們可以用以下指令查看 cache 了什麼

ipconfig /displaydns

這服務是由 dnscache 提供

如果不想用 cache 功能, 我們可以用以下指令停用它

net stop dnscache

當然啦, 停用 dnscache 後, 上網明顯是會慢了

所以如果只是想更新 DNS 的資, 可以單是用以下指伶

rsync 的兩三事

最後更新: 2021-08-30

介紹

HomePage: https://rsync.samba.org/

目錄

  • Install & Compile
  • Check Version
  • Client Usage
     - 用 ssh 去 sync 的方式
     - sync data 到 deamon 的 module
  • Source 尾的 '/'
  • 常用選項
  • 限速
  • 減低 bandwith 使用
  • 多個 source
  • CIFS VFS and Symbolic links
  • Partial File
  • Find Change
  • More atomic
  • exclude
  • include
  • include 與 exclude
  • Usage Example
  • Troubleshoot
  • Performance
  • Merge two folders
  • --copy-dest 與 --link-dest
  • Output checksum
  • Other Info.
  • Changelog

Other

unison

 

完美的 Standalone Samba Server

 最後更新: 2021-09-13

介紹

 

RSS feed