<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nigelreed.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nelgin</id>
	<title>Nigel&#039;s Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nigelreed.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nelgin"/>
	<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Special:Contributions/Nelgin"/>
	<updated>2026-05-07T13:50:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=VIM_Tips&amp;diff=95</id>
		<title>VIM Tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=VIM_Tips&amp;diff=95"/>
		<updated>2024-01-08T22:14:47Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: /* Convert all to upper or lower */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Convert all to upper or lower ====&lt;br /&gt;
&lt;br /&gt;
ggVG to select all&lt;br /&gt;
&lt;br /&gt;
Then U for upper or u for lower&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=VIM_Tips&amp;diff=94</id>
		<title>VIM Tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=VIM_Tips&amp;diff=94"/>
		<updated>2024-01-08T22:14:32Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;=== Convert all to upper or lower ===  ggVG to select all  Then U for upper or u for lower   Category:Linux&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Convert all to upper or lower ===&lt;br /&gt;
&lt;br /&gt;
ggVG to select all&lt;br /&gt;
&lt;br /&gt;
Then U for upper or u for lower&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=WiiU:wupclient&amp;diff=93</id>
		<title>WiiU:wupclient</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=WiiU:wupclient&amp;diff=93"/>
		<updated>2023-03-23T17:07:40Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some commands understood by wupclient.py&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ wupclient commands&lt;br /&gt;
|-&lt;br /&gt;
! command !! description&lt;br /&gt;
|-&lt;br /&gt;
| w.mkdir(&#039;path&#039;,&#039;flags&#039;) || Create a directory&lt;br /&gt;
|-&lt;br /&gt;
| w.cd(&#039;path&#039;) || Change directory&lt;br /&gt;
|-&lt;br /&gt;
| w.ls() || List current directory or provide a path&lt;br /&gt;
|-&lt;br /&gt;
| w.dldir(&#039;path to dir&#039;) || recursively download directory&lt;br /&gt;
|-&lt;br /&gt;
| w.cpdir(&#039;src path&#039;,&#039;dest path&#039;) || Copy a directory from source to destination&lt;br /&gt;
|-&lt;br /&gt;
| w.pwd() || print the current directory&lt;br /&gt;
|-&lt;br /&gt;
| w.cp(&#039;source&#039;,&#039;dest&#039;) || Copy source file to destination&lt;br /&gt;
|-&lt;br /&gt;
| w.dl(&#039;filename&#039;) || Download a file, provide optional path and local filename&lt;br /&gt;
|-&lt;br /&gt;
| w.mkdir_p(&#039;path&#039;) || Similar to mkdir -p to create all missing dirs in the path&lt;br /&gt;
|-&lt;br /&gt;
| w.stat(&#039;filename&#039;) || show stats of a file&lt;br /&gt;
|-&lt;br /&gt;
| w.up(&#039;filename&#039;) || upload a file. Provide optional new filename&lt;br /&gt;
|-&lt;br /&gt;
| w.dump_syslog() || display the current system log&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:WiiU]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=WiiU:wupclient&amp;diff=92</id>
		<title>WiiU:wupclient</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=WiiU:wupclient&amp;diff=92"/>
		<updated>2023-03-23T17:06:36Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;Some commands understood by wupclient.py  {| class=&amp;quot;wikitable&amp;quot; |+ wupclient commands |- ! command !! description |- | w.mkdir(&amp;#039;path&amp;#039;,&amp;#039;flags&amp;#039;) || Create a directory |- | w.cd(&amp;#039;path&amp;#039;) || Change directory |- | w.ls() || List current directory or provide a path |- | w.dldir(&amp;#039;path to dir&amp;#039;) || recursively download directory |- | w.cpdir(&amp;#039;src path&amp;#039;,&amp;#039;dest path&amp;#039;) || Copy a directory from source to destination |- | w.pwd() || print the current directory |- | w.cp(&amp;#039;source&amp;#039;,&amp;#039;dest&amp;#039;)...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some commands understood by wupclient.py&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ wupclient commands&lt;br /&gt;
|-&lt;br /&gt;
! command !! description&lt;br /&gt;
|-&lt;br /&gt;
| w.mkdir(&#039;path&#039;,&#039;flags&#039;) || Create a directory&lt;br /&gt;
|-&lt;br /&gt;
| w.cd(&#039;path&#039;) || Change directory&lt;br /&gt;
|-&lt;br /&gt;
| w.ls() || List current directory or provide a path&lt;br /&gt;
|-&lt;br /&gt;
| w.dldir(&#039;path to dir&#039;) || recursively download directory&lt;br /&gt;
|-&lt;br /&gt;
| w.cpdir(&#039;src path&#039;,&#039;dest path&#039;) || Copy a directory from source to destination&lt;br /&gt;
|-&lt;br /&gt;
| w.pwd() || print the current directory&lt;br /&gt;
|-&lt;br /&gt;
| w.cp(&#039;source&#039;,&#039;dest&#039;) || Copy source file to destination&lt;br /&gt;
|-&lt;br /&gt;
| w.dl(&#039;filename&#039;) || Download a file, provide optional path and local filename&lt;br /&gt;
|-&lt;br /&gt;
| w.mkdir_p(&#039;path&#039;) || Similar to mkdir -p to create all missing dirs in the path&lt;br /&gt;
|-&lt;br /&gt;
| w.stat(&#039;filename&#039;) || show stats of a file&lt;br /&gt;
|-&lt;br /&gt;
| w.up(&#039;filename&#039;) || upload a file. Provide optional new filename&lt;br /&gt;
|-&lt;br /&gt;
| w.dump_syslog() || display the current system log&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category::WiiU]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=WiiU:BackupSavedGames&amp;diff=91</id>
		<title>WiiU:BackupSavedGames</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=WiiU:BackupSavedGames&amp;diff=91"/>
		<updated>2023-03-23T16:50:29Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;Use wupclient.py to backup your games  Download wupclient.py from https://gist.github.com/GaryOderNichts/409672b1bd5627b9dc506fe0f812ec9e  Edit the ip address to connect to your WiiU that&amp;#039;s running recovery menu.  Run python -i wupclient.py  Once connected, run the command   w.dldir(&amp;#039;/vol/storage_mlc01/usr/save&amp;#039;)  wait...and wait...it&amp;#039;ll take a while.       Category:WiiU&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Use wupclient.py to backup your games&lt;br /&gt;
&lt;br /&gt;
Download wupclient.py from https://gist.github.com/GaryOderNichts/409672b1bd5627b9dc506fe0f812ec9e&lt;br /&gt;
&lt;br /&gt;
Edit the ip address to connect to your WiiU that&#039;s running recovery menu.&lt;br /&gt;
&lt;br /&gt;
Run python -i wupclient.py&lt;br /&gt;
&lt;br /&gt;
Once connected, run the command&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
w.dldir(&#039;/vol/storage_mlc01/usr/save&#039;)&lt;br /&gt;
&lt;br /&gt;
wait...and wait...it&#039;ll take a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WiiU]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=89</id>
		<title>Misc:Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=89"/>
		<updated>2021-12-16T00:23:22Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
These are my affiliate links. If you use them then I can get some free stuff and usually you&#039;ll also get some deal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TRAVEL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.booking.com/s/27_8/c7b13665&amp;lt;br&amp;gt;&lt;br /&gt;
$20 for you and $20 for me when you book using this booking.com link.&lt;br /&gt;
&lt;br /&gt;
https://www.airbnb.com/c/nigelr193?currency=USD&amp;lt;br&amp;gt;&lt;br /&gt;
Airbnb is great for finding accommodation away from hotels and motels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RIDES&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.uber.com/invite/nigelr299ue or use code nigelr299ue in app.&amp;lt;br&amp;gt;&lt;br /&gt;
Uber free rides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.lyft.com/invite/NRLYFT&amp;lt;br&amp;gt;&lt;br /&gt;
$15 in free Lyft credit.&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=88</id>
		<title>Misc:Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=88"/>
		<updated>2021-12-16T00:21:47Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
These are my affiliate links. If you use them then I can get some free stuff and usually you&#039;ll also get some deal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TRAVEL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.booking.com/s/27_8/c7b13665&amp;lt;br&amp;gt;&lt;br /&gt;
$20 for you and $20 for me when you book using this booking.com link.&lt;br /&gt;
&lt;br /&gt;
https://www.airbnb.com/c/nigelr193?currency=USD&amp;lt;br&amp;gt;&lt;br /&gt;
Airbnb is great for finding accommodation away from hotels and motels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RIDES&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.uber.com/invite/nigelr299ue or use code nigelr299ue in app.&amp;lt;br&amp;gt;&lt;br /&gt;
Uber free rides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.lyft.com/invite/NRLYFT&amp;lt;br&amp;gt;&lt;br /&gt;
$15 in free Lyft credit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HOSTING&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
https://woomhost.com/aff.php?aff=28528 web and VPS hosting.&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:Sensors_Fans&amp;diff=87</id>
		<title>Linux:Sensors Fans</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:Sensors_Fans&amp;diff=87"/>
		<updated>2021-06-23T18:13:05Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1, Find your model name:&lt;br /&gt;
&lt;br /&gt;
sudo dmidecode &amp;gt; sensors.txt&lt;br /&gt;
&lt;br /&gt;
open file and search&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(my sensor is IT8665E)&lt;br /&gt;
&lt;br /&gt;
    Management Device&lt;br /&gt;
    Description: ITE IT8665E&lt;br /&gt;
    Type: Other&lt;br /&gt;
    Address: 0x00000295&lt;br /&gt;
    Address Type: I/O Port&lt;br /&gt;
&lt;br /&gt;
2, Confirm that yours are listed at https://github.com/a1wong/it87 and then:&lt;br /&gt;
&lt;br /&gt;
git clone git clone https://github.com/a1wong/it87.git&lt;br /&gt;
&lt;br /&gt;
cd it87/&lt;br /&gt;
&lt;br /&gt;
make clean&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
sudo make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3, Get required program and add the drivers:&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;it87&amp;quot; | sudo tee -a /etc/modules #if you haven&#039;t done this already&lt;br /&gt;
&lt;br /&gt;
#you may have some of these already&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install git dkms build-essential linux-headers-generic&lt;br /&gt;
&lt;br /&gt;
sudo make dkms&lt;br /&gt;
&lt;br /&gt;
sensors&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:Sensors_Fans&amp;diff=86</id>
		<title>Linux:Sensors Fans</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:Sensors_Fans&amp;diff=86"/>
		<updated>2021-06-23T18:12:29Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;1, Find your model name: sudo dmidecode &amp;gt; sensors.txt open file and search  (my sensor is IT8665E)      Management Device     Description: ITE IT8665E     Type: Other     Addr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1, Find your model name:&lt;br /&gt;
sudo dmidecode &amp;gt; sensors.txt&lt;br /&gt;
open file and search&lt;br /&gt;
&lt;br /&gt;
(my sensor is IT8665E)&lt;br /&gt;
&lt;br /&gt;
    Management Device&lt;br /&gt;
    Description: ITE IT8665E&lt;br /&gt;
    Type: Other&lt;br /&gt;
    Address: 0x00000295&lt;br /&gt;
    Address Type: I/O Port&lt;br /&gt;
&lt;br /&gt;
2, Confirm that yours are listed at https://github.com/a1wong/it87 and then:&lt;br /&gt;
git clone git clone https://github.com/a1wong/it87.git&lt;br /&gt;
cd it87/&lt;br /&gt;
make clean&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
&lt;br /&gt;
3, Get required program and add the drivers:&lt;br /&gt;
echo &amp;quot;it87&amp;quot; | sudo tee -a /etc/modules #if you haven&#039;t done this already&lt;br /&gt;
#you may have some of these already&lt;br /&gt;
sudo apt-get install git dkms build-essential linux-headers-generic&lt;br /&gt;
sudo make dkms&lt;br /&gt;
sensors&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=83</id>
		<title>Misc:Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=83"/>
		<updated>2019-06-20T13:50:04Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
These are my affiliate links. If you use them then I can get some free stuff and usually you&#039;ll also get some deal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TRAVEL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.booking.com/s/27_8/c7b13665&amp;lt;br&amp;gt;&lt;br /&gt;
$20 for you and $20 for me when you book using this booking.com link.&lt;br /&gt;
&lt;br /&gt;
https://www.airbnb.com/c/nigelr193?currency=USD&amp;lt;br&amp;gt;&lt;br /&gt;
Airbnb is great for finding accommodation away from hotels and motels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RIDES&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.uber.com/invite/nigelr299ue or use code nigelr299ue in app.&amp;lt;br&amp;gt;&lt;br /&gt;
Uber free rides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.lyft.com/invite/NRLYFT&amp;lt;br&amp;gt;&lt;br /&gt;
$15 in free Lyft credit.&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=MediaWiki:Spam-whitelist&amp;diff=82</id>
		<title>MediaWiki:Spam-whitelist</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=MediaWiki:Spam-whitelist&amp;diff=82"/>
		<updated>2019-06-20T13:49:59Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt; # External URLs matching this list will *not* be blocked even if they would # have been blocked by blacklist entries. # # Syn...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# External URLs matching this list will *not* be blocked even if they would&lt;br /&gt;
# have been blocked by blacklist entries.&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside URLs&lt;br /&gt;
&lt;br /&gt;
\bairbnb\.com/c/&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=81</id>
		<title>Misc:Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=81"/>
		<updated>2019-06-20T13:23:47Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
These are my affiliate links. If you use them then I can get some free stuff and usually you&#039;ll also get some deal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TRAVEL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.booking.com/s/27_8/c7b13665&amp;lt;br&amp;gt;&lt;br /&gt;
$20 for you and $20 for me when you book using this booking.com link.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RIDES&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.uber.com/invite/nigelr299ue or use code nigelr299ue in app.&amp;lt;br&amp;gt;&lt;br /&gt;
Uber free rides&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.lyft.com/invite/NRLYFT&amp;lt;br&amp;gt;&lt;br /&gt;
$15 in free Lyft credit.&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=80</id>
		<title>Misc:Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Links&amp;diff=80"/>
		<updated>2019-06-20T13:22:22Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;Category:Misc  These are my affiliate links. If you use them then I can get some free stuff and usually you&amp;#039;ll also get some deal.   &amp;#039;&amp;#039;&amp;#039;TRAVEL&amp;#039;&amp;#039;&amp;#039;  http://www.booking.com/s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
These are my affiliate links. If you use them then I can get some free stuff and usually you&#039;ll also get some deal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TRAVEL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.booking.com/s/27_8/c7b13665&amp;lt;br&amp;gt;&lt;br /&gt;
$20 for you and $20 for me when you book using this booking.com link.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RIDES&#039;&#039;&#039;&lt;br /&gt;
https://www.uber.com/invite/nigelr299ue or use code nigelr299ue in app.&amp;lt;br&amp;gt;&lt;br /&gt;
Uber free rides&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.lyft.com/invite/NRLYFT&lt;br /&gt;
$15 in free Lyft credit.&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=79</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=79"/>
		<updated>2019-03-13T19:22:03Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jerry Caponera &amp;lt;jerry@nehemiahsecurity.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sarah Marks (smarks) &amp;lt;Sarah.Marks@quest.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ali - HARPBenefits &amp;lt;info@newratehub.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Joshua S. HARPSurvey &amp;lt;info@quickratenow.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
info@debterasers.us&lt;br /&gt;
&lt;br /&gt;
Brooklyn - HARPQuiz &amp;lt;contact@calculatedsol.us&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Laura Lilyquist &amp;lt;laurall@drivescale.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Madeline Jecklin &amp;lt;madeline@ai4conferences.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
customersupport@onlinecompliancepanel.com&lt;br /&gt;
&lt;br /&gt;
Austin Lokre &amp;lt;austin@signalfx.io&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=78</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=78"/>
		<updated>2019-03-12T18:53:00Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jerry Caponera &amp;lt;jerry@nehemiahsecurity.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sarah Marks (smarks) &amp;lt;Sarah.Marks@quest.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ali - HARPBenefits &amp;lt;info@newratehub.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Joshua S. HARPSurvey &amp;lt;info@quickratenow.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
info@debterasers.us&lt;br /&gt;
&lt;br /&gt;
Brooklyn - HARPQuiz &amp;lt;contact@calculatedsol.us&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Laura Lilyquist &amp;lt;laurall@drivescale.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Madeline Jecklin &amp;lt;madeline@ai4conferences.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
customersupport@onlinecompliancepanel.com&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=77</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=77"/>
		<updated>2019-03-12T18:27:02Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jerry Caponera &amp;lt;jerry@nehemiahsecurity.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sarah Marks (smarks) &amp;lt;Sarah.Marks@quest.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ali - HARPBenefits &amp;lt;info@newratehub.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Joshua S. HARPSurvey &amp;lt;info@quickratenow.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
info@debterasers.us&lt;br /&gt;
&lt;br /&gt;
Brooklyn - HARPQuiz &amp;lt;contact@calculatedsol.us&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Laura Lilyquist &amp;lt;laurall@drivescale.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Madeline Jecklin &amp;lt;madeline@ai4conferences.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=76</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=76"/>
		<updated>2019-03-12T15:30:47Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jerry Caponera &amp;lt;jerry@nehemiahsecurity.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sarah Marks (smarks) &amp;lt;Sarah.Marks@quest.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ali - HARPBenefits &amp;lt;info@newratehub.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Joshua S. HARPSurvey &amp;lt;info@quickratenow.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
info@debterasers.us&lt;br /&gt;
&lt;br /&gt;
Brooklyn - HARPQuiz &amp;lt;contact@calculatedsol.us&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Laura Lilyquist &amp;lt;laurall@drivescale.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=75</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=75"/>
		<updated>2019-02-21T21:01:32Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sarah Marks (smarks) &amp;lt;Sarah.Marks@quest.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ali - HARPBenefits &amp;lt;info@newratehub.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Joshua S. HARPSurvey &amp;lt;info@quickratenow.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
info@debterasers.us&lt;br /&gt;
&lt;br /&gt;
Brooklyn - HARPQuiz &amp;lt;contact@calculatedsol.us&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Laura Lilyquist &amp;lt;laurall@drivescale.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=74</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=74"/>
		<updated>2018-12-12T17:50:04Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sarah Marks (smarks) &amp;lt;Sarah.Marks@quest.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ali - HARPBenefits &amp;lt;info@newratehub.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Joshua S. HARPSurvey &amp;lt;info@quickratenow.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
info@debterasers.us&lt;br /&gt;
&lt;br /&gt;
Brooklyn - HARPQuiz &amp;lt;contact@calculatedsol.us&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=73</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=73"/>
		<updated>2018-12-12T02:44:25Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ali - HARPBenefits &amp;lt;info@newratehub.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Joshua S. HARPSurvey &amp;lt;info@quickratenow.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
info@debterasers.us&lt;br /&gt;
&lt;br /&gt;
Brooklyn - HARPQuiz &amp;lt;contact@calculatedsol.us&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=72</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=72"/>
		<updated>2018-12-11T23:58:33Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brooklyn - VABenefits Survey &amp;lt;info@calculatedsolutions.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=71</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=71"/>
		<updated>2018-12-07T18:57:22Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt; - Prolific offender #1&lt;br /&gt;
&lt;br /&gt;
Fortinet &amp;lt;info@demand.fortinet.com&amp;gt; - Prolific offender #2&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jsmith@argyleforum.com&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Dan LaBianca &amp;lt;dlabianca@Converge360.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progress &amp;lt;progresssoftware@businessmaking.progress.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Binary Tree &amp;lt;marketing@binarytree.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ixia, a Keysight Business &amp;lt;contact_us@ixiacom.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aditum &amp;lt;rnapoli@aditumpartners.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge Resources &amp;lt;resources@resources.source-forge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kenny at 128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jillian Smith &amp;lt;customercare@argyleannouncements.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=70</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=70"/>
		<updated>2018-10-18T15:34:51Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;kdellovo@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=69</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=69"/>
		<updated>2018-10-17T18:56:41Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dayna Klein &amp;lt;dayna_klein@idg.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=68</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=68"/>
		<updated>2018-10-16T16:47:06Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NVMe Developer Days &amp;lt;NVMe_Developer_Days@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apptricity &amp;lt;solutions=apptricity.com@sp08b.hubspotemail.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mike Healy &amp;lt;mike@techtalksummits.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=67</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=67"/>
		<updated>2018-10-16T16:43:41Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verkada Team &amp;lt;team@verkada.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=66</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=66"/>
		<updated>2018-10-15T18:24:05Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flash Memory Summit &amp;lt;Flash_Memory_Summit@mail.vresp.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=65</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=65"/>
		<updated>2018-10-15T18:18:33Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
All these accounts listed below have emailed me commercial spam, or added me to their mailing list without any consent. In no way do I suggest that web scraping bots take their email addresses and add them to their own spam mailing lists so they suffer the same fate that I have, but these things have been known to happen on the internet and I can&#039;t really stop that from happening. &lt;br /&gt;
&lt;br /&gt;
While it does take time and effort to wade out these spammers from my email, copy and paste their email address, log into my website to do all this, I may be willing to remove individual addresses for a nominal consideration for my time and effort in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019 AHR Expo &amp;lt;Sapphire@iqmailer.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Samantha Pokorny &amp;lt;marketing@elo.argyleforum.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Numerify &amp;lt;info@numerify.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=64</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=64"/>
		<updated>2018-10-15T13:57:31Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Misc]]&lt;br /&gt;
&lt;br /&gt;
Feel free to sign these people up since they did it to me without my permission. &lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Michael Webster &amp;lt;michael.webster@stormwind.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=63</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=63"/>
		<updated>2018-10-04T17:47:12Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to sign these people up since they did it to me without my permission. &lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Johnnie Grant III | PATTON Electronics &amp;lt;jgrant@patton.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=62</id>
		<title>Misc:Spammers</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Misc:Spammers&amp;diff=62"/>
		<updated>2018-10-04T17:24:33Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;Feel free to sign these people up since they did it to me without my permission.   Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;  Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to sign these people up since they did it to me without my permission. &lt;br /&gt;
&lt;br /&gt;
Karen Commons &amp;lt;kcommons@lexmachina.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Palo Alto Networks &amp;lt;hello@emails.paloaltonetworks.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Governance Journal &amp;lt;journaleditor@itgovernancejournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
128 Technology &amp;lt;info@128technology.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CAMP IT Conferences &amp;lt;deb@campconferences.co&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandon Graff &amp;lt;bgraff@paviliondata.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Susan Osterlitz &amp;lt;ciodallas@argyleannouncements.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Office Journal &amp;lt;journaleditor@pmojournal.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ellie Soleymani &amp;lt;ellie.soleymani@mobilelabsinc.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brandy Hughes &amp;lt;brandy.hughes@fiberlight.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
William Meyers  &amp;lt;wmeyers=definedlogic.com@mail195.atl221.rsgsv.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
IT Roadmap Moderator Derek Hulitzky &amp;lt;derekhulitzky@nww.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sales@h11dfs.com&lt;br /&gt;
&lt;br /&gt;
Dana Basilone, Pegasystems &amp;lt;pegasolutions@reply.pega.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark Jones &amp;lt;cmo@neudesic.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jarra Gruen &amp;lt;jgruen@mdsny.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
David La &amp;lt;david.la@bigswitch.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cloud Syntrix &amp;lt;slacey@procloud365.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cara Moyle &amp;lt;cmoyle@ziaconsulting.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tracy Reger &amp;lt;tracy.reger@eduspros.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Henry Schuck &amp;lt;henry@grow.discoverorg.com&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Recipes:HerbDijobPrimeRibRub&amp;diff=61</id>
		<title>Recipes:HerbDijobPrimeRibRub</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Recipes:HerbDijobPrimeRibRub&amp;diff=61"/>
		<updated>2018-05-12T22:06:45Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What You&#039;ll Need&lt;br /&gt;
&lt;br /&gt;
1/3 cup/80 mL mustard (Dijon)&lt;br /&gt;
&lt;br /&gt;
2 cloves garlic (minced)&lt;br /&gt;
&lt;br /&gt;
2 tablespoons/30 mL oregano (fresh, finely chopped)&lt;br /&gt;
&lt;br /&gt;
1 tablespoon/15 mL marjoram (fresh, chopped)&lt;br /&gt;
&lt;br /&gt;
2 teaspoons/10 mL thyme (fresh)&lt;br /&gt;
&lt;br /&gt;
1 teaspoon/5 mL rosemary (fresh, chopped)&lt;br /&gt;
&lt;br /&gt;
Optional: 1 tablespoon/15 mL mustard (stone ground)&lt;br /&gt;
&lt;br /&gt;
1 tablespoon/15 mL salt (use more if roast is large)&lt;br /&gt;
&lt;br /&gt;
1 teaspoon/5 mL onion powder&lt;br /&gt;
&lt;br /&gt;
1 teaspoon/5 mL black pepper (coarse ground)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to Make It&lt;br /&gt;
&lt;br /&gt;
Combine all ingredients in a small bowl.&lt;br /&gt;
&lt;br /&gt;
Apply wet rub all over prime rib roast and cook as directed.&lt;br /&gt;
&lt;br /&gt;
You can prepare this mixture, cover and let sit for 15-20 minutes before using.&lt;br /&gt;
&lt;br /&gt;
This allows the flavors to meld properly.&lt;br /&gt;
&lt;br /&gt;
Store mixture in an airtight container in the refrigerator for up to three days after preparation.&lt;br /&gt;
&lt;br /&gt;
Double recipe if you are cooking a very large roast, otherwise, this amount works well for a four bone rib roast.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
https://www.thespruceeats.com/herb-dijon-prime-rib-rub-335874&lt;br /&gt;
&lt;br /&gt;
[[Category:Recipies]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Recipes:HerbDijobPrimeRibRub&amp;diff=60</id>
		<title>Recipes:HerbDijobPrimeRibRub</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Recipes:HerbDijobPrimeRibRub&amp;diff=60"/>
		<updated>2018-05-12T22:06:14Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
What You&#039;ll Need&lt;br /&gt;
1/3 cup/80 mL mustard (Dijon)&lt;br /&gt;
2 cloves garlic (minced)&lt;br /&gt;
2 tablespoons/30 mL oregano (fresh, finely chopped)&lt;br /&gt;
1 tablespoon/15 mL marjoram (fresh, chopped)&lt;br /&gt;
2 teaspoons/10 mL thyme (fresh)&lt;br /&gt;
1 teaspoon/5 mL rosemary (fresh, chopped)&lt;br /&gt;
Optional: 1 tablespoon/15 mL mustard (stone ground)&lt;br /&gt;
1 tablespoon/15 mL salt (use more if roast is large)&lt;br /&gt;
1 teaspoon/5 mL onion powder&lt;br /&gt;
1 teaspoon/5 mL black pepper (coarse ground)&lt;br /&gt;
&lt;br /&gt;
How to Make It&lt;br /&gt;
Combine all ingredients in a small bowl.&lt;br /&gt;
Apply wet rub all over prime rib roast and cook as directed.&lt;br /&gt;
You can prepare this mixture, cover and let sit for 15-20 minutes before using.&lt;br /&gt;
This allows the flavors to meld properly.&lt;br /&gt;
Store mixture in an airtight container in the refrigerator for up to three days after preparation.&lt;br /&gt;
Double recipe if you are cooking a very large roast, otherwise, this amount works well for a four bone rib roast.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
https://www.thespruceeats.com/herb-dijon-prime-rib-rub-335874&lt;br /&gt;
&lt;br /&gt;
[[Category:Recipies]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Recipes:HerbDijobPrimeRibRub&amp;diff=59</id>
		<title>Recipes:HerbDijobPrimeRibRub</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Recipes:HerbDijobPrimeRibRub&amp;diff=59"/>
		<updated>2018-05-12T22:05:20Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;What You&amp;#039;ll Need 1/3 cup/80 mL mustard (Dijon) 2 cloves garlic (minced) 2 tablespoons/30 mL oregano (fresh, finely chopped) 1 tablespoon/15 mL marjoram (fresh, chopped) 2 teas...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What You&#039;ll Need&lt;br /&gt;
1/3 cup/80 mL mustard (Dijon)&lt;br /&gt;
2 cloves garlic (minced)&lt;br /&gt;
2 tablespoons/30 mL oregano (fresh, finely chopped)&lt;br /&gt;
1 tablespoon/15 mL marjoram (fresh, chopped)&lt;br /&gt;
2 teaspoons/10 mL thyme (fresh)&lt;br /&gt;
1 teaspoon/5 mL rosemary (fresh, chopped)&lt;br /&gt;
Optional: 1 tablespoon/15 mL mustard (stone ground)&lt;br /&gt;
1 tablespoon/15 mL salt (use more if roast is large)&lt;br /&gt;
1 teaspoon/5 mL onion powder&lt;br /&gt;
1 teaspoon/5 mL black pepper (coarse ground)&lt;br /&gt;
&lt;br /&gt;
How to Make It&lt;br /&gt;
Combine all ingredients in a small bowl.&lt;br /&gt;
Apply wet rub all over prime rib roast and cook as directed.&lt;br /&gt;
You can prepare this mixture, cover and let sit for 15-20 minutes before using.&lt;br /&gt;
This allows the flavors to meld properly.&lt;br /&gt;
Store mixture in an airtight container in the refrigerator for up to three days after preparation.&lt;br /&gt;
Double recipe if you are cooking a very large roast, otherwise, this amount works well for a four bone rib roast.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
https://www.thespruceeats.com/herb-dijon-prime-rib-rub-335874&lt;br /&gt;
&lt;br /&gt;
[[Category:Recipies]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:mdadmReaddDisk&amp;diff=58</id>
		<title>Linux:mdadmReaddDisk</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:mdadmReaddDisk&amp;diff=58"/>
		<updated>2018-04-15T02:51:23Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If /proc/mdstat shows a disk is missing then it can be readded&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  mdadm --manage /dev/md126 --re-add /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
  mdadm --manage /dev/md127 --re-add /dev/sdb2&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:mdadmReaddDisk&amp;diff=57</id>
		<title>Linux:mdadmReaddDisk</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:mdadmReaddDisk&amp;diff=57"/>
		<updated>2018-04-15T02:51:14Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If /proc/mdstat shows a disk is missing then it can be readded&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  mdadm --manage /dev/md126 --re-add /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
  mdadm --manage /dev/md127 --re-add /dev/sdb2&lt;br /&gt;
&lt;br /&gt;
[]Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:mdadmReaddDisk&amp;diff=56</id>
		<title>Linux:mdadmReaddDisk</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:mdadmReaddDisk&amp;diff=56"/>
		<updated>2018-04-15T02:50:57Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;If /proc/mdstat shows a disk is missing then it can be readded     mdadm --manage /dev/md126 --re-add /dev/sdb1    mdadm --manage /dev/md127 --re-add /dev/sdb2  [Category:Linux]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If /proc/mdstat shows a disk is missing then it can be readded&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  mdadm --manage /dev/md126 --re-add /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
  mdadm --manage /dev/md127 --re-add /dev/sdb2&lt;br /&gt;
&lt;br /&gt;
[Category:Linux]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Nigel%27s_Wiki:Linux:CentOS_7_Single_User&amp;diff=55</id>
		<title>Nigel&#039;s Wiki:Linux:CentOS 7 Single User</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Nigel%27s_Wiki:Linux:CentOS_7_Single_User&amp;diff=55"/>
		<updated>2018-03-15T06:43:57Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Nelgin moved page Nigel&amp;#039;s Wiki:Linux:CentOS 7 Single User to Linux:CentOS 7 Single User&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Linux:CentOS 7 Single User]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:CentOS_7_Single_User&amp;diff=54</id>
		<title>Linux:CentOS 7 Single User</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:CentOS_7_Single_User&amp;diff=54"/>
		<updated>2018-03-15T06:43:57Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Nelgin moved page Nigel&amp;#039;s Wiki:Linux:CentOS 7 Single User to Linux:CentOS 7 Single User&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to startup single user rescue mode with lvm.&lt;br /&gt;
&lt;br /&gt;
Enter the grub boot menu and look for linux16 and change &amp;quot;ro&amp;quot; to &amp;quot;rw init=sysroot/bin/sh&amp;quot; then CTRL-X to start up&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to mount some filesystems&lt;br /&gt;
&lt;br /&gt;
  mount -t proc none /sysroot/proc&lt;br /&gt;
  mount -t sysfs none /sysroot/sys&lt;br /&gt;
  mount -o bind /dev /sysroot/dev&lt;br /&gt;
&lt;br /&gt;
Now let&#039;s discover our LVMS if you have separate /var, /home, or other fs you want to work with&lt;br /&gt;
&lt;br /&gt;
  lvm vgscan -v&lt;br /&gt;
  lvm vgchange -a y&lt;br /&gt;
  lvm lvscan -v --all&lt;br /&gt;
&lt;br /&gt;
After this I had to run vgscan again. I&#039;m not sure it made the nodes the first time.&lt;br /&gt;
&lt;br /&gt;
  lvm vgscan -v --mknodes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you can mount any filesystems. This will vary with your vg names of course&lt;br /&gt;
&lt;br /&gt;
  mount /dev/vg00/lv.var /sysroot/var&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got everything mounted you can chroot&lt;br /&gt;
&lt;br /&gt;
  chroot /sysroot&lt;br /&gt;
&lt;br /&gt;
Remember to drop back out of sysroot and umount your filesystems before rebooting.&lt;br /&gt;
&lt;br /&gt;
Hope this helps someone.&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:CentOS_7_Single_User&amp;diff=53</id>
		<title>Linux:CentOS 7 Single User</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:CentOS_7_Single_User&amp;diff=53"/>
		<updated>2018-03-15T06:43:16Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Nelgin moved page Category:Linux:CEntOS 7 Single User to Nigel&amp;#039;s Wiki:Linux:CentOS 7 Single User without leaving a redirect: Put in the wrong place&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to startup single user rescue mode with lvm.&lt;br /&gt;
&lt;br /&gt;
Enter the grub boot menu and look for linux16 and change &amp;quot;ro&amp;quot; to &amp;quot;rw init=sysroot/bin/sh&amp;quot; then CTRL-X to start up&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to mount some filesystems&lt;br /&gt;
&lt;br /&gt;
  mount -t proc none /sysroot/proc&lt;br /&gt;
  mount -t sysfs none /sysroot/sys&lt;br /&gt;
  mount -o bind /dev /sysroot/dev&lt;br /&gt;
&lt;br /&gt;
Now let&#039;s discover our LVMS if you have separate /var, /home, or other fs you want to work with&lt;br /&gt;
&lt;br /&gt;
  lvm vgscan -v&lt;br /&gt;
  lvm vgchange -a y&lt;br /&gt;
  lvm lvscan -v --all&lt;br /&gt;
&lt;br /&gt;
After this I had to run vgscan again. I&#039;m not sure it made the nodes the first time.&lt;br /&gt;
&lt;br /&gt;
  lvm vgscan -v --mknodes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you can mount any filesystems. This will vary with your vg names of course&lt;br /&gt;
&lt;br /&gt;
  mount /dev/vg00/lv.var /sysroot/var&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got everything mounted you can chroot&lt;br /&gt;
&lt;br /&gt;
  chroot /sysroot&lt;br /&gt;
&lt;br /&gt;
Remember to drop back out of sysroot and umount your filesystems before rebooting.&lt;br /&gt;
&lt;br /&gt;
Hope this helps someone.&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:CentOS_7_Single_User&amp;diff=52</id>
		<title>Linux:CentOS 7 Single User</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:CentOS_7_Single_User&amp;diff=52"/>
		<updated>2018-03-15T06:40:14Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;How to startup single user rescue mode with lvm.  Enter the grub boot menu and look for linux16 and change &amp;quot;ro&amp;quot; to &amp;quot;rw init=sysroot/bin/sh&amp;quot; then CTRL-X to start up  You&amp;#039;ll nee...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to startup single user rescue mode with lvm.&lt;br /&gt;
&lt;br /&gt;
Enter the grub boot menu and look for linux16 and change &amp;quot;ro&amp;quot; to &amp;quot;rw init=sysroot/bin/sh&amp;quot; then CTRL-X to start up&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to mount some filesystems&lt;br /&gt;
&lt;br /&gt;
  mount -t proc none /sysroot/proc&lt;br /&gt;
  mount -t sysfs none /sysroot/sys&lt;br /&gt;
  mount -o bind /dev /sysroot/dev&lt;br /&gt;
&lt;br /&gt;
Now let&#039;s discover our LVMS if you have separate /var, /home, or other fs you want to work with&lt;br /&gt;
&lt;br /&gt;
  lvm vgscan -v&lt;br /&gt;
  lvm vgchange -a y&lt;br /&gt;
  lvm lvscan -v --all&lt;br /&gt;
&lt;br /&gt;
After this I had to run vgscan again. I&#039;m not sure it made the nodes the first time.&lt;br /&gt;
&lt;br /&gt;
  lvm vgscan -v --mknodes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you can mount any filesystems. This will vary with your vg names of course&lt;br /&gt;
&lt;br /&gt;
  mount /dev/vg00/lv.var /sysroot/var&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got everything mounted you can chroot&lt;br /&gt;
&lt;br /&gt;
  chroot /sysroot&lt;br /&gt;
&lt;br /&gt;
Remember to drop back out of sysroot and umount your filesystems before rebooting.&lt;br /&gt;
&lt;br /&gt;
Hope this helps someone.&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=51</id>
		<title>Windows:MoveOutlookOST</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=51"/>
		<updated>2018-02-08T20:19:03Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I recently built a new computer and in the process my main profile name changed. My old computer used a local account &amp;quot;nigelreed&amp;quot; and the new one using an online account &amp;quot;nigel&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When I imported the registry and moved the ost I found I was getting error messages.&lt;br /&gt;
&lt;br /&gt;
Outlook data file cannot be accessed was one of them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s actually a simple, but time consuming fix and you need to be familiar with ASCII codes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the old system, export HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook&lt;br /&gt;
&lt;br /&gt;
If you already pulled the disk to copy your data you can run regedit and load the NTUSER.DAT from the home directory into the HKEY_USERS section. Just select HKEY_USERS then File &amp;gt; Load Hive and select the NTUSER.DAT file. Browse to \Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook and export it to a .reg file. We&#039;ll use profile.reg for now. Make a copy so we can go back in case anything gets messed up.&lt;br /&gt;
&lt;br /&gt;
Open profile.reg in notepad.&lt;br /&gt;
&lt;br /&gt;
Now, you&#039;ll have to find the hexadecimal ascii value of your old profile. The gotchya is that each letter is separated by a null value.&lt;br /&gt;
&lt;br /&gt;
Use the website https://www.binaryhexconverter.com/ascii-text-to-hex-converter to help convert your text to hex based ascii.&lt;br /&gt;
&lt;br /&gt;
For example, my profile was nigelreed so I&#039;m going to get the slashes before and after. Remember profiles are case sensitive. nigelreed is not the same as NigelReed&lt;br /&gt;
&lt;br /&gt;
\nigelreed\&lt;br /&gt;
&lt;br /&gt;
Results in 5c 6e 69 67 65 6c 72 65 65 64 5c &lt;br /&gt;
&lt;br /&gt;
So in the profiles.reg file I&#039;m going to be looking for any occurrence of 5c,00,6e,00,69,00,67,00,65,00,6c,00,72,00,65,00,65,00,64,00,5c  &lt;br /&gt;
&lt;br /&gt;
My new profile is just &amp;quot;nigel&amp;quot; so I&#039;d want to go through and remove &amp;quot;72,00,65,00,65,00,64,00,&amp;quot;, however my domain name is also nigelreed so I have to be careful not to remove the wrong ones. Look for your profile name between &amp;quot;5c&amp;quot; since this will most likely be your path.&lt;br /&gt;
&lt;br /&gt;
Another gotchya is that this string of characters could be split over 2 lines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,&#039;&#039;&#039;72,00,65,00,65,00,64,00,\&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;5c&#039;&#039;&#039;,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
In the above example you can see that the slash is on the next line.&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,\&lt;br /&gt;
 5c,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So I just removed the &amp;quot;reed&amp;quot; portion. It doesn&#039;t matter how many characters are on a line so you can have more or less.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your profile name is completely different, go back to the ascii text webpage and put in your new profile name and convert.&lt;br /&gt;
Open another notepad and paste the hex ascii and insert your commas and null 00 values. You can then paste this between the 5c,00, values.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say the new profile was &amp;quot;FredBloggs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This converts to&lt;br /&gt;
&lt;br /&gt;
46 72 65 64 42 6c 6f 67 67 73&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you need to make it look like this:&lt;br /&gt;
&lt;br /&gt;
46,00,72,00,65,00,64,00,42,00,6c,00,6f,00,67,00,67,00,73,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then replace your old profile between the leading 5c,00 and trailing 5c in the path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once that is done, also make sure all your keys include HKEY_CURRENT_USER&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook]&amp;lt;br&amp;gt;&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook\062512c81d7d644087505c2b8d9ad736]&lt;br /&gt;
&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
You can press CTRL H in Notepad to go a global search and replace. Make sure your cursor is at the top of the file first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, you can now import the registry key. Run&lt;br /&gt;
&lt;br /&gt;
regedit profile.reg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point go into Control Panel &amp;gt; Mail (Microsoft Outlook) and look at &amp;quot;Data Files&amp;quot;. They should all now be pointing to your new location. If the data looks corrupt (possibly Chinese or odd ascii characters) then you messed up your profile.reg. Don&#039;t panic, see if you can fix it or copy over the backup file start again and re-import into the registry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this stage you may load Outlook. It may complain about passwords for IMAP/POP3 accounts so just go into Account Settings within Outlook and enter the password. Exchange accounts should popup with a password box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Of course, YMMV but this did work for me without having to delete, recreate, or anything else with my .ost files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=50</id>
		<title>Windows:MoveOutlookOST</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=50"/>
		<updated>2018-02-08T17:36:47Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I recently built a new computer and in the process my main profile name changed. My old computer used a local account &amp;quot;nigelreed&amp;quot; and the new one using an online account &amp;quot;nigel&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When I imported the registry and moved the ost I found I was getting error messages.&lt;br /&gt;
&lt;br /&gt;
Outlook data file cannot be accessed was one of them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s actually a simple, but time consuming fix and you need to be familiar with ASCII codes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the old system, export HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook&lt;br /&gt;
&lt;br /&gt;
If you already pulled the disk to copy your data you can run regedit and load the NTUSER.DAT from the home directory into the HKEY_USERS section. Just select HKEY_USERS then File &amp;gt; Load Hive and select the NTUSER.DAT file. Browse to \Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook and export it to a .reg file. We&#039;ll use profile.reg for now. Make a copy so we can go back in case anything gets messed up.&lt;br /&gt;
&lt;br /&gt;
Open profile.reg in notepad.&lt;br /&gt;
&lt;br /&gt;
Now, you&#039;ll have to find the hexadecimal ascii value of your old profile. The gotchya is that each letter is separated by a null value.&lt;br /&gt;
&lt;br /&gt;
Use the website https://www.binaryhexconverter.com/ascii-text-to-hex-converter to help convert your text to hex based ascii.&lt;br /&gt;
&lt;br /&gt;
For example, my profile was nigelreed so I&#039;m going to get the slashes before and after. Remember profiles are case sensitive. nigelreed is not the same as NigelReed&lt;br /&gt;
&lt;br /&gt;
\nigelreed\&lt;br /&gt;
&lt;br /&gt;
Results in 5c 6e 69 67 65 6c 72 65 65 64 5c &lt;br /&gt;
&lt;br /&gt;
So in the profiles.reg file I&#039;m going to be looking for any occurrence of 5c,00,6e,00,69,00,67,00,65,00,6c,00,72,00,65,00,65,00,64,00,5c  &lt;br /&gt;
&lt;br /&gt;
My new profile is just &amp;quot;nigel&amp;quot; so I&#039;d want to go through and remove &amp;quot;72,00,65,00,65,00,64,00,&amp;quot;, however my domain name is also nigelreed so I have to be careful not to remove the wrong ones. Look for your profile name between &amp;quot;5c&amp;quot; since this will most likely be your path.&lt;br /&gt;
&lt;br /&gt;
Another gotchya is that this string of characters could be split over 2 lines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,&#039;&#039;&#039;72,00,65,00,65,00,64,00,\&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;5c&#039;&#039;&#039;,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
In the above example you can see that the slash is on the next line.&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,\&lt;br /&gt;
 5c,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So I just removed the &amp;quot;reed&amp;quot; portion. It doesn&#039;t matter how many characters are on a line so you can have more or less.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your profile name is completely different, go back to the ascii text webpage and put in your new profile name and convert.&lt;br /&gt;
Open another notepad and paste the hex ascii and insert your commas and null 00 values. You can then paste this between the 5c,00, values.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say the new profile was &amp;quot;FredBloggs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This converts to&lt;br /&gt;
&lt;br /&gt;
46 72 65 64 42 6c 6f 67 67 73&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you need to make it look like this:&lt;br /&gt;
&lt;br /&gt;
46,00,72,00,65,00,64,00,42,00,6c,00,6f,00,67,00,67,00,73,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then replace your old profile between the leading 5c,00 and trailing 5c in the path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once that is done, also make sure all your keys include HKEY_CURRENT_USER&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook]&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook\062512c81d7d644087505c2b8d9ad736]&lt;br /&gt;
&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
You can press CTRL H in Notepad to go a global search and replace. Make sure your cursor is at the top of the file first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, you can now import the registry key. Run&lt;br /&gt;
&lt;br /&gt;
regedit profile.reg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point go into Control Panel &amp;gt; Mail (Microsoft Outlook) and look at &amp;quot;Data Files&amp;quot;. They should all now be pointing to your new location. If the data looks corrupt (possibly Chinese or odd ascii characters) then you messed up your profile.reg. Don&#039;t panic, see if you can fix it or copy over the backup file start again and re-import into the registry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this stage you may load Outlook. It may complain about passwords for IMAP/POP3 accounts so just go into Account Settings within Outlook and enter the password. Exchange accounts should popup with a password box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Of course, YMMV but this did work for me without having to delete, recreate, or anything else with my .ost files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=49</id>
		<title>Windows:MoveOutlookOST</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=49"/>
		<updated>2018-02-08T17:35:23Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I recently built a new computer and in the process my main profile name changed. My old computer used a local account &amp;quot;nigelreed&amp;quot; and the new one using an online account &amp;quot;nigel&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When I imported the registry and moved the ost I found I was getting error messages.&lt;br /&gt;
&lt;br /&gt;
Outlook data file cannot be accessed was one of them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s actually a simple, but time consuming fix and you need to be familiar with ASCII codes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the old system, export HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook&lt;br /&gt;
&lt;br /&gt;
If you already pulled the disk to copy your data you can run regedit and load the NTUSER.DAT from the home directory into the HKEY_USERS section. Just select HKEY_USERS then File &amp;gt; Load Hive and select the NTUSER.DAT file. Browse to \Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook and export it to a .reg file. We&#039;ll use profile.reg for now. Make a copy so we can go back in case anything gets messed up.&lt;br /&gt;
&lt;br /&gt;
Open profile.reg in notepad.&lt;br /&gt;
&lt;br /&gt;
Now, you&#039;ll have to find the hexadecimal ascii value of your old profile. The gotchya is that each letter is separated by a null value.&lt;br /&gt;
&lt;br /&gt;
Use the website https://www.binaryhexconverter.com/ascii-text-to-hex-converter to help convert your text to hex based ascii.&lt;br /&gt;
&lt;br /&gt;
For example, my profile was nigelreed so I&#039;m going to get the slashes before and after. Remember profiles are case sensitive. nigelreed is not the same as NigelReed&lt;br /&gt;
&lt;br /&gt;
\nigelreed\&lt;br /&gt;
&lt;br /&gt;
Results in 5c 6e 69 67 65 6c 72 65 65 64 5c &lt;br /&gt;
&lt;br /&gt;
So in the profiles.reg file I&#039;m going to be looking for any occurrence of 5c,00,6e,00,69,00,67,00,65,00,6c,00,72,00,65,00,65,00,64,00,5c  &lt;br /&gt;
&lt;br /&gt;
My new profile is just &amp;quot;nigel&amp;quot; so I&#039;d want to go through and remove &amp;quot;72,00,65,00,65,00,64,00,&amp;quot;, however my domain name is also nigelreed so I have to be careful not to remove the wrong ones. Look for your profile name between &amp;quot;5c&amp;quot; since this will most likely be your path.&lt;br /&gt;
&lt;br /&gt;
Another gotchya is that this string of characters could be split over 2 lines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,&#039;&#039;&#039;72,00,65,00,65,00,64,00,\&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;5c&#039;&#039;&#039;,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
In the above example you can see that the slash is on the next line.&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,\&lt;br /&gt;
 5c,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So I just removed the &amp;quot;reed&amp;quot; portion. It doesn&#039;t matter how many characters are on a line so you can have more or less.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your profile name is completely different, go back to the ascii text webpage and put in your new profile name and convert.&lt;br /&gt;
Open another notepad and paste the hex ascii and insert your commas and null 00 values. You can then paste this between the 5c,00, values.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say the new profile was &amp;quot;FredBloggs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This converts to&lt;br /&gt;
&lt;br /&gt;
46 72 65 64 42 6c 6f 67 67 73&amp;lt;br&amp;gt; &lt;br /&gt;
F  r  e  d  B  l  o  g  g  s&lt;br /&gt;
&lt;br /&gt;
Now you need to make it look like this:&lt;br /&gt;
&lt;br /&gt;
46,00,72,00,65,00,64,00,42,00,6c,00,6f,00,67,00,67,00,73,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then replace your old profile between the leading 5c,00 and trailing 5c in the path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once that is done, also make sure all your keys include HKEY_CURRENT_USER&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook]&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook\062512c81d7d644087505c2b8d9ad736]&lt;br /&gt;
&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
You can press CTRL H in Notepad to go a global search and replace. Make sure your cursor is at the top of the file first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, you can now import the registry key. Run&lt;br /&gt;
&lt;br /&gt;
regedit profile.reg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point go into Control Panel &amp;gt; Mail (Microsoft Outlook) and look at &amp;quot;Data Files&amp;quot;. They should all now be pointing to your new location. If the data looks corrupt (possibly Chinese or odd ascii characters) then you messed up your profile.reg. Don&#039;t panic, see if you can fix it or copy over the backup file start again and re-import into the registry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this stage you may load Outlook. It may complain about passwords for IMAP/POP3 accounts so just go into Account Settings within Outlook and enter the password. Exchange accounts should popup with a password box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Of course, YMMV but this did work for me without having to delete, recreate, or anything else with my .ost files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=48</id>
		<title>Windows:MoveOutlookOST</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Windows:MoveOutlookOST&amp;diff=48"/>
		<updated>2018-02-08T17:30:03Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;I recently built a new computer and in the process my main profile name changed. My old computer used a local account &amp;quot;nigelreed&amp;quot; and the new one using an online account &amp;quot;nige...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I recently built a new computer and in the process my main profile name changed. My old computer used a local account &amp;quot;nigelreed&amp;quot; and the new one using an online account &amp;quot;nigel&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When I imported the registry and moved the ost I found I was getting error messages.&lt;br /&gt;
&lt;br /&gt;
Outlook data file cannot be accessed was one of them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s actually a simple, but time consuming fix and you need to be familiar with ASCII codes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the old system, export HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook&lt;br /&gt;
&lt;br /&gt;
If you already pulled the disk to copy your data you can run regedit and load the NTUSER.DAT from the home directory into the HKEY_USERS section. Just select HKEY_USERS then File &amp;gt; Load Hive and select the NTUSER.DAT file. Browse to \Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook and export it to a .reg file. We&#039;ll use profile.reg for now.&lt;br /&gt;
&lt;br /&gt;
Open profile.reg in notepad.&lt;br /&gt;
&lt;br /&gt;
Now, you&#039;ll have to find the hexadecimal ascii value of your old profile. The gotchya is that each letter is separated by a null value.&lt;br /&gt;
&lt;br /&gt;
Use the website https://www.binaryhexconverter.com/ascii-text-to-hex-converter to help convert your text to hex based ascii.&lt;br /&gt;
&lt;br /&gt;
For example, my profile was nigelreed so I&#039;m going to get the slashes before and after. Remember profiles are case sensitive. nigelreed is not the same as NigelReed&lt;br /&gt;
&lt;br /&gt;
\nigelreed\&lt;br /&gt;
&lt;br /&gt;
Results in 5c 6e 69 67 65 6c 72 65 65 64 5c &lt;br /&gt;
&lt;br /&gt;
So in the profiles.reg file I&#039;m going to be looking for any occurrence of 5c,00,6e,00,69,00,67,00,65,00,6c,00,72,00,65,00,65,00,64,00,5c  &lt;br /&gt;
&lt;br /&gt;
My new profile is just &amp;quot;nigel&amp;quot; so I&#039;d want to go through and remove &amp;quot;72,00,65,00,65,00,64,00,&amp;quot;, however my domain name is also nigelreed so I have to be careful not to remove the wrong ones. Look for your profile name between &amp;quot;5c&amp;quot; since this will most likely be your path.&lt;br /&gt;
&lt;br /&gt;
Another gotchya is that this string of characters could be split over 2 lines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,&#039;&#039;&#039;72,00,65,00,65,00,64,00,\&lt;br /&gt;
 5c&#039;&#039;&#039;,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
In the above example you can see that the slash is on the next line.&lt;br /&gt;
&lt;br /&gt;
 96,50,44,86,83,b8,7d,e5,22,aa,49,48,00,00,43,00,3a,00,5c,00,55,00,73,00,65,\&lt;br /&gt;
 00,72,00,73,00,5c,00,6e,00,69,00,67,00,65,00,6c,00,\&lt;br /&gt;
 5c&#039;&#039;&#039;,00,41,00,70,00,70,00,44,00,61,00,74,00,61,00,5c,00,4c,00,6f,00,63,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So I just removed the &amp;quot;reed&amp;quot; portion. It doesn&#039;t matter how many characters are on a line so you can have more or less.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your profile name is completely different, go back to the ascii text webpage and put in your new profile name and convert.&lt;br /&gt;
Open another notepad and paste the hex ascii and insert your commas and null 00 values. You can then paste this between the 5c,00, values.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say the new profile was &amp;quot;FredBloggs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This converts to&lt;br /&gt;
&lt;br /&gt;
46 72 65 64 42 6c 6f 67 67 73 &lt;br /&gt;
F  r  e  d  B  l  o  g  g  s&lt;br /&gt;
&lt;br /&gt;
Now you need to make it look like this:&lt;br /&gt;
&lt;br /&gt;
46,00,72,00,65,00,64,00,42,00,6c,00,6f,00,67,00,67,00,73,00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then replace your old profile between the leading 5c,00 and trailing 5c in the path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once that is done, also make sure all your keys include HKEY_CURRENT_USER&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook]&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook\062512c81d7d644087505c2b8d9ad736]&lt;br /&gt;
&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
You can press CTRL H in Notepad to go a global search and replace. Make sure your cursor is at the top of the file first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, you can now import the registry key. Run&lt;br /&gt;
&lt;br /&gt;
regedit profile.reg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point go into Control Panel &amp;gt; Mail (Microsoft Outlook) and look&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:Synchronet-WhatNow&amp;diff=47</id>
		<title>Linux:Synchronet-WhatNow</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:Synchronet-WhatNow&amp;diff=47"/>
		<updated>2017-12-04T18:38:13Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: Created page with &amp;quot;Placeholder   Category:Linux&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Placeholder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:Synchronet&amp;diff=46</id>
		<title>Linux:Synchronet</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:Synchronet&amp;diff=46"/>
		<updated>2017-10-31T00:26:57Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: /* iptables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Synchronet (known as SBBS) is an all encompassing bulletin board software written by Rob Swindell that includes many integrated features such as servers for smtp, ftp, nntp (news), www, gopher plus more, along with QWK and Fidonet compatibility. &lt;br /&gt;
&lt;br /&gt;
It compiles cleanly on Ubuntu 16.04 LTS Linux release which is available to any home user and many VPS providers. &lt;br /&gt;
&lt;br /&gt;
In this wiki, I will walk you through setting up SBBS from start to finish including everything you need to get going on the Linux side. &lt;br /&gt;
&lt;br /&gt;
Since you have chosen to use Linux, I&#039;ll assume that you know the basics such as how to edit files using vim or other editor of your choice, how to change directories, list, copy, and find files and other basic tasks. At the very least if you&#039;re unable to login as root then maybe you should try the Windows version.&lt;br /&gt;
&lt;br /&gt;
==Setting up the Linux environment==&lt;br /&gt;
&lt;br /&gt;
Since the only thing I will be running on my server is SBBS, I want to remove all the other packages that may interfere with it. If your host is also a mail server, you may have problems having SBBS also be a mail server until you have two ip addresses. This will be covered later. Since you can get a VPS for around $20 a year, I recommend getting a dedicated box for your BBS.&lt;br /&gt;
&lt;br /&gt;
* Login to your system as root. In most Ubuntu examples they have you use a regular user with sudo and you&#039;re free to do that. I find it time consuming and this will speed you through quicker. Most VPS providers enable ssh as root by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* generate a locale for your box. &lt;br /&gt;
It seems Ubuntu doesn&#039;t come with a default locale. Since we&#039;re working with software written in English and most likely you can read English, we&#039;re go with US English for now by using en_US.UTF-8. If you know your own locale setting then feel free to choose that.&lt;br /&gt;
&lt;br /&gt;
  dpkg-reconfigure locales&lt;br /&gt;
&lt;br /&gt;
Select the locale for your area and choose OK to generate the proper locale. You may need to logout and back in again. en_US.UTF-8 is what we&#039;ll use for US systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Set the correct timezone. Use the timezone selection utility&lt;br /&gt;
&lt;br /&gt;
  dpkg-reconfigure tzdata&lt;br /&gt;
&lt;br /&gt;
Select your geographic area then the city or region. The result will be the new current default timezone, the time and the  UTC time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Remove the packages that we don&#039;t need. Since I am not going to be running a separate web server, mail server or using samba, I&#039;m going to remove those pages. It saves disk space, processor usage and makes updates quicker.&lt;br /&gt;
&lt;br /&gt;
  apt-get remove apache2 apache2-bin apache2-data apache2-doc apache2-mpm-prefork apache2-utils bind9utils ldap-utils libldap-2.4-2 python-samba samba samba-common samba-common-bin samba-libs bsd-mailx postfix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Once those packages are removed then it&#039;s time to make sure your system is updated to the latest and greatest. &lt;br /&gt;
&lt;br /&gt;
  vi /etc/apt/sources.list&lt;br /&gt;
  &lt;br /&gt;
add the following source to the top of the list&lt;br /&gt;
&lt;br /&gt;
  deb http://mirrors.kernel.org/ubuntu xenial main multiverse&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Update the sources&lt;br /&gt;
&lt;br /&gt;
  apt-get update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Finally upgrade your packages to the latest&lt;br /&gt;
&lt;br /&gt;
  apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
At this stage you may wish to reboot to ensure that everything comes up clean. If you&#039;re happy then we can proceed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Now we need to install a bunch of packages that we&#039;ll need to build the SBBS package, plus some other useful tools. Some may be pre-installed by your provider depending on how they build their image. You will be told about additional packages that will be installed if they are needed. Some may not be needed if you&#039;re not going to use zoo or arc compression, for example, but at least they will be there if you need them. &lt;br /&gt;
  apt-get install gcc g++ cpp dos2unix socat zoo arj arc  libperl-dev zlibc zlib1g-dev libbz2-dev zip mawk autotools-dev automake autoconf xutils-dev cvs netcat netcat-traditional iptables-persistent libnspr4-dev libnspr4 libncurses5-dev libtinfo-dev  bzip2-doc cpp-5 g++-5 gcc-5 gcc-5-base libasan2 libatomic1 libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libgcc-5-dev libgomp1 libtool flex bison libbison-dev libfl-dev libisl15 libitm1 liblsan0 libltdl-dev libmpc3 libmpx0 libquadmath0 libstdc++-5-dev libstdc++6 libtsan0 libubsan0 linux-libc-dev manpages-dev netfilter-persistent zlib1g dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libfakeroot pkg-config autoconf2.13 libfile-fcntllock-perl libopts25 ntp bind9-host dnsutils libbind9-140 libdns162 libisc160 libisccfg140 liblwres141 dosemu binkd gkermit exuberant-ctags&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Answer Yes to save ipv4 and ipv6 rules and OK the warning about the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* As soon as the packages are installed you need to stop binkd since we&#039;ll be making a change to the startup parameters.&lt;br /&gt;
&lt;br /&gt;
  systemctl stop binkd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* edit the binkd startup script and change &#039;&#039;&#039;ftn&#039;&#039;&#039; to &#039;&#039;&#039;bbs&#039;&#039;&#039; for both User and Group.&lt;br /&gt;
&lt;br /&gt;
  vi /lib/systemd/system/binkd.service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* reload in the systemd config&lt;br /&gt;
&lt;br /&gt;
  systemctl daemon-reload&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
* Add a user for your BBS to run under. Run the addsuer command and fill in any of the details you wish to and create a password.&lt;br /&gt;
&lt;br /&gt;
  adduser bbs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Edit the bashrc to add in some environment variables that&#039;ll be needed&lt;br /&gt;
&lt;br /&gt;
  vi /home/bbs/.bashrc&lt;br /&gt;
&lt;br /&gt;
Add the following 3 lines to the bottom&lt;br /&gt;
&lt;br /&gt;
  export PATH=$PATH:/sbbs/exec&lt;br /&gt;
  export SBBSCTRL=/sbbs/ctrl&lt;br /&gt;
  export SBBSNODE=/sbbs/node1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For ease of use and make it easy to follow the SBBS documentation create a directory, symbolic link and change some ownerships to make it all work together&lt;br /&gt;
&lt;br /&gt;
  mkdir /home/bbs/sbbs&lt;br /&gt;
&lt;br /&gt;
  ln -s /home/bbs/sbbs /sbbs&lt;br /&gt;
&lt;br /&gt;
  chown -R bbs. /var/log/binkd  /etc/binkd/binkd.*  /var/run/ftn /home/bbs/sbbs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Install the ansi-bb file for proper compatibility. &lt;br /&gt;
&lt;br /&gt;
  wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/terminfo&lt;br /&gt;
&lt;br /&gt;
  tic terminfo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this stage your system is in a state where you can install sbbs however due to security I don&#039;t run on any ports under 1024 natively. I use iptables NAT redirection to accomplish that. If you don&#039;t want run on the lower ports then you&#039;re welcome to skip this section but you should be familiar with securing your system.&lt;br /&gt;
&lt;br /&gt;
== iptables ==&lt;br /&gt;
&lt;br /&gt;
* Since I am going to have my BBS listen on port 22 for ssh connections, I will need to move sshd out of the way.&lt;br /&gt;
&lt;br /&gt;
  vi /etc/ssh/sshd_config&lt;br /&gt;
&lt;br /&gt;
change Change Port 22 to port 24 in the sshd_config file then restart sshd&lt;br /&gt;
&lt;br /&gt;
  systemctl restart sshd&lt;br /&gt;
&lt;br /&gt;
* Verify that sshd is now listening on port 24&lt;br /&gt;
&lt;br /&gt;
  netstat -anp|grep sshd&lt;br /&gt;
&lt;br /&gt;
You should see a LISTEN line with 0.0.0.0:24 &lt;br /&gt;
&lt;br /&gt;
* You&#039;ll need to enter a number of iptables commands. I&#039;ll explain each one.&lt;br /&gt;
&lt;br /&gt;
  iptables -F INPUT&lt;br /&gt;
  iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -s yy.yy.yy.yy/32 -p tcp -m state --state NEW -m tcp --dport 24 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 6667,10088,11100,1700,1800,2000,2100,2200,2300,2500,7000 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 7900,8000,11000,11900,44300,11100,24554,58700, 51300 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p udp -m state --state NEW -m udp -m multiport --dports 1700,1800,7900 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW,RELATED,ESTABLISHED -m tcp --dport 62000:64000 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -s yy.yy.yy.yy/32 -p icmp -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -i lo -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited&lt;br /&gt;
&lt;br /&gt;
  Line 1 flushes the table so there&#039;s nothing to interfere&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 2 allows established connections to continue without having to try and match the rule again. This is here for speed.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 3 Replace yy.yy.yy.yy with your IP address. This is your way into your box. You can add multiple lines if you have multiple places you may wish to login from. If your IP address is rather dynamic then you&#039;ll want to probably leave out the -s yy.yy.yy.yy otherwise you&#039;ll be locked out of your box.&amp;lt;br&amp;gt;&lt;br /&gt;
  line 4-5 these are the TCP ports we&#039;re going to accept. They&#039;re the base port with 00 added on for those under 1024 except for 11100. For example port 2300 will be used for telnet access and will be redirected there from port 23. Not all these ports may be used so if you don&#039;t plan on using the ircd you can leave off 6667. You can specify upto 15 ips per line.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 6 same as above but for UDP services.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 7 are TCP ports used for passive ftp. If you&#039;re not going to use ftp then you can leave out ports 2000, 2100, and line 6.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 8 allows you to accept ping requests from your local ip. If you don&#039;t want people to ping your box then include this line.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 9 Always accept connections on localhost.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 10 Reject everything else.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Now you need to create NAT rules to redirect from the lower ports&lt;br /&gt;
&lt;br /&gt;
  iptables -t nat -F PREROUTING&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 11 -j DNAT --to-destination xx.xx.xx.xx:11100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 17 -j DNAT --to-destination xx.xx.xx.xx:1700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 18 -j DNAT --to-destination xx.xx.xx.xx:1800&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 20 -j DNAT --to-destination xx.xx.xx.xx:2000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 21 -j DNAT --to-destination xx.xx.xx.xx:2100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 22 -j DNAT --to-destination xx.xx.xx.xx:2200&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 23 -j DNAT --to-destination xx.xx.xx.xx:2300&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 25 -j DNAT --to-destination xx.xx.xx.xx:2500&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 70 -j DNAT --to-destination xx.xx.xx.xx:7000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 79 -j DNAT --to-destination xx.xx.xx.xx:7900&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j DNAT --to-destination xx.xx.xx.xx:8000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 110 -j DNAT --to-destination xx.xx.xx.xx:11000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 119 -j DNAT --to-destination xx.xx.xx.xx:11900&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j DNAT --to-destination xx.xx.xx.xx:44300&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 513 -j DNAT --to-destination xx.xx.xx.xx:51300&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 587 -j DNAT --to-destination xx.xx.xx.xx:58700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 11 -j DNAT --to-destination xx.xx.xx.xx:11100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 17 -j DNAT --to-destination xx.xx.xx.xx:1700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 18 -j DNAT --to-destination xx.xx.xx.xx:1800&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 79 -j DNAT --to-destination xx.xx.xx.xx:7900&lt;br /&gt;
&lt;br /&gt;
Replace xx.xx.xx.xx with your server&#039;s ip address. &lt;br /&gt;
These lines will redirect the incoming connections to the higher ports. Any connections you don&#039;t wish to accept you can leave out. For example, if you&#039;re not going to accept ftp traffic you can leave out the redirection from port 20 and 21.&lt;br /&gt;
&lt;br /&gt;
* save the rules and reload iptables&lt;br /&gt;
&lt;br /&gt;
  iptables-save &amp;gt; /etc/iptables/rules.v4&lt;br /&gt;
&lt;br /&gt;
  systemctl reload netfilter-persistent&lt;br /&gt;
&lt;br /&gt;
* verify your iptables rules are in place&lt;br /&gt;
&lt;br /&gt;
  iptables -nL INPUT&lt;br /&gt;
&lt;br /&gt;
  iptables -t nat -nL PREROUTING&lt;br /&gt;
&lt;br /&gt;
If you wish to use ipv6 that is a separate conversation that will be addressed later.&lt;br /&gt;
&lt;br /&gt;
== sbbs installation ==&lt;br /&gt;
&lt;br /&gt;
If you are in a rush you can refer to http://wiki.synchro.net/install:nix&lt;br /&gt;
&lt;br /&gt;
==Test 3==&lt;br /&gt;
&lt;br /&gt;
==Test 4==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:Synchronet&amp;diff=45</id>
		<title>Linux:Synchronet</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:Synchronet&amp;diff=45"/>
		<updated>2017-10-31T00:24:43Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: /* iptables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Synchronet (known as SBBS) is an all encompassing bulletin board software written by Rob Swindell that includes many integrated features such as servers for smtp, ftp, nntp (news), www, gopher plus more, along with QWK and Fidonet compatibility. &lt;br /&gt;
&lt;br /&gt;
It compiles cleanly on Ubuntu 16.04 LTS Linux release which is available to any home user and many VPS providers. &lt;br /&gt;
&lt;br /&gt;
In this wiki, I will walk you through setting up SBBS from start to finish including everything you need to get going on the Linux side. &lt;br /&gt;
&lt;br /&gt;
Since you have chosen to use Linux, I&#039;ll assume that you know the basics such as how to edit files using vim or other editor of your choice, how to change directories, list, copy, and find files and other basic tasks. At the very least if you&#039;re unable to login as root then maybe you should try the Windows version.&lt;br /&gt;
&lt;br /&gt;
==Setting up the Linux environment==&lt;br /&gt;
&lt;br /&gt;
Since the only thing I will be running on my server is SBBS, I want to remove all the other packages that may interfere with it. If your host is also a mail server, you may have problems having SBBS also be a mail server until you have two ip addresses. This will be covered later. Since you can get a VPS for around $20 a year, I recommend getting a dedicated box for your BBS.&lt;br /&gt;
&lt;br /&gt;
* Login to your system as root. In most Ubuntu examples they have you use a regular user with sudo and you&#039;re free to do that. I find it time consuming and this will speed you through quicker. Most VPS providers enable ssh as root by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* generate a locale for your box. &lt;br /&gt;
It seems Ubuntu doesn&#039;t come with a default locale. Since we&#039;re working with software written in English and most likely you can read English, we&#039;re go with US English for now by using en_US.UTF-8. If you know your own locale setting then feel free to choose that.&lt;br /&gt;
&lt;br /&gt;
  dpkg-reconfigure locales&lt;br /&gt;
&lt;br /&gt;
Select the locale for your area and choose OK to generate the proper locale. You may need to logout and back in again. en_US.UTF-8 is what we&#039;ll use for US systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Set the correct timezone. Use the timezone selection utility&lt;br /&gt;
&lt;br /&gt;
  dpkg-reconfigure tzdata&lt;br /&gt;
&lt;br /&gt;
Select your geographic area then the city or region. The result will be the new current default timezone, the time and the  UTC time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Remove the packages that we don&#039;t need. Since I am not going to be running a separate web server, mail server or using samba, I&#039;m going to remove those pages. It saves disk space, processor usage and makes updates quicker.&lt;br /&gt;
&lt;br /&gt;
  apt-get remove apache2 apache2-bin apache2-data apache2-doc apache2-mpm-prefork apache2-utils bind9utils ldap-utils libldap-2.4-2 python-samba samba samba-common samba-common-bin samba-libs bsd-mailx postfix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Once those packages are removed then it&#039;s time to make sure your system is updated to the latest and greatest. &lt;br /&gt;
&lt;br /&gt;
  vi /etc/apt/sources.list&lt;br /&gt;
  &lt;br /&gt;
add the following source to the top of the list&lt;br /&gt;
&lt;br /&gt;
  deb http://mirrors.kernel.org/ubuntu xenial main multiverse&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Update the sources&lt;br /&gt;
&lt;br /&gt;
  apt-get update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Finally upgrade your packages to the latest&lt;br /&gt;
&lt;br /&gt;
  apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
At this stage you may wish to reboot to ensure that everything comes up clean. If you&#039;re happy then we can proceed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Now we need to install a bunch of packages that we&#039;ll need to build the SBBS package, plus some other useful tools. Some may be pre-installed by your provider depending on how they build their image. You will be told about additional packages that will be installed if they are needed. Some may not be needed if you&#039;re not going to use zoo or arc compression, for example, but at least they will be there if you need them. &lt;br /&gt;
  apt-get install gcc g++ cpp dos2unix socat zoo arj arc  libperl-dev zlibc zlib1g-dev libbz2-dev zip mawk autotools-dev automake autoconf xutils-dev cvs netcat netcat-traditional iptables-persistent libnspr4-dev libnspr4 libncurses5-dev libtinfo-dev  bzip2-doc cpp-5 g++-5 gcc-5 gcc-5-base libasan2 libatomic1 libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libgcc-5-dev libgomp1 libtool flex bison libbison-dev libfl-dev libisl15 libitm1 liblsan0 libltdl-dev libmpc3 libmpx0 libquadmath0 libstdc++-5-dev libstdc++6 libtsan0 libubsan0 linux-libc-dev manpages-dev netfilter-persistent zlib1g dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libfakeroot pkg-config autoconf2.13 libfile-fcntllock-perl libopts25 ntp bind9-host dnsutils libbind9-140 libdns162 libisc160 libisccfg140 liblwres141 dosemu binkd gkermit exuberant-ctags&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Answer Yes to save ipv4 and ipv6 rules and OK the warning about the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* As soon as the packages are installed you need to stop binkd since we&#039;ll be making a change to the startup parameters.&lt;br /&gt;
&lt;br /&gt;
  systemctl stop binkd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* edit the binkd startup script and change &#039;&#039;&#039;ftn&#039;&#039;&#039; to &#039;&#039;&#039;bbs&#039;&#039;&#039; for both User and Group.&lt;br /&gt;
&lt;br /&gt;
  vi /lib/systemd/system/binkd.service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* reload in the systemd config&lt;br /&gt;
&lt;br /&gt;
  systemctl daemon-reload&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
* Add a user for your BBS to run under. Run the addsuer command and fill in any of the details you wish to and create a password.&lt;br /&gt;
&lt;br /&gt;
  adduser bbs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Edit the bashrc to add in some environment variables that&#039;ll be needed&lt;br /&gt;
&lt;br /&gt;
  vi /home/bbs/.bashrc&lt;br /&gt;
&lt;br /&gt;
Add the following 3 lines to the bottom&lt;br /&gt;
&lt;br /&gt;
  export PATH=$PATH:/sbbs/exec&lt;br /&gt;
  export SBBSCTRL=/sbbs/ctrl&lt;br /&gt;
  export SBBSNODE=/sbbs/node1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For ease of use and make it easy to follow the SBBS documentation create a directory, symbolic link and change some ownerships to make it all work together&lt;br /&gt;
&lt;br /&gt;
  mkdir /home/bbs/sbbs&lt;br /&gt;
&lt;br /&gt;
  ln -s /home/bbs/sbbs /sbbs&lt;br /&gt;
&lt;br /&gt;
  chown -R bbs. /var/log/binkd  /etc/binkd/binkd.*  /var/run/ftn /home/bbs/sbbs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Install the ansi-bb file for proper compatibility. &lt;br /&gt;
&lt;br /&gt;
  wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/terminfo&lt;br /&gt;
&lt;br /&gt;
  tic terminfo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this stage your system is in a state where you can install sbbs however due to security I don&#039;t run on any ports under 1024 natively. I use iptables NAT redirection to accomplish that. If you don&#039;t want run on the lower ports then you&#039;re welcome to skip this section but you should be familiar with securing your system.&lt;br /&gt;
&lt;br /&gt;
== iptables ==&lt;br /&gt;
&lt;br /&gt;
* Since I am going to have my BBS listen on port 22 for ssh connections, I will need to move sshd out of the way.&lt;br /&gt;
&lt;br /&gt;
  vi /etc/ssh/sshd_config&lt;br /&gt;
&lt;br /&gt;
change Change Port 22 to port 24 in the sshd_config file then restart sshd&lt;br /&gt;
&lt;br /&gt;
  systemctl restart sshd&lt;br /&gt;
&lt;br /&gt;
* Verify that sshd is now listening on port 24&lt;br /&gt;
&lt;br /&gt;
  netstat -anp|grep sshd&lt;br /&gt;
&lt;br /&gt;
You should see a LISTEN line with 0.0.0.0:24 &lt;br /&gt;
&lt;br /&gt;
* You&#039;ll need to enter a number of iptables commands. I&#039;ll explain each one.&lt;br /&gt;
&lt;br /&gt;
  iptables -F INPUT&lt;br /&gt;
  iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -s yy.yy.yy.yy/32 -p tcp -m state --state NEW -m tcp --dport 24 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 6667,10088,11100,1700,1800,2000,2100,2200,2300,2500,7000 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 7900,8000,11000,11900,44300,11100,24554,58700 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p udp -m state --state NEW -m udp -m multiport --dports 1700,1800,7900 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW,RELATED,ESTABLISHED -m tcp --dport 62000:64000 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -s yy.yy.yy.yy/32 -p icmp -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -i lo -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited&lt;br /&gt;
&lt;br /&gt;
  Line 1 flushes the table so there&#039;s nothing to interfere&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 2 allows established connections to continue without having to try and match the rule again. This is here for speed.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 3 Replace yy.yy.yy.yy with your IP address. This is your way into your box. You can add multiple lines if you have multiple places you may wish to login from. If your IP address is rather dynamic then you&#039;ll want to probably leave out the -s yy.yy.yy.yy otherwise you&#039;ll be locked out of your box.&amp;lt;br&amp;gt;&lt;br /&gt;
  line 4-5 these are the TCP ports we&#039;re going to accept. They&#039;re the base port with 00 added on for those under 1024 except for 11100. For example port 2300 will be used for telnet access and will be redirected there from port 23. Not all these ports may be used so if you don&#039;t plan on using the ircd you can leave off 6667. You can specify upto 15 ips per line.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 6 same as above but for UDP services.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 7 are TCP ports used for passive ftp. If you&#039;re not going to use ftp then you can leave out ports 2000, 2100, and line 6.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 8 allows you to accept ping requests from your local ip. If you don&#039;t want people to ping your box then include this line.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 9 Always accept connections on localhost.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 10 Reject everything else.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Now you need to create NAT rules to redirect from the lower ports&lt;br /&gt;
&lt;br /&gt;
  iptables -t nat -F PREROUTING&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 11 -j DNAT --to-destination xx.xx.xx.xx:11100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 17 -j DNAT --to-destination xx.xx.xx.xx:1700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 18 -j DNAT --to-destination xx.xx.xx.xx:1800&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 20 -j DNAT --to-destination xx.xx.xx.xx:2000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 21 -j DNAT --to-destination xx.xx.xx.xx:2100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 22 -j DNAT --to-destination xx.xx.xx.xx:2200&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 23 -j DNAT --to-destination xx.xx.xx.xx:2300&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 25 -j DNAT --to-destination xx.xx.xx.xx:2500&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 70 -j DNAT --to-destination xx.xx.xx.xx:7000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 79 -j DNAT --to-destination xx.xx.xx.xx:7900&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j DNAT --to-destination xx.xx.xx.xx:8000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 110 -j DNAT --to-destination xx.xx.xx.xx:11000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 119 -j DNAT --to-destination xx.xx.xx.xx:11900&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j DNAT --to-destination xx.xx.xx.xx:44300&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 587 -j DNAT --to-destination xx.xx.xx.xx:58700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 11 -j DNAT --to-destination xx.xx.xx.xx:11100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 17 -j DNAT --to-destination xx.xx.xx.xx:1700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 18 -j DNAT --to-destination xx.xx.xx.xx:1800&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 79 -j DNAT --to-destination xx.xx.xx.xx:7900&lt;br /&gt;
&lt;br /&gt;
Replace xx.xx.xx.xx with your server&#039;s ip address. &lt;br /&gt;
These lines will redirect the incoming connections to the higher ports. Any connections you don&#039;t wish to accept you can leave out. For example, if you&#039;re not going to accept ftp traffic you can leave out the redirection from port 20 and 21.&lt;br /&gt;
&lt;br /&gt;
* save the rules and reload iptables&lt;br /&gt;
&lt;br /&gt;
  iptables-save &amp;gt; /etc/iptables/rules.v4&lt;br /&gt;
&lt;br /&gt;
  systemctl reload netfilter-persistent&lt;br /&gt;
&lt;br /&gt;
* verify your iptables rules are in place&lt;br /&gt;
&lt;br /&gt;
  iptables -nL INPUT&lt;br /&gt;
&lt;br /&gt;
  iptables -t nat -nL PREROUTING&lt;br /&gt;
&lt;br /&gt;
If you wish to use ipv6 that is a separate conversation that will be addressed later.&lt;br /&gt;
&lt;br /&gt;
== sbbs installation ==&lt;br /&gt;
&lt;br /&gt;
If you are in a rush you can refer to http://wiki.synchro.net/install:nix&lt;br /&gt;
&lt;br /&gt;
==Test 3==&lt;br /&gt;
&lt;br /&gt;
==Test 4==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:Synchronet&amp;diff=44</id>
		<title>Linux:Synchronet</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:Synchronet&amp;diff=44"/>
		<updated>2017-10-30T23:27:59Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Synchronet (known as SBBS) is an all encompassing bulletin board software written by Rob Swindell that includes many integrated features such as servers for smtp, ftp, nntp (news), www, gopher plus more, along with QWK and Fidonet compatibility. &lt;br /&gt;
&lt;br /&gt;
It compiles cleanly on Ubuntu 16.04 LTS Linux release which is available to any home user and many VPS providers. &lt;br /&gt;
&lt;br /&gt;
In this wiki, I will walk you through setting up SBBS from start to finish including everything you need to get going on the Linux side. &lt;br /&gt;
&lt;br /&gt;
Since you have chosen to use Linux, I&#039;ll assume that you know the basics such as how to edit files using vim or other editor of your choice, how to change directories, list, copy, and find files and other basic tasks. At the very least if you&#039;re unable to login as root then maybe you should try the Windows version.&lt;br /&gt;
&lt;br /&gt;
==Setting up the Linux environment==&lt;br /&gt;
&lt;br /&gt;
Since the only thing I will be running on my server is SBBS, I want to remove all the other packages that may interfere with it. If your host is also a mail server, you may have problems having SBBS also be a mail server until you have two ip addresses. This will be covered later. Since you can get a VPS for around $20 a year, I recommend getting a dedicated box for your BBS.&lt;br /&gt;
&lt;br /&gt;
* Login to your system as root. In most Ubuntu examples they have you use a regular user with sudo and you&#039;re free to do that. I find it time consuming and this will speed you through quicker. Most VPS providers enable ssh as root by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* generate a locale for your box. &lt;br /&gt;
It seems Ubuntu doesn&#039;t come with a default locale. Since we&#039;re working with software written in English and most likely you can read English, we&#039;re go with US English for now by using en_US.UTF-8. If you know your own locale setting then feel free to choose that.&lt;br /&gt;
&lt;br /&gt;
  dpkg-reconfigure locales&lt;br /&gt;
&lt;br /&gt;
Select the locale for your area and choose OK to generate the proper locale. You may need to logout and back in again. en_US.UTF-8 is what we&#039;ll use for US systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Set the correct timezone. Use the timezone selection utility&lt;br /&gt;
&lt;br /&gt;
  dpkg-reconfigure tzdata&lt;br /&gt;
&lt;br /&gt;
Select your geographic area then the city or region. The result will be the new current default timezone, the time and the  UTC time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Remove the packages that we don&#039;t need. Since I am not going to be running a separate web server, mail server or using samba, I&#039;m going to remove those pages. It saves disk space, processor usage and makes updates quicker.&lt;br /&gt;
&lt;br /&gt;
  apt-get remove apache2 apache2-bin apache2-data apache2-doc apache2-mpm-prefork apache2-utils bind9utils ldap-utils libldap-2.4-2 python-samba samba samba-common samba-common-bin samba-libs bsd-mailx postfix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Once those packages are removed then it&#039;s time to make sure your system is updated to the latest and greatest. &lt;br /&gt;
&lt;br /&gt;
  vi /etc/apt/sources.list&lt;br /&gt;
  &lt;br /&gt;
add the following source to the top of the list&lt;br /&gt;
&lt;br /&gt;
  deb http://mirrors.kernel.org/ubuntu xenial main multiverse&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Update the sources&lt;br /&gt;
&lt;br /&gt;
  apt-get update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Finally upgrade your packages to the latest&lt;br /&gt;
&lt;br /&gt;
  apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
At this stage you may wish to reboot to ensure that everything comes up clean. If you&#039;re happy then we can proceed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Now we need to install a bunch of packages that we&#039;ll need to build the SBBS package, plus some other useful tools. Some may be pre-installed by your provider depending on how they build their image. You will be told about additional packages that will be installed if they are needed. Some may not be needed if you&#039;re not going to use zoo or arc compression, for example, but at least they will be there if you need them. &lt;br /&gt;
  apt-get install gcc g++ cpp dos2unix socat zoo arj arc  libperl-dev zlibc zlib1g-dev libbz2-dev zip mawk autotools-dev automake autoconf xutils-dev cvs netcat netcat-traditional iptables-persistent libnspr4-dev libnspr4 libncurses5-dev libtinfo-dev  bzip2-doc cpp-5 g++-5 gcc-5 gcc-5-base libasan2 libatomic1 libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libgcc-5-dev libgomp1 libtool flex bison libbison-dev libfl-dev libisl15 libitm1 liblsan0 libltdl-dev libmpc3 libmpx0 libquadmath0 libstdc++-5-dev libstdc++6 libtsan0 libubsan0 linux-libc-dev manpages-dev netfilter-persistent zlib1g dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libfakeroot pkg-config autoconf2.13 libfile-fcntllock-perl libopts25 ntp bind9-host dnsutils libbind9-140 libdns162 libisc160 libisccfg140 liblwres141 dosemu binkd gkermit exuberant-ctags&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Answer Yes to save ipv4 and ipv6 rules and OK the warning about the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* As soon as the packages are installed you need to stop binkd since we&#039;ll be making a change to the startup parameters.&lt;br /&gt;
&lt;br /&gt;
  systemctl stop binkd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* edit the binkd startup script and change &#039;&#039;&#039;ftn&#039;&#039;&#039; to &#039;&#039;&#039;bbs&#039;&#039;&#039; for both User and Group.&lt;br /&gt;
&lt;br /&gt;
  vi /lib/systemd/system/binkd.service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* reload in the systemd config&lt;br /&gt;
&lt;br /&gt;
  systemctl daemon-reload&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
* Add a user for your BBS to run under. Run the addsuer command and fill in any of the details you wish to and create a password.&lt;br /&gt;
&lt;br /&gt;
  adduser bbs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Edit the bashrc to add in some environment variables that&#039;ll be needed&lt;br /&gt;
&lt;br /&gt;
  vi /home/bbs/.bashrc&lt;br /&gt;
&lt;br /&gt;
Add the following 3 lines to the bottom&lt;br /&gt;
&lt;br /&gt;
  export PATH=$PATH:/sbbs/exec&lt;br /&gt;
  export SBBSCTRL=/sbbs/ctrl&lt;br /&gt;
  export SBBSNODE=/sbbs/node1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For ease of use and make it easy to follow the SBBS documentation create a directory, symbolic link and change some ownerships to make it all work together&lt;br /&gt;
&lt;br /&gt;
  mkdir /home/bbs/sbbs&lt;br /&gt;
&lt;br /&gt;
  ln -s /home/bbs/sbbs /sbbs&lt;br /&gt;
&lt;br /&gt;
  chown -R bbs. /var/log/binkd  /etc/binkd/binkd.*  /var/run/ftn /home/bbs/sbbs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Install the ansi-bb file for proper compatibility. &lt;br /&gt;
&lt;br /&gt;
  wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/terminfo&lt;br /&gt;
&lt;br /&gt;
  tic terminfo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this stage your system is in a state where you can install sbbs however due to security I don&#039;t run on any ports under 1024 natively. I use iptables NAT redirection to accomplish that. If you don&#039;t want run on the lower ports then you&#039;re welcome to skip this section but you should be familiar with securing your system.&lt;br /&gt;
&lt;br /&gt;
== iptables ==&lt;br /&gt;
&lt;br /&gt;
* Since I am going to have my BBS listen on port 22 for ssh connections, I will need to move sshd out of the way.&lt;br /&gt;
&lt;br /&gt;
  vi /etc/ssh/sshd_config&lt;br /&gt;
&lt;br /&gt;
change Change Port 22 to port 24 in the sshd_config file then restart sshd&lt;br /&gt;
&lt;br /&gt;
  systemctl restart sshd&lt;br /&gt;
&lt;br /&gt;
* Verify that sshd is now listening on port 24&lt;br /&gt;
&lt;br /&gt;
  netstat -anp|grep sshd&lt;br /&gt;
&lt;br /&gt;
You should see a LISTEN line with 0.0.0.0:24 &lt;br /&gt;
&lt;br /&gt;
* You&#039;ll need to enter a number of iptables commands. I&#039;ll explain each one.&lt;br /&gt;
&lt;br /&gt;
  iptables -F INPUT&lt;br /&gt;
  iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -s yy.yy.yy.yy/32 -p tcp -m state --state NEW -m tcp --dport 24 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 6667,10088,11100,1700,1800,2000,2100,2200,2300,2500,7000 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 7900,8000,11000,11900,44300,11100,24554 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p udp -m state --state NEW -m udp -m multiport --dports 1700,1800,7900 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -p tcp -m state --state NEW,RELATED,ESTABLISHED -m tcp --dport 62000:64000 -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -s yy.yy.yy.yy/32 -p icmp -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -i lo -j ACCEPT&lt;br /&gt;
  iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited&lt;br /&gt;
&lt;br /&gt;
  Line 1 flushes the table so there&#039;s nothing to interfere&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 2 allows established connections to continue without having to try and match the rule again. This is here for speed.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 3 Replace yy.yy.yy.yy with your IP address. This is your way into your box. You can add multiple lines if you have multiple places you may wish to login from. If your IP address is rather dynamic then you&#039;ll want to probably leave out the -s yy.yy.yy.yy otherwise you&#039;ll be locked out of your box.&amp;lt;br&amp;gt;&lt;br /&gt;
  line 4-5 these are the TCP ports we&#039;re going to accept. They&#039;re the base port with 00 added on for those under 1024 except for 11100. For example port 2300 will be used for telnet access and will be redirected there from port 23. Not all these ports may be used so if you don&#039;t plan on using the ircd you can leave off 6667. You can specify upto 15 ips per line.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 6 same as above but for UDP services.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 7 are TCP ports used for passive ftp. If you&#039;re not going to use ftp then you can leave out ports 2000, 2100, and line 6.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 8 allows you to accept ping requests from your local ip. If you don&#039;t want people to ping your box then include this line.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 9 Always accept connections on localhost.&amp;lt;br&amp;gt;&lt;br /&gt;
  Line 10 Reject everything else.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Now you need to create NAT rules to redirect from the lower ports&lt;br /&gt;
&lt;br /&gt;
  iptables -t nat -F PREROUTING&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 11 -j DNAT --to-destination xx.xx.xx.xx:11100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 17 -j DNAT --to-destination xx.xx.xx.xx:1700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 18 -j DNAT --to-destination xx.xx.xx.xx:1800&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 20 -j DNAT --to-destination xx.xx.xx.xx:2000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 21 -j DNAT --to-destination xx.xx.xx.xx:2100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 22 -j DNAT --to-destination xx.xx.xx.xx:2200&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 23 -j DNAT --to-destination xx.xx.xx.xx:2300&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 25 -j DNAT --to-destination xx.xx.xx.xx:2500&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 70 -j DNAT --to-destination xx.xx.xx.xx:7000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 79 -j DNAT --to-destination xx.xx.xx.xx:7900&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j DNAT --to-destination xx.xx.xx.xx:8000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 110 -j DNAT --to-destination xx.xx.xx.xx:11000&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 119 -j DNAT --to-destination xx.xx.xx.xx:11900&lt;br /&gt;
  iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j DNAT --to-destination xx.xx.xx.xx:44300&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 11 -j DNAT --to-destination xx.xx.xx.xx:11100&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 17 -j DNAT --to-destination xx.xx.xx.xx:1700&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 18 -j DNAT --to-destination xx.xx.xx.xx:1800&lt;br /&gt;
  iptables -t nat -A PREROUTING -p udp -m udp --dport 79 -j DNAT --to-destination xx.xx.xx.xx:7900&lt;br /&gt;
&lt;br /&gt;
Replace xx.xx.xx.xx with your server&#039;s ip address. &lt;br /&gt;
These lines will redirect the incoming connections to the higher ports. Any connections you don&#039;t wish to accept you can leave out. For example, if you&#039;re not going to accept ftp traffic you can leave out the redirection from port 20 and 21.&lt;br /&gt;
&lt;br /&gt;
* save the rules and reload iptables&lt;br /&gt;
&lt;br /&gt;
  iptables-save &amp;gt; /etc/iptables/rules.v4&lt;br /&gt;
&lt;br /&gt;
  systemctl reload netfilter-persistent&lt;br /&gt;
&lt;br /&gt;
* verify your iptables rules are in place&lt;br /&gt;
&lt;br /&gt;
  iptables -nL INPUT&lt;br /&gt;
&lt;br /&gt;
  iptables -t nat -nL PREROUTING&lt;br /&gt;
&lt;br /&gt;
If you wish to use ipv6 that is a separate conversation that will be addressed later.&lt;br /&gt;
&lt;br /&gt;
== sbbs installation ==&lt;br /&gt;
&lt;br /&gt;
If you are in a rush you can refer to http://wiki.synchro.net/install:nix&lt;br /&gt;
&lt;br /&gt;
==Test 3==&lt;br /&gt;
&lt;br /&gt;
==Test 4==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
	<entry>
		<id>https://wiki.nigelreed.net/index.php?title=Linux:kodi_disconnections&amp;diff=43</id>
		<title>Linux:kodi disconnections</title>
		<link rel="alternate" type="text/html" href="https://wiki.nigelreed.net/index.php?title=Linux:kodi_disconnections&amp;diff=43"/>
		<updated>2017-10-30T23:04:21Z</updated>

		<summary type="html">&lt;p&gt;Nelgin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several multimedia streaming servers for Linux. The one I liked most of all was madsonic but I don&#039;t care for the fee structure. I have moved on to Kodi which seems to be encoding anything and everything that minidlna (Readymedia) wasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However, one problem I have had is that after 10-12 minutes or so of watching a stream on my Samsung Bluray player it would disconnect and I&#039;d have to restart.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I found the simple answer was to assign a static IP address to my player. My guess is that every time there was some sort of DHCP event, it would cause the player to stop. I don&#039;t know if this is just a Samsung issue or more wide spread but I have seen many people complain about frequent disconnects while viewing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You&#039;ll have to look in the manual for your device on how to configure a static IP but it&#039;s not difficult. If you can compile Kodi then you can probably configure your player.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I hope this little hint helps someone and will remind me next time it happens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;/div&gt;</summary>
		<author><name>Nelgin</name></author>
	</entry>
</feed>