Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
AMuleのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
AMule
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[Category:インターネットアプリケーション]] [[en:aMule]] [[zh-CN:AMule]] {{Lowercase title}} aMule は eD2k や Kademlia ネットワーク用の eMule ライクなクライアントです。複数のプラットフォームをサポートしています。 == インストール == aMule は {{Pkg|amule}} パッケージでインストールできます。[[公式リポジトリ]]から取得可能です。 {{ic|amuled}} はユーザーインターフェイス (GUI) が付いていない、フル機能の aMule デーモンです。aMuleGUI (GTK+), aMuleWeb, aMuleCmd などでリモートでアクセスすることでコントロールします。 == サービス == パッケージには2つの ''systemd'' [[デーモン|サービス]]が入っています: {{ic|amuled}} と {{ic|amuleweb}}。最初に[[#設定|設定]]を行う必要があります。外部接続のためのパスワードと {{ic|amuleweb}} の管理パスワードを設定してください。{{ic|amuled}} サービスと必要であれば {{ic|amuleweb}} も起動します。有効化することでブート時に aMule が起動するようになります。 {{ic|amulweb}} サービスを起動したら、{{ic|http://127.0.0.1:4711}} から使うことができます (もしくはホストの外部アドレス)。 == 設定 == パッケージのインストール時に '''amule''' という名前の新しいユーザーアカウントが作成されます。''systemd'' サービスを実行するときはこのサービスが使われます。 設定や一時ファイルは全て amule のホームディレクトリ {{ic|/var/lib/amule}} に保存されます: * amuled の設定ファイル {{ic|/var/lib/amule/.aMule/amule.conf}} * amuleweb の設定ファイル {{ic|/var/lib/amule/.aMule/remote.conf}} At the package instalation time ''pacman'' generates a simple {{ic|amule.conf}} file with preset external connection password. The same password is used for ''amuleweb'' config file. One can use the password for connecting amule from other remote clients such as ''amule-gui''. To generate password, run: $ echo -n ''your password here'' | md5sum | cut -d ' ' -f 1 The output of the above command is the encrypted password. Now you edit the config file by adding following lines under section {{ic|[ExternalConnect]}}: {{hc|1=/var/lib/amule/.aMule/amule.conf|2= [ExternalConnect] AcceptExternalConnections=1 ECPassword=<encrypted password> }} Do not forget that all files under {{ic|/var/lib/amule}} should be owned by '''amule''' user. # chown amule:amule -R /var/lib/amule == amuleweb == {{Note|''amuleweb'' provides much less features than ''amulegui'' (and displays much less info on downloads), and it has to ask for password quite often (unless your browser could save it). It is therefore advisable to use amulegui instead (which starts up very fast as well), and if you decide to do so, you could skip this step.}} === 設定ファイルの作成 === Start ''amuleweb'' too using the user you just created to create the configuration file: $ sudo -u amule amuleweb --write-config --password=''password here'' --admin-pass=''web password here'' Note that here, the ''password here'' is the unencrypted password you used to configure amuled. ''web password here'' is the unencrypted for the log in on the web interface. This command will write configuration file as such. {{Tip|If the default URL for nodes.dat for Kad network does not work, you can get URL from there: [http://nodes-dat.com]}} == amulegui == Amulegui は aMule の GTK+ インターフェイスです。 === 通知の設定 === Some automatic actions settings are avaible through Settings → Events. The core command ''notify-send'' (requires {{pkg|libnotify}}) is useful to set notifications, using some amule variables. In example, set the ''core command'' in the section ''Download completed'' for a notification when a download is complete: notify-send -i amule "%NAME completed (%SIZE bytes)" The option "-i amule" includes the amule icon (a custom file may be specified adding its path between apostrophes, instead of "amule" icon filename). == 参照 == * [http://wiki.amule.org/index.php/Getting_Started Getting_Started at aMule wiki].
このページで使用されているテンプレート:
テンプレート:Hc
(
ソースを閲覧
)
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:Lowercase title
(
ソースを閲覧
)
テンプレート:Note
(
ソースを閲覧
)
テンプレート:Pkg
(
ソースを閲覧
)
テンプレート:Tip
(
ソースを閲覧
)
AMule
に戻る。
検索
検索
AMuleのソースを表示
話題を追加