fbpx
  • 首頁
  • About Me.
  • 隱私權政策 PRIVACY POLICY
Clarence 的科技學習實戰筆記
這是一個富有創意與實用性的網誌,主要分享關於網路科技、程式設計、創意工具等相關主題的文章,讓讀者可以輕鬆學習與掌握相關知識,並且提供了豐富的實例與教學影片,是一個非常值得推薦的學習資源。

AWS

  • AWS
  • ...
    • Relational Database Service (RDS)

AWS RDS 備份 MySQL 出現 Access denied; you need (at least one of) the SUPER or SYSTEM_VARIABLES_ADMIN privilege(s) for this operation 該如何解決

Posted on 2023-06-112023-05-27by Clarence

因為 RDS 平常使用的使用者並沒有最高權限,所以會出現 Access denied; you need (a […]

Read More
No comments yet
  • Elastic Beanstalk
  • ...
    • Node.js

在 AWS Elastic Beanstalk 使用 Yarn 安裝 Node.js 套件

Posted on 2023-04-092023-03-10by Clarence

最近在嘗試使用 Beanstalk 跑 Node.js 遇到一點貧頸是 Beanstalk 預設只會使用 np […]

Read More
No comments yet
  • AWS
  • ...
    • Elastic Beanstalk

在 AWS Elastic Beanstalk 設定 NGINX

Posted on 2023-04-022023-03-10by Clarence

聽到一個需求是想要在 Beanstalk 上面設定 NGINX 的參數如 client_max_body_si […]

Read More
No comments yet
  • AWS
  • ...
    • Linux

在 EC2 上面遇到 XFS 無法掛載 /sysroot

Posted on 2022-12-272022-12-27by Clarence

今天遇到有人跟我說 EC2 的服務無法使用,我當下以為跟以前一樣是因為某台機器可能剛好卡了一下,因此就直接在 […]

Read More
No comments yet
  • AWS

現在 AWS 終於可以支援多個 MFA 裝置了!

Posted on 2022-11-202022-11-20by Clarence

AWS 在 2022/11/16 終於發布帳號可以支援多個 MFA 的功能了,之前都一直在抉擇要用軟體的還是硬 […]

Read More
No comments yet
  • AWS

AWS EC2 User data 使用 cloud-init 創建使用者帳號

Posted on 2022-05-082022-05-09by Clarence

最近因為需要再機器裡面建立大量帳號所以就研究了一下 AWS 的 user data,公司以前建立帳號是寫 Sh […]

Read More
No comments yet
  • AWS

S3 Bucket 完全存取 Permissions 設定

Posted on 2021-09-122021-08-20by Clarence

在 S3 設定 Bucket AMI 的時候大家常常會忘記要設定一條 Resource 導致在使用的時候有問題 […]

Read More
No comments yet
  • AWS
  • ...
    • Azure
    • GitLab

Java jib Gradle 使用 GitLab CI/CD 自動上傳 Docker 到 GitLab Container Registry、Azure Container Registry 與 Amazon Elastic Container Registry

Posted on 2021-07-252021-07-23by Clarence

最近在公司的案子有一個需求是希望上傳 Java 的 Code 進去 GitLab 之後可以自動上傳 Docke […]

Read More
No comments yet
  • AWS

AWS 新服務測試 AWS App Runner – 全受管容器應用程式服務

Posted on 2021-06-162021-06-16by Clarence

在 2021 年 5 月 18 日 AWS 發布了一個新的服務 App Runner 看到的時候覺得很驚奇,看 […]

Read More
No comments yet
  • AWS

AWS IoT 出現 negotiation failed with error certificate is untrusted 更新憑證方法

Posted on 2021-03-112021-03-11by Clarence

最近公司的系統發現如果連 AWS IoT 會出現 “negotiation failed with […]

Read More
No comments yet
  • AWS
  • ...
    • 分享

AWS Lambda 啟用新的 managed policies AWSLambda_FullAccess 與 AWSLambda_ReadOnlyAccess

Posted on 2020-12-222021-01-13by Clarence

今天收到 AWS 的通知 內容是說明啟用新的 managed policies AWSLambda_FullA […]

Read More
No comments yet
  • AWS
  • ...
    • 分享

AWS CloudShell 發布!

Posted on 2020-12-162020-12-16by Clarence

在 2020年12月15日 AWS 發布了 CloudShell 服務它底層是使用 Amazon Linux […]

Read More
No comments yet
  • AWS
  • ...
    • 分享

AWS re:Invent 2020 Hands-On Labs 24 小時免費

Posted on 2020-12-112020-12-11by Clarence

平常要學習 AWS 都需要用到付費現在在 AWS re:Invent 2020 提供大家免費使用 Hands- […]

Read More
No comments yet
  • AWS
  • ...
    • Python

AWS Boto3 使用 describe_launch_configurations 建立 create_launch_configuration

Posted on 2020-12-072022-06-22by Clarence

平常我們在使用 create_launch_configuration 可能就會直接建立大概的方法是如下 建立 […]

Read More
No comments yet
  • AWS

新 EC2 T4g Instance – AWS Graviton2 – 免費試用

Posted on 2020-10-192020-12-09by Clarence

Clarence《AWS CDK 完全學習手冊:打造雲端基礎架構程式碼 IaC》 第 12 屆 iT 邦幫忙鐵 […]

Read More
No comments yet

Posts navigation

Older posts

熱門文章與頁面︰

  • Microsoft Office 2021 官方下載點
  • Windows 10 開啟螢幕小鍵盤
  • Microsoft Office 2019 官方下載點
  • Windows Server 2019 官方下載點
  • 發生 /bin/bash^M: bad interpreter: No such file or directory 怎麼解決
  • Docker 移除 Containers、Images、Volumes 與 Networks 的方法
  • 如何在 Ubuntu Server 20.04 使用指令設定系統時區
  • Windows 10 Chrome 與 Edge 升級後出現 STATUS_INVALID_IMAGE_HASH
  • 中華電信收不到手機號碼驗證簡訊
  • 解決 Windows 10 同步時間失敗

近期文章

  • 原本在 Ubuntu 裝好 SSH 使用 Public Key 結果無法開啟密碼登入怎麼辦?
  • 如果在 Supermicro 遇到 Service is not available during upgrade 怎麼辦?
  • 解決 ESXi 下 Windows 沒辦法擴充硬碟的問題
  • 使用 autofs 掛載 NFSv4 的教學
  • 如何設定 HPE Aruba Networking AP 有線支援 Trunk 模式

近期留言

  • 「解決 Ubuntu 中 NVIDIA GPU 驅動問題 - Clarence 的科技學習實戰筆記」於〈在 Ubuntu 發生 dpkg: error processing archive 的問題該如何處理?〉發佈留言
  • 「HPE A5120 重置或是開機出現 Application program does not exist 解決方法與重置後的初始化教學 - Clarence 的科技學習實戰筆記」於〈在 macOS 使用 console 線連接 console port 的方法〉發佈留言
  • 「安裝 CUDA 出現 Depends: cuda-11-7 (>= 11.7.0) but it is not going to be installed 解決方法 - Clarence」於〈安裝 CUDA Toolkit 11.7〉發佈留言
  • 「Windows 10 使用 Hyper-V 一樣可以自動備份 - Clarence」於〈Windows 安裝 CDK Toolkit 後出現 “因為這個系統上已停用指令碼執行,所以無法載入”〉發佈留言
  • 「孙帆」於〈Golang 使用 goav〉發佈留言

彙整

  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2021 年 1 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 2 月
  • 2018 年 11 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月

分類

  • 2020 11th 鐵人賽
  • 2020 12th 鐵人賽
  • Adobe
  • Apple 
  • Autodesk
  • AWS
  • Azure
  • CloudLinux
  • Code Editor
  • cPanel
  • CyberPower
  • Dell
  • DGX
  • Docker
  • Elastic Beanstalk
  • Excel
  • GCP
  • GitHub
  • GitLab
  • Golang
  • Google
  • Google Chrome
  • Google Developers
  • Grafana
  • Hewlett Packard Enterprise (HPE)
  • HiNet
  • HPE Aruba Networking
  • Hyper-V
  • Intel
  • iOS
  • JavaScript
  • LibreNMS
  • LINE
  • Linux
  • macOS
  • Microsoft
  • Microsoft SQL Server
  • Mozilla Firefox
  • MySQL
  • Network
  • News
  • Node.js
  • NVIDIA
  • Office
  • Oracle
  • PHP
  • Pokémon GO
  • PostgreSQL
  • Proxmox VE
  • Python
  • Red Hat
  • Relational Database Service (RDS)
  • ROS
  • SOPHOS
  • SSL
  • Supermicro
  • Synology
  • Ubuntu
  • UniFi
  • VMware ESXi
  • WebRTC
  • WebSocket
  • Windows
  • WordPress
  • Zabbix
  • 分享
  • 小米
  • 工具
  • 心得
  • 指令
  • 推薦
  • 未分類
  • 瀏覽器
  • 行動支付
  • 資料庫

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文
隱私權與 Cookie:此網站可使用 Cookie。繼續使用此網站即表示你同意使用 Cookie。
若要瞭解更多資訊,包括如何控制 Cookie,請參閱此處: Cookie 政策

部落格統計

  • 611,798 個點閱數
本網站的所有內容,包括文字、圖片、音頻、視頻、程式碼等,均受版權法保護。未經本網站所有人 Clarence 事先書面授權,任何人不得擅自複製、轉載、修改、散佈或商業使用。凡本網站所引用之第三方資料或圖片,版權歸原作者或權利人所有。本網站僅為分享學習和交流知識之用,並不對內容的真實性、完整性和可靠性作任何明示或暗示的保證或承諾,亦不對任何因使用或依賴本網站內容所引致的損失或損害負任何責任。如有任何疑問或建議,請隨時聯繫我。 Theme by Colorlib Powered by WordPress