FOG

一个开源的计算机克隆与管理系统。An open source computer cloning & management system.

  • 所有者: FOGProject/fogproject
  • 平台:
  • 許可證: GNU General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

FOG 是一个免费的开源克隆/镜像解决方案/救援套件。FOG 可以用于镜像 Windows XP、 Vista、 Windows 7 和 Window 8 个人电脑,FOG 使用了 PXE、PartClone,并用 Web 图形用户界面来将它们联系在一起。包括的功能如内存和磁盘测试、 磁盘擦除、 av 扫描与任务的日程排定。

主要功能

  • AD集成
  • CD/无软盘映像
  • 基于Web的管理
  • 可调整大小的Windows分区

概覽

名稱與所有者FOGProject/fogproject
主編程語言PHP
編程語言Shell (語言數: 10)
平台
許可證GNU General Public License v3.0
發布數24
最新版本名稱1.5.10 (發布於 2023-03-31 00:35:38)
第一版名稱1.3.0 (發布於 )
創建於2014-04-15 18:28:09
推送於2024-04-15 19:32:01
最后一次提交2023-10-25 11:34:45
星數1k
關注者數87
派生數213
提交數15.6k
已啟用問題?
問題數371
打開的問題數48
拉請求數167
打開的拉請求數4
關閉的拉請求數46
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

FOGProject starting point

Introduction

FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes features like memory and disk test, disk wipe, av scan & task scheduling.

Install Stable

  1. Install and update your chosen linux server

  2. Download the file(s)

  • All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer;

  • git git clone https://github.com/fogproject/fogproject.git fog_stable/

  1. Go into the downloaded source/bin folder
  • cd fog_stable/bin
  1. Run the Install and follow all prompts accordingly
  • sudo ./installfog.sh
  1. Enjoy

Install Development AKA trunk

  1. Install and update your chosen linux server

  2. Download the file(s)

  • All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer;
  1. Go into the downloaded source/bin folder
  • Initial setup

  • git git clone https://github.com/fogproject/fogproject.git trunk/; git checkout dev-branch; cd trunk/bin/

  • Update setup

  • git cd trunk/; git pull; cd bin/

  1. Run the Install and follow all prompts accordingly
  • Manual prompts (NOTE: Recommended to run this if fresh install)

  • sudo ./installfog.sh

  • Auto-Accepted

  • sudo ./installfog.sh -y

  1. Enjoy

All should now be installed and you can start configuring and registering systems. Please see: http://fogproject.org/wiki/index.php/Managing_FOG to assist you in setting up further.

There are many resources for assistance.

Development

Download the source with git and checkout the working for the latest code or a more specific feature branch you would like to help work on.

As you are running a development branch, please post bugs to either:

If you would like to create a pull request, please make the pull request into the working branch.

去到頂部