• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • CentOS syslog-ng • Windows7 - hostsの場所 • 06 Ubuntu Network設定 • 2015.08.20 Megacli • Windows7 - 送るメニューの場所(SendTo)

code

Search

You can find the results of your search below.

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

Fulltext results:

2025.03.14 Zed Editor Windowsでビルド
27 Hits, Last modified: 2 months ago
[[https://www.rust-lang.org/ja/tools/install]] <code> winget install Rustlang.Rustup </code> ===== 2.MSVCのインストール ===== MSVC(Microsoft Visual C++) Build Tools for Visual Studioを利用 <code> winget install Microsoft.VisualStudio.2022.BuildTools </code> ==== C++ ツールセット追加 ==== Visual Studio Installe
2025.03.02 Postfix ヘッダをログへ残す
20 Hits, Last modified: 9 months ago
ダをログへ残す ====== ===== Postfixの設定変更(受信メール) ===== <code|/etc/postfix/header_checks.pcre> /^From: (.*)/ ... RN To Header: $1 /^Cc: (.*)/ WARN Cc Header: $1 </code> <code|/etc/postfix/main.cf> header_checks = pcre:/etc/postfix/header_checks.pcre </code> ===== 見出し ===== こんな感じでログに出力される From: aaa@hoge
2025.03.25 fdコマンド
6 Hits, Last modified: 9 months ago
とにかく検索が軽くて早い。 こういうの好きです。^_^ ===== インストール ===== <code> winget install sharkdp.fd </code> ===== 実行例 ===== <code> PS C:\Users\s-matsui\Atom_data> fd VPN 2024\VPN調査 メモ\003_VPN情報.txt </code> フォルダ指定も可 後ろにフォルダ名を指定 <code> PS C:\Users\s-matsu
2025.03.18 Zed python
2 Hits, Last modified: 9 months ago
ed python ====== Zed editorのLSPでローカルのpythonを指定 <code|settings.json> "lsp": { "pyright": { ... /AppData/Local/Programs/Python/Python39/python.exe" } } } } </code> {{tag>日記 Zed}}
2025.03.20 Zed Keymap
2 Hits, Last modified: 9 months ago
lとassistantのショートカットが動かなかったので、私の環境では下記のように設定しました。 <code|keymap.json> [ { "bindings": { "ctrl-... hift-y": "workspace::CloseAllDocks" } } ] </code> ===== keymap.jsonの場所 ===== 下記にファイルはできあがります。
2025.03.24 Zed insert mode
2 Hits, Last modified: 9 months ago
、なんとなく慣れない editor.insertModeはtrueの方が、私は直感的だと思う。 <code> { "editor.insertMode": true } </code> {{tag>Zed Editor}}

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