• 作業系統
    • 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
標籤: troubleshooting

標籤: troubleshooting

Home Posts tagged "troubleshooting"

Google Apps Script: Form 無法發 Telegram、Line Bot Notify

Google Form 結合 Apps Script 無法發 Telegram / Line Bot 訊息 顯示錯誤為 Message: Exception: You do not have permission to call UrlFetchApp.fetch. Required permiss …

 troubleshooting
Read more "Google Apps Script: Form 無法發 Telegram、Line Bot Notify"

Google Apps Script: Web App 手機 RWD 問題

Google Apps Script 開發 Web App,手機顯示異常問題 電腦瀏覽器用開發者模式檢視手機正常,實際在手機上運行卻維持著電腦版樣子,沒有響應式縮放 html 修正前是這樣設定 沒有作用 原以為是 GAS 的限制,因為在 Google Sites 下顯示正常。 但現在開發一個獨立頁面 …

 troubleshooting
Read more "Google Apps Script: Web App 手機 RWD 問題"

Let`s Encrypt:certbot renew 更新憑證失敗

VPS 站用的 Certbot 是用 apk 裝的,一開始還能用,也順利地申請了憑證後來不知發生什麼問題,在更新時都會出現以下內容 看不太懂,所以 Google 一下找到可以用 pip 安裝新版本,就這樣裝下去 順利更新 2023/1/16 再次碰到 好在結尾有關鍵字 裝完順利更新 3/16 再次 …

 troubleshooting
Read more "Let`s Encrypt:certbot renew 更新憑證失敗"

Edge / Chrome 打開網頁被強制轉到 https

開發環境需要連 localhost ,前陣子都好好,今天開突然都會 檢查了下是 https 關係,但不論怎麼把 s 拿掉 http://localhost 都還是會被轉到 https://localhost 爬文一下要設定瀏覽器Chrome: chrome://net-internals/#hsts …

 troubleshooting
Read more "Edge / Chrome 打開網頁被強制轉到 https"

PHP:Line Bot 開發 Server 問題紀錄

問題:有沒教學或範本可以參考 解決:佛心 Line Bot 開發教學,基礎範例程式碼 (PHP) – 輕量版 LINEBotTiny.php | 旋風之音 GoneTone (reh.tw) 問題:本地測試都可以正常回應,上正式站 VPS 主機卻已讀不回,查看 PHP 沒噴 Error log 解決 …

 selinux / troubleshooting
Read more "PHP:Line Bot 開發 Server 問題紀錄"

WordPress:PHP 7.4 + Opcache + Update Plugin = 502 Bad Gateway

WordPress+PHP 7.4+Opcache+Update Plugin=502 Bad Gateway

 troubleshooting
Read more "WordPress:PHP 7.4 + Opcache + Update Plugin = 502 Bad Gateway"

WordPress:Apache Benchmark 效能低落問題

紀錄一下,心血來潮重測了 Apache Benchmark ,發現自己四個站不同主機,測出來不約而同都變很糟之前 100 次 request、10 併發 最後一筆數據 都在 400ms 內,突然暴增到 8000ms,且 CPU 會滿載猜想大概每次請求都會從資料庫取內容為找到問題點,先嘗試清理/調整 …

 plugins / troubleshooting
Read more "WordPress:Apache Benchmark 效能低落問題"

PHP Server Monitor:ping 失效解決辦法

原本 ping 功能都可正常運作,直到某天更新 PHP Server Monitor 版本後,突然失效爬文找到這篇:Ping not working on 3.2.2 or on current development branch修改 src/psm/Util/Server/Updater/Sta …

 troubleshooting
Read more "PHP Server Monitor:ping 失效解決辦法"

Javascript:IOS 14 Safari window.open 沒有提示彈跳視窗

原先寫法是 在 PC、Mobile 的 Safari、Chrome 都會顯示有彈跳視窗需允許才能打開,這沒什麼問題,允許就好但在 IOS 14 的 Safari 連提示都沒有,只能從設定裡去動,但不可能教使用者都要去改手機設定因此找了下解法找到這篇:window.open在Safari中不能打开的问 …

 troubleshooting
Read more "Javascript:IOS 14 Safari window.open 沒有提示彈跳視窗"

Javascript:關閉分頁、瀏覽器事件動作

網站需求要在關閉分頁、瀏覽器後,將用戶登出。因此需要1.有個事件監聽,能在各大 PC、Mobile 瀏覽器在關閉分頁或瀏覽器後執行程式2.該程式要能成功打 API 告知後端該用戶要登出 踩坑踩很久,先分享一下找到的文章,快速出坑 於 window.onbeforeunload 發送HTTP Requ …

 troubleshooting
Read more "Javascript:關閉分頁、瀏覽器事件動作"

文章導覽

1 2 3 ... 8

近期文章

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