• 作業系統
    • 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
挨踢攻城獅學習之路

挨踢攻城獅學習之路

不太詳細紀錄

Hyper-V與VMware共存問題

由於電腦已安裝了VMware Player,為了跑Windows Container,需安裝Docker Desktop
因此必須要Enable Hyper-V,但Enable Hyper-V後,VMware的Guest OS就開不起來

 hyper-v / troubleshooting
Read more "Hyper-V與VMware共存問題"

Git:Push 上 GitHub 跳 rejected 問題

在推送本地上 GitHub 跳出以下錯誤 滿低級問題,原因大概是我在 GitHub 建 repository 時,勾了產出 README.md就先把遠端合併回來再推上去,或強制把本地推上去 參考來源: 另一種合併方式(使用 rebase)、【狀況題】怎麼有時候推不上去… 另外 Gitlab 分支保護 …

 git / troubleshooting
Read more "Git:Push 上 GitHub 跳 rejected 問題"

Docker:login password及image push denied

因為我的Docker 有使用兩階段認證,所以在登入時,如果使用自己設定的Password,會跳錯 Error response from daemon: Get https://registry-1.docker.io/v2/: unauthorized:please use personal ac …

 docker / troubleshooting
Read more "Docker:login password及image push denied"

LibreNMS:新增AWS Lightsail VPS顯示never poller

2020.5.17 更新,今天上AWS Lightsail 管理介面看,已經可以防火牆設定已經可以新增允許 ICMP 了 因為AWS Lightsail VPS不允許使用icmp來ping主機,因此只能使用snmp一開始新增Device時,雖可以將 Force add (No ICMP or SNM …

 librenms / troubleshooting
Read more "LibreNMS:新增AWS Lightsail VPS顯示never poller"

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 速度問題"

SQL Server:View 無法匯到EF Model EDMX裡

提示錯誤關鍵字:未定義主索引鍵,也無法推斷有效的主索引鍵。此資料表/檢視已被排除。如果要使用此實體,您必須檢閱您的結構描述,加入正確的索引鍵,並將它取消註解。

 sql / troubleshooting
Read more "SQL Server:View 無法匯到EF Model EDMX裡"

CSS:Label、Input自動縮放寬度佔滿容器

在製作表單時,想將Label放置於左邊,Input放在右邊,並讓Input隨視窗大小,自動縮放佔滿容器,像這樣 調大調小都可以吃滿,以下範例 可以在CSS加入float 讓Label float於左側,寬80px。Input 的寬用calc( 100% 去減掉 label的寬80px)

 css
Read more "CSS:Label、Input自動縮放寬度佔滿容器"

IDE:Emmet for Visual Studio

Visual Studio IDE內寫HTML實在辛苦,習慣用div#col-lg-6*2 這類寫法在VS IDE上都得照實產出<div></div> 再去設定id、class 完成後再複製或重打,很浪費時間 今天總算受不了爬文了一下!如果你有跟我一樣困擾 ,可試試我爬到的結 …

 Visual Studio
Read more "IDE:Emmet for Visual Studio"

文章導覽

1 ... 4 5 6 7 8 ... 16

近期文章

  • 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.