Yukun's Blog

難しいことを簡単に分かりやすく紹介

フォローする

  • About
  • Sitemap

CentOS: postfix/smtpd[xxxxx]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working… エラーの解決法

2019/12/16 Linux

表題のエラーは先日Postfixをv2.10.1からv3.4.7へアップグレードし移行対応した際に発生した事象の一つ。 事象 - エ...

記事を読む

Django: macOSでのpip install mysqlclient エラーの解決法

2019/5/2 Django

表題の通り、macOS上でmysqlclientのインストールを試みたところ下記のエラーが発生。本記事はその解決法を記載するもの。 追...

記事を読む

Django: エラー解決法 “raise ImproperlyConfigured(‘mysqlclient 1.3.13 or newer is required; 〜) django.core.exceptions.ImproperlyConfigured: 〜”

2019/5/1 Django

Django 2.2のリリースに伴い、早速既存のWebアプリの互換性チェックの為にライブラリのversion updateを行ったが、下記の...

記事を読む

ロシア: モスクワのドモジェドヴォ空港の無料WiFiへの接続方法

2019/3/8 Trip

3月初に連続休暇を取得できた為、ロシア・モスクワへ帰省。その際に降り立ったドモジェドヴォ空港の無料WiFi接続方法について紹介する。

記事を読む

Python: PyGaze実行エラー “ImportError: cannot import name ‘Screen'” の解決法

2019/2/19 Python

事象 PyGazeというEye Tracker用のPythonライブラリのサンプルプログラムであるannoying_message.py実...

記事を読む

Python pip: エラー対処法 – “Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL”

2019/2/18 Python

Python Imaging Library (PIL)をpipでインストールを試みたところ、下記のエラーメッセージが出力され、インストール...

記事を読む

Nginx: “This Connection Is Not Private”警告の解決法 – マルチドメインのserver_name定義

2019/2/11 Linux

CentOS、Nginxを用いたWebサーバーにおいて、下記のserverディレクティブ設定で後述の事象が発生。

記事を読む

Nginx: example.com/index.html → example.com/ に301リダイレクト – URL正規化

2019/2/6 Linux

Nginxを使用したWebサーバーに対して、でブラウザアクセスした際に、へ301リダイレクト(Permanent Redirect)する設定...

記事を読む

Nginx: Let’s Encrypt (certbot)のTLS/SSL証明書をcronで定期自動更新する設定

2019/2/4 Security

本記事は前回の続きで、Let’s Encrypt認証局のTLS/SSL証明書の入手・更新クライアントであるcertbotを用いた証明書の自動...

記事を読む

Ansible: エラー解決法 – No package matching ‘certbot’ found available, installed or updated

2019/2/4 Ansible

Mac上のAnsibleスクリプト用いてリモート上のLinux(CentOS)へcertbot(※)のインストールを試みたところ、下記のエラ...

記事を読む

  • First
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
  • Last

検索


2025年5月
月 火 水 木 金 土 日
 1234
567891011
12131415161718
19202122232425
262728293031  
« 4月    

最近の投稿

  • 解決例: OneNoteで\(バックスラッシュ)入力時に¥(円)記号に変換される事象 2023-04-15
  • 解決例: ! [remote rejected] main -> main (refusing to allow an OAuth App to create or update workflow `.github/workflows/xxx.yml` without `workflow` scope) 2023-04-14
  • SafePalで生成したSolanaアドレスはSollet.ioで復元可能 2021-09-01
  • Polkadot{.js} Extension / Ledger / SafePal間で同一ニーモニックを用いたDOTアカウントの可搬性はない 2021-06-19
  • LedgerとSafePalのBitcoin / ETH(Ethereum)アドレス生成アルゴリズムは同じ(BIP39 / BIP44) 2021-06-19
  • IOST: Donnie Finance 発行のiwBTCトークンのステーキングフロー 2021-03-24
  • IOST: DeFiプラットフォームDonnie Financeのサーバダウン事象についてまとめてみた 2021-03-19
  • Apache エラー解決法 AH00526: Syntax error ~ httpd.conf:Invalid command ‘\xc2\xa0’, perhaps misspelled or defined by a module not included in the server configuration 2021-01-05
  • Jetson nano 2GB: USBカメラとPython FlaskでWeb動画ストリーミング 2020-12-22
  • Python: 東京都 新型コロナウイルス(COVID-19)陽性患者発表詳細のcsvデータを積み上げグラフ表示 2020-05-06

カテゴリー

  • ActionScript (21)
  • Android (11)
  • Ansible (4)
  • Blockchain (7)
  • Business (6)
  • C/C++ (10)
  • C# (2)
  • Days (25)
  • Django (8)
  • Docker (9)
  • English (42)
  • Excel VBA (2)
  • Ingress (3)
  • Java (29)
  • JavaScript (2)
  • Kubernetes (1)
  • Linux (34)
  • Mac (6)
  • Network (3)
  • Pebble (1)
  • PHP (7)
  • Python (66)
  • R (6)
  • Redmine (3)
  • Revision control (8)
  • Ruby (11)
  • Security (16)
  • SQL (10)
  • System i (20)
  • Trip (1)
  • Virtual Machine (6)
  • WebSphere MQ (20)
  • Windows (4)
  • WordPress (11)

アーカイブ

最近のコメント

  • Java, Servlet: No suitable driver found for "~" の原因と解決法 に れーじ より
  • WordPress: 本文・コメント中のURLの自動リンクを抑制する – make_clickable に WordPress関連 – Linkウェブサイト より
  • LedgerとSafePalのBitcoin / ETH(Ethereum)アドレス生成アルゴリズムは同じ(BIP39 / BIP44) に yukun より
  • LedgerとSafePalのBitcoin / ETH(Ethereum)アドレス生成アルゴリズムは同じ(BIP39 / BIP44) に ぱんだれっじゃー より
  • Kubernetes: エラー解決法 requires conntrack to be installed in root’s path に Minikubeをlinuxで利用する | kubernetes – とある技術の超電磁砲 より
© 2006 Yukun's Blog.