Skip to content

seadog007/Fedora-System-Status-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fedora-System-Status-Dashboard (Google Code In task#3)

ScreenCapture How to use it?

  1. Install these packages(sysstat, git).
    yum install sysstat
    yum install git
  2. First, Clone it to your compter.
    git clone https://github.com/seadog007/Fedora-System-Status-Dashboard.git
  3. Use root to run these command.
    cd /
    git init
  4. And you need to add your "Important" files.
  • These are my files list
git add /etc/passwd
git add /etc/group
git add /etc/shadow
git add /home/seadog007/.ssh/authorized_keys
git add /etc/httpd/conf*
git add /etc/ssh/ssh*config
git add /bin
git add /etc/httpd/conf*
git add /etc/fstab
git add /etc/crontab
git add /etc/yum.repos.d/
git add /etc/gshadow*
git add /etc/host*
git add /etc/init.d/
  1. Commit your files list.
    git commit -am "Your message"
  2. And you need to back your path and run gen.sh with root.
    cd Your Path
    ./gen.sh
  3. You can view your machine status on the WEB!! Demo