• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace:

code

Search

You can find the results of your search below.

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

Fulltext results:

2024.11.21 Ubuntu rc.local
6 Hits, Last modified: 10 months ago
= /etc/rc.localを作成 ===== これは例として、適当なrouteを書く場合 <code> # cat __EOM__ >> /etc/rc.local #!/bin/bash ip ro... te add 10.10.10.0/24 via 192.168.10.254 __EOM__ </code> ===== 実行権限付ける ===== <code> chmod 755 /etc/rc.local </code> ===== テスト実行 ===== 実行は、rc-localというサービスが行っているので、下記でテストできます。 エラーとか出なけれ

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