Yet another bootstrap theme.

2021-05-28
qradar_development

最近接著需要開發 IBM Qradar DSM 相關的程式,先找找需要的資料囉

QRadar App Development

線上課程

QRadar CE 相關

Qradar CE install

Qradar 相關的文件 & 下載

同場加映 - VMWare ESXi server

同場加映 - VMWare ESXi server 遇到的問題

同場加映 v2 - AWS VM Import/Export - 目前沒有用這方式

QRadar 開發相關

安裝 DSM 的相關說明

Qradar 操作的相關文件

Reference

Read More

2021-05-26
voice_to_text

Read More

2021-04-29
ios_shortcut

最近換了一台車,這台車可以用 bluetooth 來連 iphone,就讓我要聽 youtube, 聽 coursera 變得很方便。
但是,有一個滿麻煩的地方就是,手機一連上 car bluetooth 時,就會自動播放 apple music 的第一首,老實說,這還滿擾人的

神奇的解法, shortcut

iOS 捷徑的用法

找了一下,還有滿多的討論的

annoying play

Read More

2021-04-20
reading_chuang_tzu

最近重聽了一遍蔡璧名教授的 正是時候讀莊子,聽著聽著真是覺得太讚囉。每每都有莊子的詞句一一地迴盪在自己的腦海中

Reference

Read More

2021-04-20
dynamodb_decimal

在 AWS dynamodb 中是以 Decimal 來儲存 number。
當要將 Decimal 轉換成 json 時,會出現 error。需要先將 Decimal 轉成 int or float 在轉換成 json

Reference

Read More

2021-04-15
docker_trouble_shooting

Reference

Read More

2021-04-15
mac-md5-and-sha256

command

  • Calculate MD5 checksum
    • md5 /tmp/1.iso
  • Calculate SHA-256 checksum
    • shasum -a 256 /tmp/1.iso

Reference

Read More

2021-04-13
hexo-and-ci

用 hexo 來寫 blog 已經一段時間囉,寫好文章後,需要自己用 make command 將 blog push 到 public
最近有看到有人搭配 travis-ci 來做到自動部署,覺得還滿讚的,就想說來改改囉

試了後,覺得滿有趣的

測試過程的心得

  • 要注意是否有將 theme folder 中的資料,checkin 到 git 中
  • 我是改用 hexo deploy 的方式,來進行 deploy 的方式

Reference

Read More

2021-04-13
python-and-json

在現在的程式中,常常會需要操作到 json object,記錄一下目前有用到的 json tool

Reference

Read More

2021-04-12
aws-cdk-tutorial

找時間來試試看 AWS CDK 囉

Reference

Read More