• Windows server as FOG Storage Node - proof of concept blog

    17
    1 Votes
    17 Posts
    12k Views
    george1421G

    @Tom-Elliott I’m currently spinning up a new FOG 1.4.0 server to test multicasting across subnets (and usb FOS booting it now appears). I’ll divert that setup to test FOG with a windows 2012 server setup as a storage node. I don’t have a centos template on this dev box so its going to take me some time to get up to speed. I do have a windows 2012 template so that one shouldn’t take too long.

    I would still expect it to take until this evening before I can get to testing with my day job and everything…

  • Fog 1.4.0 - Isolated Setup on Fedora 25

    5
    1 Votes
    5 Posts
    2k Views
    dvd7227D

    Hi Wayne,

    Just tried it but still getting TFTP… then it times out,

    TFTP Picture

    Timeout Picture

    thanks a lot though for jumping in and helping out Wayne

    it’s ok, this thing will never touch the internet, but I might jump into the issue if I make another fog server on a vm at home

  • Fog 1.3.5 - Isolated Setup on Fedora 25

    3
    1 Votes
    3 Posts
    2k Views
    dvd7227D

    Thanks Wayne,

    I had to do a new fog setup this morning, I did it with the new version with the recommended steps you provided and everything worked out well.

    I’ll submit a new post with the new title, thanks again 🙂

  • Upgrading from 6213 to Latest

    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @Wayne-Workman I agree each current document needs to be vetted before its moved over.

  • Quick way to connect Windows 10 embedded VPN connections

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Sysprep will hang without dmwappushservice running

    Unsolved
    1
    2 Votes
    1 Posts
    6k Views
    No one has replied
  • Use Windows share to store fog image with cifs on Ubuntu

    2
    1 Votes
    2 Posts
    2k Views
    Wayne WorkmanW

    I’m going to try this.

  • Post-deployment Driver Installation using PowerShell scripts.

    2
    4 Votes
    2 Posts
    12k Views
    Wayne WorkmanW

    @Avaryan Awesome tutorial, thank you for giving back.

  • FOG Postinit scripts, before the magic begins...

    4
    2 Votes
    4 Posts
    4k Views
    Wayne WorkmanW

    #wiki worthy

  • Issues booting UEFI devices a

    Solved
    32
    0 Votes
    32 Posts
    13k Views
    C

    this worked great issue resolved.

  • File to file network backup (Not a tutorial yet)

    6
    1 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    @Junkhacker I did not know this…

  • Could not boot... Help?

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    C

    @Tom-Elliott Thank you! It finally works…

  • When DHCP-PXE booting process goes bad and you have no clue

    Locked
    1
    5 Votes
    1 Posts
    18k Views
    No one has replied
  • USB Boot UEFI client into FOG menu (harder way)

    35
    3 Votes
    35 Posts
    23k Views
    C

    @george1421 here is the error2_1488933685695_rsz_20170307_163040.jpg 1_1488933685695_rsz_20170307_163050.jpg 0_1488933685693_rsz_20170307_163106.jpg

  • Windows 7 OEM Activation Script - FOG Edition

    Moved
    3
    2 Votes
    3 Posts
    12k Views
    mosesM

    @Wayne-Workman thanks, Wayne!

  • Debian 8 tutorial

    10
    0 Votes
    10 Posts
    4k Views
    Wayne WorkmanW

    @Jaymes-Driver said in Debian 8 tutorial:

    I am sorry for filling up your thread with these posts,

    Nah, it’s fine.

    I don’t think Ubuntu is a better fit for a novice really, not for use as a production-server. For end-user desktops & laptops yes absolutely I think Ubuntu is stronger there. But when it comes to fixing / manipulating things in the back-end, when it’s time to open the Terminal, a novice would have equal amounts of challenge whether the OS is Ubuntu or something else.

    There’s not really a lot of differences between Ubuntu and Debian, and the differences between Ubuntu & something like CentOS are pretty short.

    Off the top of my head… and these lists are missing most of the differences I’m sure but…

    Ubuntu:
    Security - apparmor & iptables.
    update configurations - /etc/apt/sources.list
    root login via ssh disabled by default inside /etc/ssh/sshd_config
    to update - apt-get -y update;apt-get -y dist-upgrade;apt-get -y autoclean;apt-get -y autoremove
    apache is called apache2
    OS installer forces you to create a non-root user.
    Network configuration is in /etc/network/interfaces

    CentOS:
    Security - firewalld & SELinux & optionally iptables if that’s your thing.
    update configurations - /etc/yum.repos.d/
    root login via ssh permitted by default inside /etc/ssh/sshd_config
    to update - yum -y update;yum clean all
    apache is called httpd
    OS installer makes configuring non-root users optional.
    Network configuration is in /etc/sysconfig/network-scripts/ifcfg-<interface name>

    Similarities:
    Both use /etc/ssh/sshd_config
    Both use volume groups, logical volumes by default in their respectable installers.
    Both have the same apache configuration files, same options available in there.
    Both use /var/www/html as their default web root, - only recently.
    Both use systemctl - only recently.
    Service commands work on both still.
    Ubuntu will be adopting firewalld in the future I think.
    Both use /home as the user home directory.
    Both use /root as the root user’s home directory.
    standard linux commands exist on both such as sudo, ssh, mv, cp, rm, ls, crontab, useradd, userdel, realmd, ping, hostname, route, ip, ifconfig, ifdown, ifup, vi, a ton more.

    What I’m getting at is - if you know an ounce of Linux - you will be able to work on any distribution without much effort besides some quick google searches to see what it is on this/that. And if you know zero linux you won’t have a easy time no matter the distribution - when it comes time to do work on a server.

    End-user non-technical laptop/desktop usage where a person will never open terminal - well this is a different story and Ubuntu would be the best choice here.

  • Creating a csv host import from a network scan

    1
    4 Votes
    1 Posts
    2k Views
    No one has replied
  • Printer Setup Using FOG

    10
    0 Votes
    10 Posts
    8k Views
    Wayne WorkmanW

    @x23piracy Again, you should put this stuff into the wiki.

  • How to download the different branches

    7
    0 Votes
    7 Posts
    4k Views
    Wayne WorkmanW

    @sudburr This would do the same but give dates and no-longer active branches too. The count is adjustable. This is a snippet from something I’m working on.

    git for-each-ref --count=10 --sort=-committerdate refs --format='%(committerdate:short)_%(refname:short)'
  • Darker Background for FOG

    3
    3 Votes
    3 Posts
    2k Views
    Tom ElliottT

    Done as requested. After all, people do like choices.

98

Online

12.2k

Users

17.4k

Topics

155.6k

Posts