[Windows] IIS站台搬移備份

如果你使用Windows架站 , 那對IIS就不陌生 , 雖然也有很多第三方的WEB Server也支援Win […] →Read more

[Linux] ssh 錯誤 : no matching key exchange method found , no matching host key type found

資安最近成為顯學 , 這的確是好事 , 但一日三更patch檔 , 苦的就是資訊的從業人員 . 而本文的錯誤其 […] →Read more

[Windows] 取消WSUS 使用預設Windows Update

一般的情形 , 大多是取消預設的Windows Update , 改用公司自架的WSUS , 但本文介紹的卻是 […] →Read more

[Linux] dracut-initqueue timeout 問題解決

這個問題常常出現在VM ova檔匯入 , 例如把Vmware Esxi製作的ova拿到vitrualbox進行 […] →Read more

[Linux] 簡易的HTTP檔案傳輸-使用python

檔案傳輸常用的有FTP、SFTP、或者也可以建立Webdav,這些使用或多或少都需要一些前置作業。 但有時候我 […] →Read more

[docker] 指令docker login及docker logout – 登入登出registry

### 登入登出registry docker login [OPTION] [SERVER] docker […] →Read more

[docker] 指令docker diff – 看目前容器讀寫層做了那些變化

### 看目前容器讀寫層做了那些變化 docker diff <container id or name […] →Read more

[docker] 指令docker commit 或 docker container commit – 使用運行中的容器製作印象檔

### 使用運行中的容器製作印象檔 docker container commit [OPTIONS] CON […] →Read more

[docker] 為容器建立 init process,方便回收zombie

### 為容器建立init,進行reaping zombie –init 為容器建立 init , […] →Read more

[docker] 指令 docker inspect 或 docker container inspect – 獲取容器的詳細配置資料

### 取得container詳細配置資料 docker inspect <容器ID or 容器name […] →Read more