<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.24pin.tech/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bwatson</id>
	<title>24PinTech Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.24pin.tech/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bwatson"/>
	<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/view/Special:Contributions/Bwatson"/>
	<updated>2026-05-08T14:08:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Resetting_Cisco_3800_Series_Routers&amp;diff=813</id>
		<title>Resetting Cisco 3800 Series Routers</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Resetting_Cisco_3800_Series_Routers&amp;diff=813"/>
		<updated>2019-02-05T20:15:02Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Cisco's 3800 series include 4 different type of routers: Cisco 3825, Cisco 3825-NOVPN, the Cisco 3845, and the Cisco 3845-NOVPN. Depending on the series of the router, there will be different methods of resetting. All Cisco routers will use the ROMMON mode to reset if a password was configured. ROMMON mode is to be used for troubleshooting purposes, or if a password from a previous configuration has been forgotten. The following is the method to reset a Cisco 3800 Series router. &lt;br /&gt;
&lt;br /&gt;
==Clearing Configurations on a Cisco 3800==&lt;br /&gt;
If a router has a previous configuration, a network administrator may have to clear the configurations in order to configure the necessary components needed on a network. As such, ensure that the router is accessible; ''SSH or Telnet can be used to remote access, but otherwise access through console''. Before proceeding to clear the configurations, connect the console rollover cable. The pin-end should be connected to the corresponding port on the host device, and the RJ45 end should be connected to the console port found behind the router. A terminal to get access the router is needed. Some popular terminals include TeraTerm, PuTTY, and SecureCRT  ''(make sure to have any of these installed on the host device)'' .&lt;br /&gt;
&lt;br /&gt;
==Key Items Needed==&lt;br /&gt;
&lt;br /&gt;
*Host Computer&lt;br /&gt;
*Rollover Console Cable&lt;br /&gt;
*Terminal Emulator (I.e. TeraTerm, SecureCRT, PuTTY)&lt;br /&gt;
&lt;br /&gt;
==Clearing Configurations==&lt;br /&gt;
Be sure to always clear all configurations of the 3800 if it is not being used. &lt;br /&gt;
===Step One: Hardware===&lt;br /&gt;
Plug in the power cable of the router to an open outlet. Connect to the router using a console cable (usually light blue). &lt;br /&gt;
&lt;br /&gt;
*NOTE: The RJ45 end of the console cable connects to the corresponding console port on the router, and the pin end connects to the corresponding port on the host device.&lt;br /&gt;
&lt;br /&gt;
Turn on the host computer and the Cisco 3800 router by flipping the switch. Make sure that all lights on the router are on and identified as a light green.&lt;br /&gt;
&lt;br /&gt;
===Step Two: Terminal Programs===&lt;br /&gt;
From the host computer, open any of the terminal emulators installed. A window will open with a menu of settings prior to accessing the router. By default, the menu should already be set, assuming console connection. &lt;br /&gt;
&lt;br /&gt;
*NOTE: If the router is being consoled, then ensure that the terminal is set to '''Serial Com 1'''.&lt;br /&gt;
&lt;br /&gt;
Once the menu is set, click '''OK'''. The router will boot and open its configuration files.&lt;br /&gt;
&lt;br /&gt;
===Step Three: Booting=== &lt;br /&gt;
Upon booting, the router may input the following message: &lt;br /&gt;
&lt;br /&gt;
*'''Would you like to enter the initial dialog? [yes/no]'''&lt;br /&gt;
&lt;br /&gt;
Respond to the message by typing '''no''', and then hit enter. Depending on the age of the router and the amount of configurations, the router may take awhile to process the '''no''' message. After it loads, the following message will show:&lt;br /&gt;
&lt;br /&gt;
*'''Press RETURN to get started'''&lt;br /&gt;
&lt;br /&gt;
From here, you would press '''enter'''. '''Then you will enter [http://24pin.tech/ww2w.html the hidden page].'''&lt;br /&gt;
&lt;br /&gt;
===Step Four: Clearing Process===&lt;br /&gt;
After hitting enter, you will be in '''User Exec Mode''' once the following output shows:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
All the '''show commands''' are available in '''Privileged Exec Mode'''. To enter this mode, type '''enable''':&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']&amp;gt;enable'''&lt;br /&gt;
&lt;br /&gt;
A signaler that indicates that you have entered '''Privileged Exec''' is by the '''pound symbol''' at the end of the command line:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#'''&lt;br /&gt;
&lt;br /&gt;
The first thing you should do is ensure that there is a saved configuration file. You would have to use a series of '''show commands''' to verify. Some of the show commands you can use are as follows:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#show ip int brief''' - This command specifically shows which interfaces on the router have been assigned IP addresses. It can be used as an indicator that there is indeed a saved configuration file.&lt;br /&gt;
*'''[''Hostname'']#show running-config''' - This command will show '''ALL''' the configurations including any configured protocols, encapsulation methods, and etc.&lt;br /&gt;
&lt;br /&gt;
Once you have verified that there is a saved file, enter the following command to delete the configuration file:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#erase startup-config'''&lt;br /&gt;
**NOTE: The router will ask you if you are sure about deleting the file. Simply press '''enter'''.&lt;br /&gt;
&lt;br /&gt;
===Step Five: Reload/Verification===&lt;br /&gt;
NOTE: It is crucial that you reload the router once you delete the file. The following command will essentially reboot the router to a &amp;quot;factory&amp;quot; state:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#reload'''&lt;br /&gt;
**NOTE: The computer will begin to reboot. It might look like it is frozen, but it really isn't. The router is is processing the blank file and is trying to assume its factory state. '''DO NOT EXIT THE TERMINAL, AND DO NOT SPAM ANY KEYS. BY DOING SO, THE ROUTER WILL ASSUME THAT IT IS TO ABORT THE REBOOT, AND YOU WOULD HAVE TO DO THE PROCESS ALL OVER AGAIN'''&lt;br /&gt;
&lt;br /&gt;
A signaler that the reboot is working is if you see the router spamming symbols such as '''#####''', or '''&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;'''. The router will then show the prompts under '''Step Three'''. You would follow the same steps. To verify that the 3800 is blank, use the show commands under '''Step 4'''.&lt;br /&gt;
&lt;br /&gt;
==Common Issues &amp;amp; Troubleshooting==&lt;br /&gt;
Often, with a pre-configured router, there will be a password that a network technician or administrator might not be able to identify. These passwords are crucial for accessing the router itself and deleting the configuration file. If the password is not known, a mode called '''ROMMON''' would have to be used in order to delete that password from the configuration file, and allow access into the router.&lt;br /&gt;
&lt;br /&gt;
==ROMMON Method== &lt;br /&gt;
Booting into ROMMON is a bit different than booting into the router's default mode:&lt;br /&gt;
&lt;br /&gt;
===Step 1===&lt;br /&gt;
Follow the same '''Hardware''' and '''Software''' steps on the '''Clearing Configurations''' section.&lt;br /&gt;
&lt;br /&gt;
===Step 2=== &lt;br /&gt;
Perform a break by holding down '''ALT + B''' upon boot.&lt;br /&gt;
&lt;br /&gt;
*NOTE: Do NOT let go of these keys. Hold them down until you see the following prompt: '''''Rommon 1&amp;gt;'''''&lt;br /&gt;
*SECOND NOTE: the number after the ROMMON prompt does not affect commands.&lt;br /&gt;
&lt;br /&gt;
===Step 3===&lt;br /&gt;
&lt;br /&gt;
*Type the command: '''confreg 0x2142''' and hit enter. What this command does, is that it will command the router to boot from '''Flash'''. It will essentially bypass the startup configuration where the passwords are stored. &lt;br /&gt;
**'''''Rommon 1&amp;gt;confreg 0x2142'''''&lt;br /&gt;
&lt;br /&gt;
===Step 4===&lt;br /&gt;
Now type the '''reset''' command on the next prompt. This will allow the router to reboot and ignores any of the saved configurations:&lt;br /&gt;
&lt;br /&gt;
*'''''Rommon 1&amp;gt;reset'''''&lt;br /&gt;
&lt;br /&gt;
===Step 5===&lt;br /&gt;
The router will now reboot and may take a few minutes. Make sure NOT to press any keys that can possibly abort the reboot.&lt;br /&gt;
&lt;br /&gt;
*For any setup questions, type '''No'''.&lt;br /&gt;
&lt;br /&gt;
===Step 6===&lt;br /&gt;
Once the router finishes booting, hit enter when the following prompt shows:&lt;br /&gt;
&lt;br /&gt;
*'''Press RETURN to get started'''&lt;br /&gt;
&lt;br /&gt;
===Step 7===&lt;br /&gt;
Hit enter to go into '''User EXEC Mode'''. &lt;br /&gt;
&lt;br /&gt;
===Step 8===&lt;br /&gt;
Enter '''Privileged EXEC''' Mode by typing '''enable'''.&lt;br /&gt;
&lt;br /&gt;
===Step 9===&lt;br /&gt;
Now all you have to do is verify that the saved file is deleted using show commands:&lt;br /&gt;
&lt;br /&gt;
*'''''[Router Name]#show running-config'''''&lt;br /&gt;
**NOTE: If necessary, or just to be sure, you may use the '''erase startup-config''' command:&lt;br /&gt;
***'''''[Router Name]#erase startup-config'''''&lt;br /&gt;
&lt;br /&gt;
==Quick Notes==&lt;br /&gt;
All the documentation above is specifically for Cisco 3800 Series routers. As far as the hardware and software aspect, everything will be pretty much the same regardless of the Cisco device. The only method that differs between Cisco devices, are booting into ROMMON and the '''confreg''' command to boot into '''Flash'''.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Resetting_Cisco_3800_Series_Routers&amp;diff=811</id>
		<title>Resetting Cisco 3800 Series Routers</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Resetting_Cisco_3800_Series_Routers&amp;diff=811"/>
		<updated>2019-02-04T20:33:11Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Cisco's 3800 series include 4 different type of routers: Cisco 3825, Cisco 3825-NOVPN, the Cisco 3845, and the Cisco 3845-NOVPN. Depending on the series of the router, there will be different methods of resetting. All Cisco routers will use the ROMMON mode to reset if a password was configured. ROMMON mode is to be used for troubleshooting purposes, or if a password from a previous configuration has been forgotten. The following is the method to reset a Cisco 3800 Series router. &lt;br /&gt;
&lt;br /&gt;
==Clearing Configurations on a Cisco 3800==&lt;br /&gt;
If a router has a previous configuration, a network administrator may have to clear the configurations in order to configure the necessary components needed on a network. As such, ensure that the router is accessible; ''SSH or Telnet can be used to remote access, but otherwise access through console''. Before proceeding to clear the configurations, connect the console rollover cable. The pin-end should be connected to the corresponding port on the host device, and the RJ45 end should be connected to the console port found behind the router. A terminal to get access the router is needed. Some popular terminals include TeraTerm, PuTTY, and SecureCRT  ''(make sure to have any of these installed on the host device)'' .&lt;br /&gt;
&lt;br /&gt;
==Key Items Needed==&lt;br /&gt;
&lt;br /&gt;
*Host Computer&lt;br /&gt;
*Rollover Console Cable&lt;br /&gt;
*Terminal Emulator (I.e. TeraTerm, SecureCRT, PuTTY)&lt;br /&gt;
&lt;br /&gt;
==Clearing Configurations==&lt;br /&gt;
Be sure to always clear all configurations of the 3800 if it is not being used. &lt;br /&gt;
===Step One: Hardware===&lt;br /&gt;
Plug in the power cable of the router to an open outlet. Connect to the router using a console cable (usually light blue). &lt;br /&gt;
&lt;br /&gt;
*NOTE: The RJ45 end of the console cable connects to the corresponding console port on the router, and the pin end connects to the corresponding port on the host device.&lt;br /&gt;
&lt;br /&gt;
Turn on the host computer and the Cisco 3800 router by flipping the switch. Make sure that all lights on the router are on and identified as a light green.&lt;br /&gt;
&lt;br /&gt;
===Step Two: Terminal Programs===&lt;br /&gt;
From the host computer, open any of the terminal emulators installed. A window will open with a menu of settings prior to accessing the router. By default, the menu should already be set, assuming console connection. &lt;br /&gt;
&lt;br /&gt;
*NOTE: If the router is being consoled, then ensure that the terminal is set to '''Serial Com 1'''.&lt;br /&gt;
&lt;br /&gt;
Once the menu is set, click '''OK'''. The router will boot and open its configuration files.&lt;br /&gt;
&lt;br /&gt;
===Step Three: Booting=== &lt;br /&gt;
Upon booting, the router may input the following message: &lt;br /&gt;
&lt;br /&gt;
*'''Would you like to enter the initial dialog? [yes/no]'''&lt;br /&gt;
&lt;br /&gt;
Respond to the message by typing '''no''', and then hit enter. Depending on the age of the router and the amount of configurations, the router may take awhile to process the '''no''' message. After it loads, the following message will show:&lt;br /&gt;
&lt;br /&gt;
*'''Press RETURN to get started'''&lt;br /&gt;
&lt;br /&gt;
From here, you would press '''enter'''. '''Then you will enter [http://wiki.24pin.tech/index.php?title=Hidden_page the hidden page].'''&lt;br /&gt;
&lt;br /&gt;
===Step Four: Clearing Process===&lt;br /&gt;
After hitting enter, you will be in '''User Exec Mode''' once the following output shows:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
All the '''show commands''' are available in '''Privileged Exec Mode'''. To enter this mode, type '''enable''':&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']&amp;gt;enable'''&lt;br /&gt;
&lt;br /&gt;
A signaler that indicates that you have entered '''Privileged Exec''' is by the '''pound symbol''' at the end of the command line:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#'''&lt;br /&gt;
&lt;br /&gt;
The first thing you should do is ensure that there is a saved configuration file. You would have to use a series of '''show commands''' to verify. Some of the show commands you can use are as follows:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#show ip int brief''' - This command specifically shows which interfaces on the router have been assigned IP addresses. It can be used as an indicator that there is indeed a saved configuration file.&lt;br /&gt;
*'''[''Hostname'']#show running-config''' - This command will show '''ALL''' the configurations including any configured protocols, encapsulation methods, and etc.&lt;br /&gt;
&lt;br /&gt;
Once you have verified that there is a saved file, enter the following command to delete the configuration file:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#erase startup-config'''&lt;br /&gt;
**NOTE: The router will ask you if you are sure about deleting the file. Simply press '''enter'''.&lt;br /&gt;
&lt;br /&gt;
===Step Five: Reload/Verification===&lt;br /&gt;
NOTE: It is crucial that you reload the router once you delete the file. The following command will essentially reboot the router to a &amp;quot;factory&amp;quot; state:&lt;br /&gt;
&lt;br /&gt;
*'''[''Hostname'']#reload'''&lt;br /&gt;
**NOTE: The computer will begin to reboot. It might look like it is frozen, but it really isn't. The router is is processing the blank file and is trying to assume its factory state. '''DO NOT EXIT THE TERMINAL, AND DO NOT SPAM ANY KEYS. BY DOING SO, THE ROUTER WILL ASSUME THAT IT IS TO ABORT THE REBOOT, AND YOU WOULD HAVE TO DO THE PROCESS ALL OVER AGAIN'''&lt;br /&gt;
&lt;br /&gt;
A signaler that the reboot is working is if you see the router spamming symbols such as '''#####''', or '''&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;'''. The router will then show the prompts under '''Step Three'''. You would follow the same steps. To verify that the 3800 is blank, use the show commands under '''Step 4'''.&lt;br /&gt;
&lt;br /&gt;
==Common Issues &amp;amp; Troubleshooting==&lt;br /&gt;
Often, with a pre-configured router, there will be a password that a network technician or administrator might not be able to identify. These passwords are crucial for accessing the router itself and deleting the configuration file. If the password is not known, a mode called '''ROMMON''' would have to be used in order to delete that password from the configuration file, and allow access into the router.&lt;br /&gt;
&lt;br /&gt;
==ROMMON Method== &lt;br /&gt;
Booting into ROMMON is a bit different than booting into the router's default mode:&lt;br /&gt;
&lt;br /&gt;
===Step 1===&lt;br /&gt;
Follow the same '''Hardware''' and '''Software''' steps on the '''Clearing Configurations''' section.&lt;br /&gt;
&lt;br /&gt;
===Step 2=== &lt;br /&gt;
Perform a break by holding down '''ALT + B''' upon boot.&lt;br /&gt;
&lt;br /&gt;
*NOTE: Do NOT let go of these keys. Hold them down until you see the following prompt: '''''Rommon 1&amp;gt;'''''&lt;br /&gt;
*SECOND NOTE: the number after the ROMMON prompt does not affect commands.&lt;br /&gt;
&lt;br /&gt;
===Step 3===&lt;br /&gt;
&lt;br /&gt;
*Type the command: '''confreg 0x2142''' and hit enter. What this command does, is that it will command the router to boot from '''Flash'''. It will essentially bypass the startup configuration where the passwords are stored. &lt;br /&gt;
**'''''Rommon 1&amp;gt;confreg 0x2142'''''&lt;br /&gt;
&lt;br /&gt;
===Step 4===&lt;br /&gt;
Now type the '''reset''' command on the next prompt. This will allow the router to reboot and ignores any of the saved configurations:&lt;br /&gt;
&lt;br /&gt;
*'''''Rommon 1&amp;gt;reset'''''&lt;br /&gt;
&lt;br /&gt;
===Step 5===&lt;br /&gt;
The router will now reboot and may take a few minutes. Make sure NOT to press any keys that can possibly abort the reboot.&lt;br /&gt;
&lt;br /&gt;
*For any setup questions, type '''No'''.&lt;br /&gt;
&lt;br /&gt;
===Step 6===&lt;br /&gt;
Once the router finishes booting, hit enter when the following prompt shows:&lt;br /&gt;
&lt;br /&gt;
*'''Press RETURN to get started'''&lt;br /&gt;
&lt;br /&gt;
===Step 7===&lt;br /&gt;
Hit enter to go into '''User EXEC Mode'''. &lt;br /&gt;
&lt;br /&gt;
===Step 8===&lt;br /&gt;
Enter '''Privileged EXEC''' Mode by typing '''enable'''.&lt;br /&gt;
&lt;br /&gt;
===Step 9===&lt;br /&gt;
Now all you have to do is verify that the saved file is deleted using show commands:&lt;br /&gt;
&lt;br /&gt;
*'''''[Router Name]#show running-config'''''&lt;br /&gt;
**NOTE: If necessary, or just to be sure, you may use the '''erase startup-config''' command:&lt;br /&gt;
***'''''[Router Name]#erase startup-config'''''&lt;br /&gt;
&lt;br /&gt;
==Quick Notes==&lt;br /&gt;
All the documentation above is specifically for Cisco 3800 Series routers. As far as the hardware and software aspect, everything will be pretty much the same regardless of the Cisco device. The only method that differs between Cisco devices, are booting into ROMMON and the '''confreg''' command to boot into '''Flash'''.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=FOG&amp;diff=808</id>
		<title>FOG</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=FOG&amp;diff=808"/>
		<updated>2019-02-04T20:27:33Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Initial Setup==&lt;br /&gt;
Format and install Ubuntu 17.04 on the computer that will be hosting the FOG Server (or whatever version of Linux you prefer). You can download it [https://www.ubuntu.com/download here].&lt;br /&gt;
&lt;br /&gt;
==Getting Things Ready==&lt;br /&gt;
Download FOG (it is recommended that you get the latest version from [https://fogproject.org/download here]).&lt;br /&gt;
&lt;br /&gt;
==Installing FOG==&lt;br /&gt;
Run these commands in the download directory ''(this requires an internet connection)'': &amp;lt;code&amp;gt;tar -xzvf FOG_FILENAME_HERE.tar.gz &amp;amp;&amp;amp; cd FOG_FILENAME_HERE/bin &amp;amp;&amp;amp; sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''TIP: After starting the install command &amp;lt;code&amp;gt;(sudo ./install.sh)&amp;lt;/code&amp;gt;, don’t cancel while the installation is in progress as some files will remain and may cause issues when trying to install later.''&lt;br /&gt;
&lt;br /&gt;
==Configuring Your FOG Installation==&lt;br /&gt;
The last command will initialize the install process, which is fairly straightforward. If you need help with the install process, or are using a different OS, visit the FOG wiki: [https://wiki.fogproject.org/wiki/index.php?title=Main_Page]. Some of the settings require you know the basics of your network setup, so it will vary depending on the network.&lt;br /&gt;
&lt;br /&gt;
More info on installation specifically can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Installation FOG Official Install Guide]&lt;br /&gt;
&lt;br /&gt;
==Access the FOG GUI==&lt;br /&gt;
This can be done by opening a browser tab on any computer on the same network by typing the IP of the FOG server and ending it with /fog.&lt;br /&gt;
There you can access the settings and manage images and accounts.&lt;br /&gt;
&lt;br /&gt;
For example: 10.21.25.4/fog&lt;br /&gt;
&lt;br /&gt;
==PXE Booting Your Computer==&lt;br /&gt;
You will need to access the BIOS and turn on network boot if not already enabled, and enable legacy network boot if available for better compatibility. You may need to turn off the secure boot setting depending on the device.&lt;br /&gt;
&lt;br /&gt;
==Registering==&lt;br /&gt;
To register computers, you must PXE boot them into FOG, and it recommended that you use full host registration. Then follow the on screen steps to register your device. The registration process itself remains the same across all devices, but PXE booting will be different across devices.&lt;br /&gt;
&lt;br /&gt;
==Updating a FOG Imaging Server==&lt;br /&gt;
This will be a quick rundown of how to update a FOG imaging server, and how to fix some common issues you may run into while doing so.&lt;br /&gt;
This was written for the Linux version of FOG (specifically Ubuntu) it may be different on other Linux distros and is very different. If you are running a Windows version of FOG, at the time of writing that is not officially supported by FOG Project, so you are pretty much on your own for now.&lt;br /&gt;
&lt;br /&gt;
===The Initial Steps===&lt;br /&gt;
If you are updating to a newer FOG version, you need to download the appropriate fog_x.x.x.tar.gz file (if you are new to Linux tar.gz files are basically a .zip, .rar, or .7zip in Windows). You will the need to run this set of commands to unzip it and run the install script inside of it. If you have installed FOG before, this is the same process and doing an installation, just the install file uses your existing FOG server settings and only changes the files that it needs to (so don't worry it's not a total reinstall everything will still be there).&lt;br /&gt;
&lt;br /&gt;
[https://fogproject.org/download FOG Download]&lt;br /&gt;
&lt;br /&gt;
''(this requires an internet connection and must be run in the Downloads directory)'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;tar -xzvf fog_x.x.x.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd fog_x.x.x/bin&lt;br /&gt;
&lt;br /&gt;
sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The install.sh file as you can see must be run as sudo or root to be able to properly install, so you will need the password for that level of access if necessary.&lt;br /&gt;
&lt;br /&gt;
The script will run, and may ask you to confirm your current settings, and will update FOG and it's dependencies to the latest version accordingly. A restart of the host afterwards is recommended.&lt;br /&gt;
&lt;br /&gt;
More info on an initial install can be found here: [[FOG Server Surface Compatability]] and here: [https://wiki.fogproject.org/wiki/index.php?title=Installation FOG Official Install Guide]&lt;br /&gt;
&lt;br /&gt;
===Kernel Updates===&lt;br /&gt;
After you update FOG you will need to update the kernel that fog uses for the bzimage and bzimage32. These files are what the computers and devices PXE booting from the server will use to boot, and the newer versions add compatibility for newer devices (such as ones with finicky UEFI BIOS'). To update the kernel you will need to open the FOG management console (either by localhost/fog on the host machine or by the IP address you set to it on another machine with /fog). You will then click on the wrench in the top right to get to the FOG Configuration page. On the right there is a kernel update link you need to click on. Then there will be a list of kernels available if your kernel is not up to date. You will need to install two kernels, both the latest version. The ones at the top will be the latest, so click download button (big green downward arrow) below the first kernel labeled x86_64. You can rename the kernel, but for most instances that is unnecessary so click next and it will update. Repeat this for a x64 kernel.&lt;br /&gt;
&lt;br /&gt;
More info on kernel updates can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update Official FOG Kernel Update Guide]&lt;br /&gt;
&lt;br /&gt;
==Imaging Microsoft Surfaces (Surface Pro 2) with FOG==&lt;br /&gt;
Here are the details for making a FOG server work with Surface Pros and other devices that might be particular in the same way:&lt;br /&gt;
&lt;br /&gt;
===PXE Booting Your Surface Pro 2===&lt;br /&gt;
To PXE boot a microsoft surface you must first disable secure boot. This can be done by holding the volume up button and holding power, and releasing the power button when the Surface screen is displayed. Then click on the secure boot option and click disable then save and exit.&lt;br /&gt;
&lt;br /&gt;
To PXE boot the microsoft surface, you then hold down the volume down button and power at the same time. Once the Surface screen is displayed, release the power button. Then the PXE boot screen will come up. (make sure it is connected to a network via ethernet adapter before PXE booting)&lt;br /&gt;
&lt;br /&gt;
When the FOG menu pops up, you can capture an image to use for the rest of the surfaces.&lt;br /&gt;
&lt;br /&gt;
===More Information on Surfaces and Other Special Device Booting===&lt;br /&gt;
The IPXE protocol version used by microsoft surfaces is only supported by the latest versions of FOG. Version 1.4.4 (september 2017) is what was used for this, along with the surface pro 2 tablets, and this used a windows 8 Pro installation (as windows 10 is not natively supported by the original surfaces). FOG was installed on a small computer inside of the Ubuntu 17.04 OS. If you are going to use computers such as these (ones with UEFI or very custom BIOS') then you must use the latest version possible of FOG.&lt;br /&gt;
&lt;br /&gt;
If you have any errors with DHCP and UEFI, I recommend looking [https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence here]. '''Then look for the topic that talks about starting anew.'''&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
Here are different solutions we have found to various FOG problems that you may encounter:&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;What if FOG is blocked?&amp;quot;===&lt;br /&gt;
If the download fails during the install process, check your proxy settings on your network or ask your network administrator if it is blocked. If so, have the admin allow access, use a VPN (with proper permission), or take it to another network.&lt;br /&gt;
&lt;br /&gt;
(If installed on another network, once it is moved to another network all IP settings for the server will need to be reconfigured. If it is installed on the same network it is being used on, then skip the next step)&lt;br /&gt;
&lt;br /&gt;
(only do this if installed on a different network than it will be used on, or if there are IP configuration errors.)&lt;br /&gt;
Look through all of the settings in the FOG server gui, and make sure all things that reference IP addresses are properly configured for your network. This varies by FOG version and type of install, so it is a tedious but necessary process. Then, you will need to edit the fog configuration file, which you can find by checking the wiki as it’s location varies by OS and FOG version. You will also need to edit the dhcpd.conf file and the network config settings of the Ubuntu operating system to have the correct IP config settings. (This may vary by Ubuntu version, or linux version, so check the wiki and the proper documentation for that OS).&lt;br /&gt;
&lt;br /&gt;
===TFTP Errors===&lt;br /&gt;
The error looks like this or something similar depending on configuration:&lt;br /&gt;
&lt;br /&gt;
[[File:ftp_put_error.jpg|550px]]&lt;br /&gt;
&lt;br /&gt;
If you get a tftp or ftp_put() error when trying to update the kernel, these are the solutions we've found:&lt;br /&gt;
&lt;br /&gt;
====Solution 1: Credentials====&lt;br /&gt;
There are a few different places where FOG uses credentials to manage different files using the fog user account. If the credentials mismatch in any of the places, some functionality will not work. In total there are four different places where those credentials should match (on a standard installation at least, if you need it different you know what you are doing and probably don't need this).&lt;br /&gt;
The places where credentials need to match can be found in these places:&lt;br /&gt;
&lt;br /&gt;
*Web Interface -&amp;gt; Storage Management -&amp;gt; [Your storage node] -&amp;gt; Management Username &amp;amp; Management Password&lt;br /&gt;
*Web Interface -&amp;gt; FOG Configuration -&amp;gt; FOG Settings -&amp;gt; TFTP Server -&amp;gt; FOG_TFTP_FTP_USERNAME &amp;amp; FOG_TFTP_FTP_PASSWORD&lt;br /&gt;
*The local 'fog' user's password on the Linux FOG server&lt;br /&gt;
*Server file: /opt/fog/.fogsettings -&amp;gt; username and password settings (For recent FOG Trunk versions only. 1.2.0 does not have this setting. 1.3.0 and newer versions at the time of writing will contain this.)&lt;br /&gt;
&lt;br /&gt;
The first two are easy to check, just use the FOG web interface using a web browser on the host or a machine on the same network.&lt;br /&gt;
&lt;br /&gt;
The fog user password can be changed by using the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo passwd fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The server file can be edited using vim in the Linux terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vi /opt/fog/.fogsettings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(More info on vim or vi can be found [https://wiki.fogproject.org/wiki/index.php?title=Vi here].&lt;br /&gt;
&lt;br /&gt;
Official FOG documentation on this issue can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#Credentials_.2F_Passwords here].&lt;br /&gt;
&lt;br /&gt;
====Solution 2: Use a Kernel Install Script====&lt;br /&gt;
If the first solution doesn't fix the problem, then this probably will. This solution is to manually install the kernel update through a script in the terminal, and as long as you have the correct permissions and a somewhat new version of Linux (CentOS 7+, Fedora 19+, RHEL 7+, Debian8+, and Ubuntu14+) this should work fine.&lt;br /&gt;
&lt;br /&gt;
This script will backup the old kernel versions you already have installed in case of emergency, and will update to the newest ones. It has comments within it to make it easy to understand exactly what each step does.&lt;br /&gt;
&amp;lt;code&amp;gt;#Delete previous backed up kernels &amp;amp; inits.&lt;br /&gt;
&lt;br /&gt;
rm -rf /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Make a directory to put old kernels &amp;amp; inits into.&lt;br /&gt;
&lt;br /&gt;
mkdir /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old inits, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init.xz -O /var/www/html/fog/service/ipxe/init.xz&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init_32.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init_32.xz -O /var/www/html/fog/service/ipxe/init_32.xz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old kernels, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage -O /var/www/html/fog/service/ipxe/bzImage&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage32 /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage32 -O /var/www/html/fog/service/ipxe/bzImage32&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Reset Ownership:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Fedora, CentOS, RHEL:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:apache /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Ubuntu, Debian:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:www-data /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Set permissions:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod -R 775 /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Script complete.&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo DONE!&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The official FOG documentation can be found [https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update here] at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
===Multicast Not Working===&lt;br /&gt;
If after an update Multicast stops functioning, or you find it stops working at some point, this is what has worked in the past.&lt;br /&gt;
&lt;br /&gt;
''Please note this will not fix any and all Multicast problems, but it did fix our issue where it would open partclone and not start the cast itself, and it showed the error &amp;lt;code&amp;gt; This is not the master node&amp;lt;/code&amp;gt; in the logs for multicast''&lt;br /&gt;
&lt;br /&gt;
====Multicast Repair Step One====&lt;br /&gt;
This first step may seem scary, but it will not damage any of the FOG images or files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are going to delete the directory /opt/fog&lt;br /&gt;
&amp;lt;code&amp;gt;sudo rm -r /opt/fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''(The -r is necessary to delete directories)''&lt;br /&gt;
&lt;br /&gt;
Then rerun the installer by downloading the version of FOG you were using (or the latest one available if you're not using it). Then try running a multicast and see if it works. If not, move on to step two.&lt;br /&gt;
&lt;br /&gt;
====Multicast Repair Step Two====&lt;br /&gt;
This step will require us to modify the MySQL tables by running some commands in the terminal. You should run &amp;lt;code&amp;gt;sudo su&amp;lt;/code&amp;gt; before running the script to make things easier.&lt;br /&gt;
&lt;br /&gt;
Below are the commands you will need to run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mysql&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;use fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessions` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessionsAssoc` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `tasks` WHERE `taskTypeID` = 8;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;quit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will clear the MySQL tables. After this you will need to rerun the installer and everything should work fine from there.&lt;br /&gt;
&lt;br /&gt;
The official Multicast FOG Documentation can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Downloading_-_Multicast Here].&lt;br /&gt;
&lt;br /&gt;
===For Issues You Can't Solve with This Page===&lt;br /&gt;
Check the [https://wiki.fogproject.org/wiki/index.php?title=Main_Page FOG Project Wiki] and the [https://forums.fogproject.org/ FOG Project Forums]. These pages should solve any other issues you have, and any issues you solve that aren't on here should be properly documented here to help future 24PinTechs.&lt;br /&gt;
&lt;br /&gt;
==xRDP==&lt;br /&gt;
&lt;br /&gt;
This is a very useful tool that is currently installed on our FOG server. This allows for any Windows user to use remote desktop to remotely control the host Linux system with full GUI support. To connect just use the FOG IP, and when prompted type in the login.&lt;br /&gt;
&lt;br /&gt;
To learn more about xRDP, go to the wiki page: [[xRDP]]&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=D-Link_Camera_Setup&amp;diff=807</id>
		<title>D-Link Camera Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=D-Link_Camera_Setup&amp;diff=807"/>
		<updated>2019-02-04T20:24:35Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Discover what the serial number is and search this up to find the specific software for the camera. Open up the start up wizard and follow the instructions. '''Continue to the topic of ominous weather.'''&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Setting_Up_A_MAME_Machine&amp;diff=781</id>
		<title>Setting Up A MAME Machine</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Setting_Up_A_MAME_Machine&amp;diff=781"/>
		<updated>2018-12-10T16:34:48Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: Added Front End list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Downloading the correct version of MAME==&lt;br /&gt;
&lt;br /&gt;
===What we use===&lt;br /&gt;
The version of MAME we are using that we recommend using is the latest version available found [https://www.mamedev.org/release.html here]. The latest supported version is '''MAME v0.204''' and '''''is the only version''''' that will be used on the MAME kiosk at all times.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;[https://github.com/mamedev/mame/releases/download/mame0204/mame0204b_64bit.exe Download MAME v0.204]&amp;lt;/u&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
===What can be used for a personal build===&lt;br /&gt;
Any version below above '''MAME v0.197''' can be used for our games library.&lt;br /&gt;
&lt;br /&gt;
==Installing MAME==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Download MAME===&lt;br /&gt;
Download your preferred version of MAME.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Run the EXE===&lt;br /&gt;
Run the installation .exe and run through the steps. MAME can be perfectly set up for USB portability, just make sure you have all the files and leave none behind. If you are installing on a USB, make sure to have at least 16gb of storage to leave space for any games you may want to play.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Insert your ROMS.===&lt;br /&gt;
You're all good to go! Start up MAME and you should be ready to insert your ROMs. Your ROMs should be the folder titled &amp;quot;roms&amp;quot; in whatever location you have chosen to install MAME to, just drag and drop your files into there.&lt;br /&gt;
&lt;br /&gt;
==Adding a Front End==&lt;br /&gt;
&lt;br /&gt;
===Selecting your Front End===&lt;br /&gt;
Selecting a front end for your MAME machine is all decided on what functionality you want and whatever aesthetic you wish, so I'll provide a link to all available front-ends, free and premium. Front Ends are the fancy GUI you see while selecting which game you wish to play on whatever system you have ready to emulate and is fairly easy to set up, so long you follow their instructions provided.&lt;br /&gt;
&lt;br /&gt;
==== Windows supported front ends ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.advancemame.it AdvanceMenu] - Free&lt;br /&gt;
* [http://www.mameworld.info/pc2jamma/frontend.html ArcadeOS] - Free&lt;br /&gt;
* [https://www.dribin.org/dave/game_launcher/ Game Launcher] - Free&lt;br /&gt;
* '''[https://hyperspin-fe.com HyperSpin] - Freemium'''&lt;br /&gt;
* [http://kymaera.sourceforge.net Kymaera] - Free&lt;br /&gt;
* '''[http://www.mgalaxy.com mGalaxy] - Freemium (Our selection)'''&lt;br /&gt;
* '''[https://www.launchbox-app.com LaunchBox]''' '''- Freemium''' &lt;br /&gt;
&lt;br /&gt;
==== Mac, DOS, and Linux supported front ends ====&lt;br /&gt;
&lt;br /&gt;
* '''[https://www.launchbox-app.com LaunchBox]''' '''- Freemium'''&lt;br /&gt;
* [http://www.cabrio-fe.org Cabrio] - Free&lt;br /&gt;
* [http://www.anti-particle.com/wahcade.shtml Wah!Cade] - Free&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Setting_Up_A_MAME_Machine&amp;diff=779</id>
		<title>Setting Up A MAME Machine</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Setting_Up_A_MAME_Machine&amp;diff=779"/>
		<updated>2018-12-06T16:12:14Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: Started MAME documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Downloading the correct version of MAME ==&lt;br /&gt;
&lt;br /&gt;
=== What we use: ===&lt;br /&gt;
The version of MAME we are using that we recommend using is the latest version available found [https://www.mamedev.org/release.html here]. The latest supported version is '''MAME v0.204''' and '''''is the only version''''' that will be used on the MAME kiosk at all times.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;[https://github.com/mamedev/mame/releases/download/mame0204/mame0204b_64bit.exe Download MAME v0.204]&amp;lt;/u&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
=== What can be used for a personal build: ===&lt;br /&gt;
Any version below above '''MAME v0.197''' can be used for our games library.&lt;br /&gt;
&lt;br /&gt;
== Installing MAME ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1: ===&lt;br /&gt;
Download your preferred version of MAME.&lt;br /&gt;
&lt;br /&gt;
=== Step 2: ===&lt;br /&gt;
Run the installation .exe and run through the steps.&lt;br /&gt;
&lt;br /&gt;
=== Step 3: ===&lt;br /&gt;
You're all good to go! Start up MAME and you should be ready to insert your ROMs.&lt;br /&gt;
&lt;br /&gt;
== Adding your set of ROMs ==&lt;br /&gt;
&lt;br /&gt;
=== Using our own preset games list: ===&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=689</id>
		<title>POS Retail System Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=689"/>
		<updated>2018-09-14T15:42:58Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: Added the entire POS System Maintenance.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fixing the SQL Server==&lt;br /&gt;
&lt;br /&gt;
===WMI Errors===&lt;br /&gt;
You'll experience an error with &amp;quot;WMI&amp;quot; if you attempt to use any of the prebuilt SQL Server management options, but don't worry about this. We won't be using the prebuilt SQL Server management options, so this WMI error is basically useless to us to fix.&lt;br /&gt;
&lt;br /&gt;
===Use SQL Server Management Studio===&lt;br /&gt;
SQL Server Management Studio (SSMS) will be our playground for managing the databases for SQL Server 2005 and SQL Server 2008 R2. Both versions are installed onto the Windows XP box, and for good reason, as SQL Server 2008 R2 is a lot easier to manage than 2005, but 2005 is required for POSitive Retail Manager to function, so '''&amp;lt;u&amp;gt;DO NOT REMOVE SQL SERVER 2005&amp;lt;/u&amp;gt;'''. &lt;br /&gt;
&lt;br /&gt;
Once inside of SSMS, you will need to log in to a master database manager, and to do so you will need to click on '''New Query''' then log in as '''MHS-RETAIL''' using Windows Authentication, no password. Here you'll be able to restore databases from backup, create a new database, or manage existing ones. It is recommended to restore from a database backup off of the USB stick that Mr. Rodriguez has, seeing as it's already formatted for POSitive Retail Manager and Copa Corner. There's not much more to do with the SQL Server after this, so don't mess with anything else.&lt;br /&gt;
&lt;br /&gt;
==Installing and maintaining the Receipt Printer==&lt;br /&gt;
&lt;br /&gt;
===Knowing our printer===&lt;br /&gt;
The printer currently attached to the Windows XP POS box is an '''SNBC BTP-R180II (U)''', and it will stay that way. To manage the setting of the SNBC BTP-R180II (U), do ''not'' go through Windows GUI or Control Panel, instead, hold down the FEED button while powering up the device to print self-test mode. After the initial self-test, it will ask if you want to finish self-test or configure the settings, and you will hold down the FEED button until it prints out a menu.&lt;br /&gt;
&lt;br /&gt;
===Configuring our printer===&lt;br /&gt;
As explained above, you will enter configuration mode through the printer itself. Once in configuration mode, the only option you need to check in order to ensure it can even connect to the POS Windows XP box is what mode it is in. To check the current mode of the printer, press the FEED button 7 times, then hold down the FEED button until it prints out the new page. Make sure the printer is in '''WinDriver''' mode, as it will not work on Windows XP in '''API''' mode. After checking this, you don't need to worry about any other configuration setting on the device. Don't forget to save, then exit configuration mode.&lt;br /&gt;
&lt;br /&gt;
===Installing the printer===&lt;br /&gt;
Once you've checked to make sure the printer is in WinDriver mode, install the drivers (found here: https://www.crs-usa.com/products/printers/thermal-printers/snbc-btp-r180ii-thermal-receipt-printer-series-) while the receipt printer is plugged into the POS system AND powered on. Once it is installed, enter Printers and Devices through the Windows menu and ensure it is the default printer of the computer.&lt;br /&gt;
&lt;br /&gt;
==Installing the Cash Drawer==&lt;br /&gt;
&lt;br /&gt;
===Installing the cash drawer===&lt;br /&gt;
Take the ''one and only'' cable sticking out from the back of the cash drawer and plug it straight into receipt printer. That's it, don't do anything else. I'm serious.&lt;br /&gt;
&lt;br /&gt;
==Installing the Barcode Scanner==&lt;br /&gt;
&lt;br /&gt;
===Installing the barcode scanner===&lt;br /&gt;
Take the USB cable that's connected to the scanner and plug it in. Make sure the drivers are installed (there aren't any special ones online) correctly through Windows XP automatic installer, then you're done.&lt;br /&gt;
&lt;br /&gt;
==Managing POSitive Retail Manager==&lt;br /&gt;
&lt;br /&gt;
===Enter POSitive Retail Manager===&lt;br /&gt;
Open up POSitive Retail Manager through the desktop icon and log in to '''Copa Corner'''. The ID and password for '''Copa Corner''' is '''POS'''. Enter POS into both fields and choose '''Touchscreen Mode'''.&lt;br /&gt;
&lt;br /&gt;
===Managing the settings of POSitive Retail Manager===&lt;br /&gt;
Once inside of Copa Corner, if you need to change the settings, enter through '''Manager Mode''', found in the black button in the bottom right, then tap on the other black button found on the bottom. You should find yourself in a menu screen with multiple different options, but we're not going to mess with any of those. In the top right corner you should find a tab called &amp;quot;Management&amp;quot;, tap on it, then tap on '''Station Setting''' or something like that. &amp;lt;u&amp;gt;'''We will only modify POS 1, POS 2 is unused and could possibly mess up if messed with.'''&amp;lt;/u&amp;gt; Edit POS 1 and you'll be in the settings.&lt;br /&gt;
&lt;br /&gt;
=== Set up any peripherals ===&lt;br /&gt;
Chances are that POSitive Retail Manager could be reading the wrong printer for tending to the purchase, so in order to fix this, tap on the Devices tab and then Cash Drawer. Under this windows, you'll find which default printer the settings are using for sales, and it should read '''BTP-R180II (U) (Copy)'''. If it doesn't say this, tap on the three dots and change the default printer to BTP-R180II (U) (Copy). In the off chance that you ''need'' to print receipts, go under Printers &amp;amp; Options and tap on Invoice, and here you can change the default printer for printing Invoices. Once again, it should read BTP-R180II (U) (Copy), and if it doesn't, change it.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=688</id>
		<title>POS Retail System Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=688"/>
		<updated>2018-09-14T15:38:15Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fixing the SQL Server==&lt;br /&gt;
&lt;br /&gt;
===WMI Errors===&lt;br /&gt;
You'll experience an error with &amp;quot;WMI&amp;quot; if you attempt to use any of the prebuilt SQL Server management options, but don't worry about this. We won't be using the prebuilt SQL Server management options, so this WMI error is basically useless to us to fix.&lt;br /&gt;
&lt;br /&gt;
===Use SQL Server Management Studio===&lt;br /&gt;
SQL Server Management Studio (SSMS) will be our playground for managing the databases for SQL Server 2005 and SQL Server 2008 R2. Both versions are installed onto the Windows XP box, and for good reason, as SQL Server 2008 R2 is a lot easier to manage than 2005, but 2005 is required for POSitive Retail Manager to function, so '''&amp;lt;u&amp;gt;DO NOT REMOVE SQL SERVER 2005&amp;lt;/u&amp;gt;'''. &lt;br /&gt;
&lt;br /&gt;
Once inside of SSMS, you will need to log in to a master database manager, and to do so you will need to click on '''New Query''' then log in as '''MHS-RETAIL''' using Windows Authentication, no password. Here you'll be able to restore databases from backup, create a new database, or manage existing ones. It is recommended to restore from a database backup off of the USB stick that Mr. Rodriguez has, seeing as it's already formatted for POSitive Retail Manager and Copa Corner. There's not much more to do with the SQL Server after this, so don't mess with anything else.&lt;br /&gt;
&lt;br /&gt;
==Installing and maintaining the Receipt Printer==&lt;br /&gt;
&lt;br /&gt;
===Knowing our printer===&lt;br /&gt;
The printer currently attached to the Windows XP POS box is an '''SNBC BTP-R180II (U)''', and it will stay that way. To manage the setting of the SNBC BTP-R180II (U), do ''not'' go through Windows GUI or Control Panel, instead, hold down the FEED button while powering up the device to print self-test mode. After the initial self-test, it will ask if you want to finish self-test or configure the settings, and you will hold down the FEED button until it prints out a menu.&lt;br /&gt;
&lt;br /&gt;
===Configuring our printer===&lt;br /&gt;
As explained above, you will enter configuration mode through the printer itself. Once in configuration mode, the only option you need to check in order to ensure it can even connect to the POS Windows XP box is what mode it is in. To check the current mode of the printer, press the FEED button 7 times, then hold down the FEED button until it prints out the new page. Make sure the printer is in '''WinDriver''' mode, as it will not work on Windows XP in '''API''' mode. After checking this, you don't need to worry about any other configuration setting on the device. Don't forget to save, then exit configuration mode.&lt;br /&gt;
&lt;br /&gt;
===Installing the printer===&lt;br /&gt;
Once you've checked to make sure the printer is in WinDriver mode, install the drivers (found here: https://www.crs-usa.com/products/printers/thermal-printers/snbc-btp-r180ii-thermal-receipt-printer-series-) while the receipt printer is plugged into the POS system AND powered on. Once it is installed, enter Printers and Devices through the Windows menu and ensure it is the default printer of the computer.&lt;br /&gt;
&lt;br /&gt;
==Installing the Cash Drawer==&lt;br /&gt;
&lt;br /&gt;
===Installing the cash drawer===&lt;br /&gt;
Take the ''one and only'' cable sticking out from the back of the cash drawer and plug it straight into receipt printer. That's it, don't do anything else. I'm serious.&lt;br /&gt;
&lt;br /&gt;
==Installing the Barcode Scanner==&lt;br /&gt;
&lt;br /&gt;
===Installing the barcode scanner===&lt;br /&gt;
Take the USB cable that's connected to the scanner and plug it in. Make sure the drivers are installed (there aren't any special ones online) correctly through Windows XP automatic installer, then you're done.&lt;br /&gt;
&lt;br /&gt;
==Managing POSitive Retail Manager==&lt;br /&gt;
&lt;br /&gt;
===Enter POSitive Retail Manager===&lt;br /&gt;
Open up POSitive Retail Manager through the desktop icon and log in to '''Copa Corner'''. The ID and password for '''Copa Corner''' is '''POS'''. Enter POS into both fields and choose '''Touchscreen Mode'''.&lt;br /&gt;
&lt;br /&gt;
=== Managing the settings of POSitive Retail Manager ===&lt;br /&gt;
Once inside of Copa Corner, if you need to change the settings, enter through '''Manager Mode''', found in the black button in the bottom right, then tap on the other black button found on the bottom. You should find yourself in a menu screen with multiple different options, but we're not going to mess with any of those. In the top right corner you should find a tab called &amp;quot;Management&amp;quot;, tap on it, then tap on '''Station Setting''' or something like that. &amp;lt;u&amp;gt;'''We will only modify POS 1, POS 2 is unused and could possibly mess up if messed with.'''&amp;lt;/u&amp;gt; Edit POS 1 and you'll be in the settings.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=687</id>
		<title>POS Retail System Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=687"/>
		<updated>2018-09-13T20:30:23Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fixing the SQL Server==&lt;br /&gt;
&lt;br /&gt;
===WMI Errors===&lt;br /&gt;
You'll experience an error with &amp;quot;WMI&amp;quot; if you attempt to use any of the prebuilt SQL Server management options, but don't worry about this. We won't be using the prebuilt SQL Server management options, so this WMI error is basically useless to us to fix.&lt;br /&gt;
&lt;br /&gt;
===Use SQL Server Management Studio===&lt;br /&gt;
SQL Server Management Studio (SSMS) will be our playground for managing the databases for SQL Server 2005 and SQL Server 2008 R2. Both versions are installed onto the Windows XP box, and for good reason, as SQL Server 2008 R2 is a lot easier to manage than 2005, but 2005 is required for POSitive Retail Manager to function, so '''&amp;lt;u&amp;gt;DO NOT REMOVE SQL SERVER 2005&amp;lt;/u&amp;gt;'''. &lt;br /&gt;
&lt;br /&gt;
Once inside of SSMS, you will need to log in to a master database manager, and to do so you will need to click on '''New Query''' then log in as '''MHS-RETAIL''' using Windows Authentication, no password. Here you'll be able to restore databases from backup, create a new database, or manage existing ones. It is recommended to restore from a database backup off of the USB stick that Mr. Rodriguez has, seeing as it's already formatted for POSitive Retail Manager and Copa Corner. There's not much more to do with the SQL Server after this, so don't mess with anything else.&lt;br /&gt;
&lt;br /&gt;
==Installing and maintaining the Receipt Printer==&lt;br /&gt;
&lt;br /&gt;
===Knowing our printer===&lt;br /&gt;
The printer currently attached to the Windows XP POS box is an '''SNBC BTP-R180II (U)''', and it will stay that way. To manage the setting of the SNBC BTP-R180II (U), do NOT go through Windows GUI or Control Panel, instead, hold down the FEED button while powering up the device to print self-test mode. After the initial self-test, it will ask if you want to finish self-test or configure the settings, and you will hold down the FEED button until it prints out a menu.&lt;br /&gt;
&lt;br /&gt;
===Configuring our printer===&lt;br /&gt;
As explained above, you will enter configuration mode through the printer itself. Once in configuration mode, the only option you need to check in order to ensure it can even connect to the POS Windows XP box is what mode it is in. To check the current mode of the printer, press the FEED button 7 times, then hold down the FEED button until it prints out the new page. Make sure the printer is in '''WinDriver''' mode, as it will not work on Windows XP in '''API''' mode. After checking this, you don't need to worry about any other configuration setting on the device. Don't forget to save, then exit configuration mode.&lt;br /&gt;
&lt;br /&gt;
=== Installing the printer ===&lt;br /&gt;
Once you've checked to make sure the printer is in WinDriver mode, install the drivers (found here: https://www.crs-usa.com/products/printers/thermal-printers/snbc-btp-r180ii-thermal-receipt-printer-series-) while the receipt printer is plugged into the POS system AND powered on. Once it is installed, enter Printers and Devices through the Windows menu and ensure it is the default printer of the computer.&lt;br /&gt;
&lt;br /&gt;
== Installing the Cash Drawer ==&lt;br /&gt;
&lt;br /&gt;
=== Installing the cash drawer ===&lt;br /&gt;
Take the ONE AND ONLY cable sticking out from the back of the cash drawer and plug it straight into receipt printer. That's it, don't do anything else. I'm serious.&lt;br /&gt;
&lt;br /&gt;
== Installing the Barcode Scanner ==&lt;br /&gt;
&lt;br /&gt;
=== Installing the barcode scanner ===&lt;br /&gt;
Take the USB cable that's connected to the scanner and plug it in. Make sure the drivers are installed (there aren't any special ones online) correctly through Windows XP automatic installer, then you're done.&lt;br /&gt;
&lt;br /&gt;
== Managing POSitive Retail Manager ==&lt;br /&gt;
&lt;br /&gt;
=== Enter POSitive Retail Manager ===&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=686</id>
		<title>POS Retail System Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=686"/>
		<updated>2018-09-13T20:23:30Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fixing the SQL Server==&lt;br /&gt;
&lt;br /&gt;
===WMI Errors===&lt;br /&gt;
You'll experience an error with &amp;quot;WMI&amp;quot; if you attempt to use any of the prebuilt SQL Server management options, but don't worry about this. We won't be using the prebuilt SQL Server management options, so this WMI error is basically useless to us to fix.&lt;br /&gt;
&lt;br /&gt;
===Use SQL Server Management Studio===&lt;br /&gt;
SQL Server Management Studio (SSMS) will be our playground for managing the databases for SQL Server 2005 and SQL Server 2008 R2. Both versions are installed onto the Windows XP box, and for good reason, as SQL Server 2008 R2 is a lot easier to manage than 2005, but 2005 is required for POSitive Retail Manager to function, so '''&amp;lt;u&amp;gt;DO NOT REMOVE SQL SERVER 2005&amp;lt;/u&amp;gt;'''. &lt;br /&gt;
&lt;br /&gt;
Once inside of SSMS, you will need to log in to a master database manager, and to do so you will need to click on '''New Query''' then log in as '''MHS-RETAIL''' using Windows Authentication, no password. Here you'll be able to restore databases from backup, create a new database, or manage existing ones. It is recommended to restore from a database backup off of the USB stick that Mr. Rodriguez has, seeing as it's already formatted for POSitive Retail Manager and Copa Corner. There's not much more to do with the SQL Server after this, so don't mess with anything else.&lt;br /&gt;
&lt;br /&gt;
==Installing and maintaining the Receipt Printer==&lt;br /&gt;
&lt;br /&gt;
===Knowing our printer===&lt;br /&gt;
The printer currently attached to the Windows XP POS box is an '''SNBC BTP-R180II (U)''', and it will stay that way. To manage the setting of the SNBC BTP-R180II (U), do NOT go through Windows GUI or Control Panel, instead, hold down the FEED button while powering up the device to print self-test mode. After the initial self-test, it will ask if you want to finish self-test or configure the settings, and you will hold down the FEED button until it prints out a menu.&lt;br /&gt;
&lt;br /&gt;
=== Configuring our printer ===&lt;br /&gt;
As explained above, you will enter configuration mode through the printer itself. Once in configuration mode, the only option you need to check in order to ensure it can even connect to the POS Windows XP box is what mode it is in. To check the current mode of the printer, press the FEED button 7 times, then hold down the FEED button until it prints out the new page. Make sure the printer is in '''WinDriver''' mode, as it will not work on Windows XP in '''API''' mode. After checking this, you don't need to worry about any other configuration setting on the device. Don't forget to save, then exit configuration mode.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=685</id>
		<title>POS Retail System Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=685"/>
		<updated>2018-09-13T20:20:18Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fixing the SQL Server==&lt;br /&gt;
&lt;br /&gt;
===WMI Errors===&lt;br /&gt;
You'll experience an error with &amp;quot;WMI&amp;quot; if you attempt to use any of the prebuilt SQL Server management options, but don't worry about this. We won't be using the prebuilt SQL Server management options, so this WMI error is basically useless to us to fix.&lt;br /&gt;
&lt;br /&gt;
===Use SQL Server Management Studio===&lt;br /&gt;
SQL Server Management Studio (SSMS) will be our playground for managing the databases for SQL Server 2005 and SQL Server 2008 R2. Both versions are installed onto the Windows XP box, and for good reason, as SQL Server 2008 R2 is a lot easier to manage than 2005, but 2005 is required for POSitive Retail Manager to function, so '''&amp;lt;u&amp;gt;DO NOT REMOVE SQL SERVER 2005&amp;lt;/u&amp;gt;'''. &lt;br /&gt;
&lt;br /&gt;
Once inside of SSMS, you will need to log in to a master database manager, and to do so you will need to click on '''New Query''' then log in as '''MHS-RETAIL''' using Windows Authentication, no password. Here you'll be able to restore databases from backup, create a new database, or manage existing ones. It is recommended to restore from a database backup off of the USB stick that Mr. Rodriguez has, seeing as it's already formatted for POSitive Retail Manager and Copa Corner. There's not much more to do with the SQL Server after this, so don't mess with anything else.&lt;br /&gt;
&lt;br /&gt;
== Installing and maintaining the Receipt Printer ==&lt;br /&gt;
&lt;br /&gt;
=== Knowing our printer ===&lt;br /&gt;
The printer currently attached to the Windows XP POS box is an '''SNBC BTP-R180II (U)''', and it will stay that way. To manage the setting of the SNBC BTP-R180II (U), do NOT go through Windows GUI or Control Panel, instead, hold down the FEED button while powering up the device to print self-test mode. After the initial self-test, it will ask if you want to finish self-test or configure the settings, and you will hold down the FEED button until it prints out a menu.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=684</id>
		<title>POS Retail System Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=POS_Retail_System_Device&amp;diff=684"/>
		<updated>2018-09-13T20:15:51Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: Created page with &amp;quot;== Fixing the SQL Server ==  === WMI Errors === You'll experience an error with &amp;quot;WMI&amp;quot; if you attempt to use any of the prebuilt SQL Server management options, but don't worry...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fixing the SQL Server ==&lt;br /&gt;
&lt;br /&gt;
=== WMI Errors ===&lt;br /&gt;
You'll experience an error with &amp;quot;WMI&amp;quot; if you attempt to use any of the prebuilt SQL Server management options, but don't worry about this. We won't be using the prebuilt SQL Server management options, so this WMI error is basically useless to us to fix.&lt;br /&gt;
&lt;br /&gt;
=== Use SQL Server Management Studio ===&lt;br /&gt;
SQL Server Management Studio (SSMS) will be our playground for managing the databases for SQL Server 2005 and SQL Server 2008 R2. Both versions are installed onto the Windows XP box, and for good reason, as SQL Server 2008 R2 is a lot easier to manage than 2005, but 2005 is required for POSitive Retail Manager to function, so '''&amp;lt;u&amp;gt;DO NOT REMOVE SQL SERVER 2005&amp;lt;/u&amp;gt;'''. &lt;br /&gt;
&lt;br /&gt;
Once inside of SSMS, you will need to log in to a master database manager, and to do so you will need to click on '''New Query''' then log in as '''MHS-RETAIL''' using Windows Authentication, no password. Here you'll be able to restore databases from backup, create a new database, or manage existing ones. It is recommended to restore from a database backup off of the USB stick that Mr. Rodriguez has, seeing as it's already formatted for POSitive Retail Manager and Copa Corner. There's not much more to do with the SQL Server after this, so don't mess with anything else.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=User:Bwatson&amp;diff=610</id>
		<title>User:Bwatson</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=User:Bwatson&amp;diff=610"/>
		<updated>2018-07-30T20:23:41Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: I made the page, yo.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It's me, the boy, the OS-meister.&lt;br /&gt;
&lt;br /&gt;
[[File:This is God.png|thumb|The OS-meister himself.]]&lt;br /&gt;
&lt;br /&gt;
= Why am I here? =&lt;br /&gt;
In order to become big boy tech supreme and dominate my submissive co-workers.&lt;br /&gt;
&lt;br /&gt;
= What do I want to learn? =&lt;br /&gt;
Tech stuff like you'd never know.&lt;br /&gt;
&lt;br /&gt;
= What do I want to leave behind? =&lt;br /&gt;
A piece of me in everyone's hearts and some terrible memes that everyone hates, like everyone hates me.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=File:This_is_God.png&amp;diff=609</id>
		<title>File:This is God.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=File:This_is_God.png&amp;diff=609"/>
		<updated>2018-07-30T20:20:29Z</updated>

		<summary type="html">&lt;p&gt;Bwatson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;True image of god.&lt;/div&gt;</summary>
		<author><name>Bwatson</name></author>
	</entry>
</feed>