<?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 - internal</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-17T13:51:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/centralizedlogging"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/developer"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/digitalocean"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/dokuwiki"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/linuxdev"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/linuxnew"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/pictures"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/start"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/internal/sync"/>
            </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/internal/centralizedlogging">
        <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>Centralized Logging</title>
        <link>https://prod.jnet.julianscorner.com/internal/centralizedlogging</link>
        <description>Centralized Logging

This is my scripts for centralized logging:

	*  Instrument a Linux Server
	*  Instrument a Windows Server
	*  Instrument a Remote Linux Server
	*  My LogStash Config</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/developer">
        <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 a Windows Development VM</title>
        <link>https://prod.jnet.julianscorner.com/internal/developer</link>
        <description>Install a Windows Development VM

On the host system where the Development VM will be running,

	*  Open an elevated PowerShell console and execute:

Restore-ChocolateyCache -PackageList C:\home\vm\etc\choco-package-cache\packages.json `
    -Destination C:\home\vm\etc\choco-package-cache\ `
    -Config C:\home\vm\etc\choco-package-cache\nuget.config
New-DevVM</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/digitalocean">
        <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>Droplets on DigitalOcean</title>
        <link>https://prod.jnet.julianscorner.com/internal/digitalocean</link>
        <description>Droplets on DigitalOcean

	*  Create a Droplet

Initial Configuration

	*  Log into Droplet Console, log in as root and type:

sed -i &#039;s/PermitRootLogin yes/PermitRootLogin no/g&#039; /etc/ssh/sshd_config
sed -i &#039;s/#Port 22/Port 222/g&#039; /etc/ssh/sshd_config

service ssh restart

useradd -m -s /bin/bash julian 
usermod -a -G sudo julian
usermod -a -G adm julian
passwd julian

sudo ufw allow 222/tcp
echo y | sudo ufw enable

wget http://dl.julianscorner.com/l/init.sh

bash init.sh</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/dokuwiki">
        <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>My Custom Dokuwiki Upgrade Script</title>
        <link>https://prod.jnet.julianscorner.com/internal/dokuwiki</link>
        <description>My Custom Dokuwiki Upgrade Script

	*  Run this script on the beta website and test before running it on production server.
	*  Revert the upgrade, and repeat to make sure it works...


cd /tmp
wget http://download.dokuwiki.org/src/dokuwiki/dokuwiki-rc2020-06-09.tgz
tar xzvf dokuwiki-rc2020-06-09.tgz
sudo mv dokuwiki-rc-2020-06-09 /opt/dokuwiki/
rm /tmp/dokuwiki-rc2020-06-09.tgz
 
sudo chown -R www-data:www-data /opt/dokuwiki/dokuwiki-rc-2020-06-09/
sudo chmod -R u-w,g-w,o-w /opt/dokuwiki/dokuwi…</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/linuxdev">
        <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 a Linux Development VM</title>
        <link>https://prod.jnet.julianscorner.com/internal/linuxdev</link>
        <description>Install a Linux Development VM

Starting with a Fresh OS: (Currently Linux Mint 21)


# As more confidence is built around the script,
#   it may be possible to fire and forget someday...
wget -nv -O - https://julianscorner.com/dl/l/init-linuxdev.sh | bash</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/linuxnew">
        <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 a New Linux System on my Hyper-V Cluster</title>
        <link>https://prod.jnet.julianscorner.com/internal/linuxnew</link>
        <description>Install a New Linux System on my Hyper-V Cluster

After the OS is installed, execute the following:


wget https://julianscorner.com/downloads/init.sh
bash init.sh


After the VM reboots, log in via SSH and copy the private key to your workstation before deleting the key file.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/pictures">
        <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>Adding a Photo Album to Web Site</title>
        <link>https://prod.jnet.julianscorner.com/internal/pictures</link>
        <description>Adding a Photo Album to Web Site

First Album of Year

For this, I&#039;m going to use 2016 for the year, in later years, use the correct year... LOL

	*  Create a folder for the year in C:\home\wiki\data\media\pictures\2016.
	*  Add a page for the year at</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/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>My Internal Area</title>
        <link>https://prod.jnet.julianscorner.com/internal/start</link>
        <description>My Internal Area

	*  Birthdays of People I Know
	*  Installing &quot;My&quot; Computers
	*  Install a Windows Development VM
	*  Install a Linux Development VM
	*  My Folder Sync Design
	*  Install a New Linux System on my Hyper-V Cluster

Hosted Computers

	*  Custom Configuration For Jakku Server
	*  Custom Configuration For Geonosis Server (Smart Host)
	*  Custom Configuration For Hoth Server (Primary Mailboxes)

Docker Installs


	* ELASTICSEARCH
	* KIBANA
	* LOGSTASH
	* WEBSITE



Other Scripted Ins…</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/internal/sync">
        <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>My Folder Sync Design</title>
        <link>https://prod.jnet.julianscorner.com/internal/sync</link>
        <description>My Folder Sync Design

JAKKU

RKKZ67Z-IVFLERV-3MDHD7P-WDE23JZ-L4DU4IX-FWSZ4HP-4GMVP5Y-GDPQWQF
 Folder ID  Folder Path  Versioning  Sync To  books  /export/books  None  LAPTOP, TABLET, TOWER  burgess /export/burgess None  JulianE-E7450, LAPTOP, TOWER</description>
    </item>
</rdf:RDF>
