LoginSignup
0

More than 5 years have passed since last update.

sysd 安裝

Posted at

Ubuntu

目前可用發行版爲 trusty (14.04)、utopic (14.10)、precise (12.04)、lucid (10.04)
https://launchpad.net/~sysd/+archive/ubuntu/sysd

新增套件來源

# echo "deb http://ppa.launchpad.net/sysd/sysd/ubuntu YOUR_UBUNTU_VERSION_HERE main " >> /etc/apt/sources.list
# echo "deb-src http://ppa.launchpad.net/sysd/sysd/ubuntu YOUR_UBUNTU_VERSION_HERE main" >> /etc/apt/sources.list

更新套件庫

# apt-get update

安裝 sysd

# apt-get install sysd

啓動 sysd

# /etc/init.d/sysd start

Fedora

目前可用發行版爲 Fedora 20
https://build.opensuse.org/package/show/home:matlinuxer2/sysd

增加套件庫

wget -O /etc/yum.repos.d/home:matlinuxer2.repo http://download.opensuse.org/repositories/home:matlinuxer2/Fedora_20/home
:matlinuxer2.repo

安裝 sysd

yum install -y sysd

修正執行權限

chmod u+x /usr/sbin/sysd

執行 sysd

# /usr/sbin/sysd

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0