• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • 01_Windowsテンプレート作成 • FreeBSD vlan • 11 ERROR:1093を回避 • 02 差分バックアップ increment backup • 39 💻logrotateのテスト

code

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy:2023:12
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

2023.12.14 React-adminとDjangoの連携
40 Hits, Last modified: 2 years ago
oss-Origin Resource Sharing) の為、corsheadersを追加。 <code|testproject/settings.py> INSTALLED_APPS = [ .... ework', 'corsheaders', 'testproject', ] </code> ==== 2. モデルの作成 ==== <code|testproject/models.py> from django.db import models class Product(models.M... def __str__(self): return self.name </code> === マイグレーションファイル作成 === $ docker-compose exe
2023.12.26 PasswordAuthenticationが効かない。。。
6 Hits, Last modified: 2 years ago
正しました。 これで、sshdをリスタートしたが、何故かパスワードログインできてしまう。。。 <code|/etc/ssh/sshd_config> #PasswordAuthentication yes ↓ PasswordAuthentication no </code> ===== 対応 ===== 原因は、sshd_configでIncludeされているからでした。 正しいファイルを修正してから、sshdリスタートで解決しました。 <code|/etc/ssh/sshd_config> Include /etc/ssh/sshd_config.d/*.conf </code> <color #ed1c24>このファイルが存在していて、PasswordAuthentica

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki