[EE] 安裝Transmitter Damon

方法如下:

  1. 安裝transmission daemon.
    利用root 權限, 輸入以下指令.

    yum install transmission-daemon -y
  2. 準備初始設定.
    先停止daemon, 並開啟transmission-daemon設定檔.

    service stop transmission-daemon;
    nano /var/lib/transmission/.config/transmission-daemon/settings.json
  3. 進行設定.
    修改settings.json 內容如下:

    // White list 設定.
    "rpc-whitelist": "127.0.0.1,10.0.1.*",
    
    // UMask 設定, 使其他人可以存取下載檔
    "umask": 2,
    
    // 設定預設credential.
    "rpc-username": "transmission",
    "rpc-password": "{62b16db87b89a91dd49a5110a7cafc06d20eb4f2wtK6kqPj",
    
  4. 重新啟動transmission-daemon.
  5. 利用root 權限, 輸入以下指令.
    service transmission-daemon start
  6. 進行測試.
    於瀏覽器中輸入網址http://<<host_name>>:9091, 若見到transmission 網頁版的話, 代表測試成功.
About C.H. Ling 260 Articles
a .net / Java developer from Hong Kong and currently located in United Kingdom. Thanks for Google because it solve many technical problems so I build this blog as return. Besides coding and trying advance technology, hiking and traveling is other favorite to me, so I will write down something what I see and what I feel during it. Happy reading!!!

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.