FOG 是一个免费的开源克隆/镜像解决方案/救援套件。FOG 可以用于镜像 Windows XP、 Vista、 Windows 7 和 Window 8 个人电脑,FOG 使用了 PXE、PartClone,并用 Web 图形用户界面来将它们联系在一起。包括的功能如内存和磁盘测试、 磁盘擦除、 av 扫描与任务的日程排定。
主要功能
- AD集成
- CD/无软盘映像
- 基于Web的管理
- 可调整大小的Windows分区
一个开源的计算机克隆与管理系统。An open source computer cloning & management system.
FOG 是一个免费的开源克隆/镜像解决方案/救援套件。FOG 可以用于镜像 Windows XP、 Vista、 Windows 7 和 Window 8 个人电脑,FOG 使用了 PXE、PartClone,并用 Web 图形用户界面来将它们联系在一起。包括的功能如内存和磁盘测试、 磁盘擦除、 av 扫描与任务的日程排定。
主要功能
名称与所有者 | FOGProject/fogproject |
---|---|
主编程语言 | PHP |
编程语言 | Shell (语言数: 10) |
平台 | |
许可证 | GNU General Public License v3.0 |
创建于 | 2014-04-15 18:28:09 |
---|---|
推送于 | 2025-06-15 14:42:10 |
最后一次提交 | 2023-10-25 11:34:45 |
发布数 | 38 |
最新版本名称 | 1.5.10.1660 (发布于 ) |
第一版名称 | 1.3.0 (发布于 ) |
星数 | 1.3k |
---|---|
关注者数 | 83 |
派生数 | 237 |
提交数 | 15.7k |
已启用问题? | |
问题数 | 432 |
打开的问题数 | 46 |
拉请求数 | 216 |
打开的拉请求数 | 3 |
关闭的拉请求数 | 66 |
已启用Wiki? | |
---|---|
已存档? | |
是复刻? | |
已锁定? | |
是镜像? | |
是私有? |
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 and update your chosen linux server
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/
cd fog_stable/bin
sudo ./installfog.sh
Install and update your chosen linux server
Download the file(s)
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/
Manual prompts (NOTE: Recommended to run this if fresh install)
sudo ./installfog.sh
Auto-Accepted
sudo ./installfog.sh -y
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.
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.