<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://prod.jnet.julianscorner.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://prod.jnet.julianscorner.com/feed.php">
        <title>Julian&#039;s Notebook - windows:install</title>
        <description></description>
        <link>https://prod.jnet.julianscorner.com/</link>
        <image rdf:resource="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-17T12:23:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/cygwin"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/octopusdeploy"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/octopustentacle"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/python"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/sql2016"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/start"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/win2012r2"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/windows/install/zabbix"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png">
        <title>Julian's Notebook</title>
        <link>https://prod.jnet.julianscorner.com/</link>
        <url>https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/cygwin">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Cygwin</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/cygwin</link>
        <description>Install Cygwin

Install Cygwin selecting the following additional packages:

	*  bcrypt
	*  curl
	*  gnupg
	*  rxvt
	*  rsync
	*  openssh
	*  nc
	*  nc6
	*  ncurses
	*  inetutils
	*  util-linux
	*  unzip
	*  zip</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/octopusdeploy">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Octopus Deploy Server</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/octopusdeploy</link>
        <description>Install Octopus Deploy Server

	*  Install Windows Server 2012 R2
	*  Install SQL Server 2016 Always-On Cluster (if not already done)
	*  Create a Managed Service Accounts for the Octopus service to use...
	*  On the SQL 2016 Server, create a database named OctopusDeploy and add to the availability group.
	*  Make sure to give the managed service account and the account installing Octopus permission to this database.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/octopustentacle">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Octopus Tentacle on Windows Deployment Targets</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/octopustentacle</link>
        <description>Install Octopus Tentacle on Windows Deployment Targets

Each node that will be a deployment target needs to have a tentacle agent installed.

	*  First, Install .Net 4.5 framework.
	*  Install tentacle MSI from &lt;http://octopus.com/downloads/&gt;
	*  The Tentacle Setup Wizard should launch after the setup is complete.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/python">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Python Runtime</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/python</link>
        <description>Install Python Runtime

	*  Install Python 2.7.6 64-bit into C:\python
	*  Execute the following to install PIP:

cd %TEMP%
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
python get-pip.py</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/sql2016">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install SQL Server 2016 Always-On Cluster</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/sql2016</link>
        <description>Install SQL Server 2016 Always-On Cluster

I a big believer in SQL Server&#039;s Always-On technology. With storage being cheap, and the fast fail-over of an Always-On server, there is no reason to use the older clustering technology that required shared storage and could take up to 30 seconds in my experience to start the SQL Database Engine and complete the fail-over. With Always-On, there is also the ability to do</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/start">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Windows Installation Articles</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/start</link>
        <description>Windows Installation Articles



	* Install Cygwin
	* Install Octopus Deploy Server
	* Install Octopus Tentacle on Windows Deployment Targets
	* Install Python Runtime
	* Install SQL Server 2016 Always-On Cluster
	* Install Windows Server 2012 R2
	* Install Zabbix Agent</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/win2012r2">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Windows Server 2012 R2</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/win2012r2</link>
        <description>Install Windows Server 2012 R2

	*  After the initial install is finished and the server reboots, wait for the “Server Manager” to open:
		*  Click Local Server
		*  Change Windows Update to “Turn on automatic updates”
		*  Install any updates found.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/windows/install/zabbix">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Zabbix Agent</title>
        <link>https://prod.jnet.julianscorner.com/windows/install/zabbix</link>
        <description>Install Zabbix Agent

	*  Download agent for Windows from the official Zabbix download page.
	*  Extract the files to C:\zabbix
	*  Open and elevated PowerShell session:

&amp; c:\zabbix\bin\win64\zabbix_agentd.exe --config c:\zabbix\conf\zabbix_agentd.win.conf --install

Set-Content -Path C:\zabbix\conf\zabbix_agentd.win.conf -Value @&quot;
LogFile=c:\zabbix_agentd.log
Server=192.168.0.10
ServerActive=192.168.0.10
Hostname=${env:COMPUTERNAME}
&quot;@

&amp; c:\zabbix\bin\win64\zabbix_agentd.exe --start</description>
    </item>
</rdf:RDF>
