This is a video about how to deploy an image to your windows 7 machine from the FOG server. The client machine must be PXE boot compliant. This allows you to create a copy of windows and back it up. Then it may be restored to the one or many machines. FOG Project (http://fogproject.org) is [...]
This is a video about how to upload an image from your windows 7 machine to the fog server. The client machine must be PXE boot compliant. This allows you to create a copy of windows and back it up. Then it may be restored to the one or many machines. FOG Project is a [...]
This is a video about how to register computer (hardware) with the FOG server. It remembers the MAC address and associates an image with the computer. It also allows for the server to store tag numbers, hardware information, and associated users. FOG Project (http://fogproject.org) is a free imaging solution. To make a disk image for [...]
FOG project is a free imaging solution. This video shows how to make additional users on the FOG server or how to change passwords for users. It is used to make a disk image for a computer is to copy it’s hard drive while it is in a working state. Then if the computer should [...]
FOG Project is a free imaging solution. To make a disk image for a computer is to copy it’s hard drive while it is in a working state. Then if the computer should fail, you can always restore the operating system to a previously working version. If the hardware fails, this does not help! This [...]
A Media Access Control (MAC) address is burned into every network card made. With Windows Server 2008, it is possible to allow or deny a computer or client from getting an IP Address based on a list of MAC Addresses. This is controlled by the DHCP server and is a new feature in Windows Server [...]
FTP (File Transfer Protocol) is a protocol used to transfer files in a client/server model. The most common use for it is to transfer a made webpage into a server for a website. FTP is an old protocol that predates TCP/IP. It runs on TCP ports 20 and 21. 21 is the port that handles [...]
Installing SSH server on Ubuntu. I use a program called Putty to access the Linux machine from my Windows machine. Secure Shell (SSH) runs on port 22 and is a widely accepted protocol. It allows remote access to a computer, but it is command line only. Unlike Remote Desktop (RDP) which is mostly graphical. All [...]
This is a video on how to install a second hard drive on a Linux Ubuntu Server 9.04. It involves formatting and mounting the hard drive so that it is present when it reboots. I even create a shortcut so that it is available when you log into the computer.
This is a video on how to build on Virtual PCÂ an Ubuntu ( http://www.ubuntu.com ) LAMP server. I also use Putty ( http://www.chiark.greenend.org.uk/~sgtatham/putty/ ) to download a program called webmin ( http://www.webmin.com/ ) I would recommend checking the website for the latest version number. The commands I enter are: https://IPADDRESSOFTHEMACHINE:10000