• 作業系統
    • Windows
    • Linux
  • 資料庫
    • SQL Server
    • MySQL/MariaDB
  • 腳本
    • PowerShell
    • Shell Script
  • 開源服務
  • 虛擬化
  • 容器
  • 雲服務
  • 網路
  • 其他
  • WordPress
  • Javascript
  • PHP
  • Search
挨踢攻城獅學習之路
不太詳細紀錄
Skip to content
  • 作業系統
    • Windows
    • Linux
  • 資料庫
    • SQL Server
    • MySQL/MariaDB
  • 腳本
    • PowerShell
    • Shell Script
  • 開源服務
  • 虛擬化
  • 容器
  • 雲服務
  • 網路
  • 其他
  • WordPress
  • Javascript
  • PHP
  • Search
分類: 作業系統

分類: 作業系統

Home Archive for category "作業系統" (Page 2)

Docker:使用 WSL 管理 Docker

繼上一篇 Windows 10 Home安裝Hyper-V及Docker 在 Windows 10 Home 成功安裝 Docker Desktop 後接下來讓 WSL 可以管理本地的 Docker Desktop。也可使用 CMD 來管理就好,但個人比較習慣 WSL 如何安裝 WSL?先安裝適用於 …

 docker / wsl
Read more "Docker:使用 WSL 管理 Docker"

Windows 10 Home安裝Hyper-V及Docker

2021/1/16更新:重灌 20H2 版後,嘗試安裝 Docker 已不需要 Hyper-V了。出處:windows 家庭版本,安装docker(非Docker Toolbox)親測有效,把以下存成 .bat 用系統管理員執行 安裝Hyper-V 安裝Containers 重開後,再用系統管理員執 …

 docker / hyper-v
Read more "Windows 10 Home安裝Hyper-V及Docker"

Linux:CentOS 7 更新Kernel 5.x及開啟BBR

6/14 更新,目前裝完已變成 5.4 版了,但更新要注意有些套件可能會出問題 ex. ZFS先設定repo以安裝4.19版Kernel(這裡沒使用 elrepo 源,因為LT還在4.4,BBR要4.9以上,ML則到5了,先不打算裝5) 更新 Kernel 並重開機 重開完後安裝 kernel-he …

 centos / linux
Read more "Linux:CentOS 7 更新Kernel 5.x及開啟BBR"

Linux:CentOS 7/8修改網卡命名方式及IP地址

從CentOS 7開始,網卡命名方式都改為ensxx,而連線名稱如果在安裝時選中文,預設在Terminal下會是亂碼口口口無法修改SSH進入則可正常看到”有線網路\ 1″ 這裡將網卡命名方式改回eth0,並用nmcli或ip來重新設定連線名稱及IP 1、修改網卡命名 2、設定 …

 centos / command / linux / network
Read more "Linux:CentOS 7/8修改網卡命名方式及IP地址"

Windows:Realtek 8111 速度問題

我的環境是 Hyper-V 內安裝 CentOS 虛擬機,架設 Nginx 平台網站 在內部連線網站很快沒問題,但外部連入則會非常慢,尤其是載入圖片。 一開始先檢查 Nginx 設定,也嘗試過開關快取、開關gzip等,但都沒效 後檢查Fortigate防火牆,沒有Traffic 限制,也重開過Swi …

 troubleshooting
Read more "Windows:Realtek 8111 速度問題"

Linux:vim 修改nginx時沒有highlight

最近裝的兩台CentOS在vim nginx時,語法都沒有顏色,看的很辛苦爬文一下,得到以下解決辦法 完成,有色彩了

 nginx / troubleshooting
Read more "Linux:vim 修改nginx時沒有highlight"

PHP:寄信跳錯SMTP connect()

架了不少開源相關服務都會用到PHP寄信功能,但經常會碰到如下錯誤Error in email sending: SMTP connect() failed.https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting x 如果是用Gmail請 …

 troubleshooting
Read more "PHP:寄信跳錯SMTP connect()"

Windows Server:DC五大角色移轉及強制移轉

有風險的方式強制移轉給DC01 檢查 為了將DC降級為一般主機,在此之前需先將五大角色移轉至其他主機,以下記錄操作1、到Active Directory 使用者和電腦,先對著「Active Directory 使用者和電腦 」按右鍵,變更網域控制站為要移轉過去的那台主機 2、選擇網域名稱按右鍵,選擇 …

 troubleshooting
Read more "Windows Server:DC五大角色移轉及強制移轉"

Server 2019:設定跳C:\Windows\system32\control.exe 錯誤問題

Server 2019在加入網域後,「設定」有些選項點選後,都會跳 C:\Windows\System32\control.exe 錯誤原以為是個別案例,但在裝完第二台後,一樣有這狀況,嘗試修改control.exe的權限後仍無解決 幸虧爬文得到網友分享解法:[分享] Server 2016 201 …

 troubleshooting
Read more "Server 2019:設定跳C:\Windows\system32\control.exe 錯誤問題"

WordPress:ShortPixel 外掛 WebP Nginx 設定

網站只要有放圖,用Google Page Speed測試都會出現:提供 NEXT-GEN 格式的圖片。這可透過ShortPixel外掛來處理,但Nginx也需要做些設定,在此記錄下。注意: webp 不一定會比 jpg 小,如果圖本來就壓過很小了,轉無損 webp 可能會變大參考來源:无损 WebP …

 nginx / wordpress
Read more "WordPress:ShortPixel 外掛 WebP Nginx 設定"

文章導覽

1 2 3 4 5

近期文章

  • ShellScript:發送 IP 到 FortiGate、Cloudflare 進行封鎖
  • Google Apps Script: Form 無法發 Telegram、Line Bot Notify
  • Google Sheet: 操作問題筆記
  • Google Apps Script: Web App 手機 RWD 問題
  • Gitlab: 跨版本升級順序

分類

  • WordPress (29)
  • 作業系統 (45)
    • Linux (31)
    • Windows (15)
  • 全端 (29)
    • CSS (3)
    • Dev Env (4)
    • Go (1)
    • Javascript (15)
    • PHP (6)
  • 其他 (11)
  • 容器 (10)
    • Docker (7)
    • Kubernetes (2)
  • 網路 (7)
  • 腳本 (14)
    • Batch (3)
    • PowerShell (4)
    • Shell Script (8)
  • 虛擬化 (8)
  • 資料庫 (9)
    • MySQL/MariaDB (1)
    • SQL Server (8)
  • 開源服務 (19)
  • 雲服務 (6)

標籤

analysis apache backup batch btrfs centos cisco cmder command css docker duplicati esxi firewall fortigate git Go google sheet hyper-v javascript kubernetes librenms linux mariadb network nextcloud nginx php plugins powershell redmine samba security selinux shellscript sql ssh troubleshooting vembu Visual Studio vps vue.js wordpress wsl zfs
Back to Top
©2019-2023 挨踢攻城獅學習紀錄
Powered by Anima & WordPress.