Blog

About Goldydocs

A sample site using the Docsy Hugo theme.

Goldydocs is a sample site using the Docsy Hugo theme that shows what it can do and provides you with a template site structure. It’s designed for you to clone and edit as much as you like. See the different sections of the documentation and site for more ideas.

This is another section

This is another section

Posts in 2020
  • 【Linux】URLエンコードされてしまったファイル名を修正する方法

    Wednesday, November 04, 2020 in blog

    URL エンコードとは フォームでデータを送信する際に、application/x-www-form-urlencoded の仕様に 沿ってエンコードされる。 以下のようなパーセントと 16 進で変換されたもの修正する方法を記載する テスト →%e3%83%86%e3%82%b9%e3%83%88 修正方法 以下を実行し、convmv をインストール [example@123-45-67-89 ~]# sudo yum install convmv …

    Read more

  • 【Lambda + Boto3】AWSアカウント間でよりセキュアなSTS認証を行う

    Wednesday, November 04, 2020 in blog

    はじめに STS とは AWS Security Token Service (AWS STS) を使用して、AWS リソースへのアクセスをコントロールできる一時的セキュリティ認証情報を持つ、信頼されたユーザーを作成および提供することができます。 アクセスキー認証情報と違いは以下の通りです。 STS が発行する、認証情報は一時的なものであり、一定時間で消失します。(時間は数分から数時間まで設定可能) STS が発行する、認証情報はユーザーとともに保存されることはなく、ユーザーのリクエストによっ …

    Read more

  • 【DokuWiki】 Bootstrap3 Templateのタイトルをかっこよく編集する

    Wednesday, November 04, 2020 in blog

    はじめに 自分が運用している DokuWiki サイト(Bootstrap3 Template)がインデックスされるときに 【dokuwiki [タイトル]】と表示されるのは他とかぶってダサいし見づらい。 以下にバージョン【v2018-02-16】でのタイトルを変更してみた。 追記【v2019-05-22】での変更方法も挙げておきます。 サイト設定から修正する Bootstrap3 Template …

    Read more