<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://codemastershawn.com/kb/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="http://codemastershawn.com/kb/feed.php">
        <title>Shawn&amp;#039;s DevKB</title>
        <description></description>
        <link>http://codemastershawn.com/kb/</link>
        <image rdf:resource="http://codemastershawn.com/kb/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-13T21:39:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=azure_logic_apps&amp;rev=1494983624&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=bash&amp;rev=1597259258&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=css&amp;rev=1489621541&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=dev_mvc_webapi&amp;rev=1494983255&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=diaspora&amp;rev=1489621785&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=encryption&amp;rev=1494984286&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=json&amp;rev=1486175833&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=linux&amp;rev=1597254654&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=markdown&amp;rev=1489447507&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=net_development&amp;rev=1501626243&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=php&amp;rev=1494983487&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=set_up_a_new_pc&amp;rev=1489618717&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=software_development&amp;rev=1494983109&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=start&amp;rev=1597254472&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=windows_servers&amp;rev=1494959403&amp;do=diff"/>
                <rdf:li rdf:resource="http://codemastershawn.com/kb/doku.php?id=windows&amp;rev=1598044752&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://codemastershawn.com/kb/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Shawn&#039;s DevKB</title>
        <link>http://codemastershawn.com/kb/</link>
        <url>http://codemastershawn.com/kb/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=azure_logic_apps&amp;rev=1494983624&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-17T01:13:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>azure_logic_apps</title>
        <link>http://codemastershawn.com/kb/doku.php?id=azure_logic_apps&amp;rev=1494983624&amp;do=diff</link>
        <description>See also: Creating a custom Azure Logic Apps connector on my blog.

History: BizTalk -&gt; SharePoint workflow manager -&gt; Logic Apps.

	*  Flow is a “lite” version of Logic Apps for Office365.
	*  Power Apps is a forms creator/editor for Logic Apps/Flow.

Connectors (developing)

Connectors are</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=bash&amp;rev=1597259258&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-12T19:07:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bash</title>
        <link>http://codemastershawn.com/kb/doku.php?id=bash&amp;rev=1597259258&amp;do=diff</link>
        <description>#!/usr/bin/env bash - Use bash found in the environment path. Protects against not knowing where user&#039;s bash is installed.

set options

set options -xeuo

Commonly used options:

	*  -x:  turns on debug output, logging each command as it is executed</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=css&amp;rev=1489621541&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-15T23:45:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>css</title>
        <link>http://codemastershawn.com/kb/doku.php?id=css&amp;rev=1489621541&amp;do=diff</link>
        <description>Center a block element

text-align only centers the text inside the block. To center an entire
block element, we must make it smaller than the parent (otherwise,
what&#039;s the point?) then tell the browser to adjust the left and right
margins accordingly.</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=dev_mvc_webapi&amp;rev=1494983255&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-17T01:07:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev_mvc_webapi</title>
        <link>http://codemastershawn.com/kb/doku.php?id=dev_mvc_webapi&amp;rev=1494983255&amp;do=diff</link>
        <description>*  Unit Testing Controllers in ASP.NET Web API 2</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=diaspora&amp;rev=1489621785&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-15T23:49:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>diaspora</title>
        <link>http://codemastershawn.com/kb/doku.php?id=diaspora&amp;rev=1489621785&amp;do=diff</link>
        <description>Hidden streams

Replace /stream with /liked to view all the posts you&#039;ve liked and /commented to list all the ones you&#039;ve commented on.

References

	*  &lt;https://joindiaspora.com/posts/4874376&gt;</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=encryption&amp;rev=1494984286&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-17T01:24:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>encryption</title>
        <link>http://codemastershawn.com/kb/doku.php?id=encryption&amp;rev=1494984286&amp;do=diff</link>
        <description>This page contains various tips and tricks for encryption technologies.

SSH

Generate a public key from existing private key

On Linux, using OpenSSH


$ ssh-keygen -y -f private-keyfile


PGP/GnuPG

Un-revoke a key

The revocation of a private/public key pair is designed to be un-reversible.
However, it</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=json&amp;rev=1486175833&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-04T02:37:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>json</title>
        <link>http://codemastershawn.com/kb/doku.php?id=json&amp;rev=1486175833&amp;do=diff</link>
        <description>Tools

Online

	*  JsLint - a well known/used code quality tool for validating JSON.
	*  JSON Editor - (I haven&#039;t used this one yet, but it purports to provide a GUI-ish interface for editing JSON.)

Visual Studio

(See .NET Development -&gt; Visual Studio -&gt; JSON &amp; JSON Schema)

Other

	*  JSLint plugin for Notepad++ - should also be available via the</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=linux&amp;rev=1597254654&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-12T17:50:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux</title>
        <link>http://codemastershawn.com/kb/doku.php?id=linux&amp;rev=1597254654&amp;do=diff</link>
        <description>Useful commands/tools

file


file &lt;path/to/file&gt;


Reports specs about file. Useful for identifying images, etc.</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=markdown&amp;rev=1489447507&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-13T23:25:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>markdown</title>
        <link>http://codemastershawn.com/kb/doku.php?id=markdown&amp;rev=1489447507&amp;do=diff</link>
        <description>Notepad++ configuration

Syntax highlighting

Editoria/markdown_npp provides a good set of language definitions for Markdown.

Visual preview

These instructions are adapted from this article (originally posted in the Notepad++ forums). Primarily, I&#039;ve replaced the Python script with a pandoc command.

	*  Install the</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=net_development&amp;rev=1501626243&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-01T22:24:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>net_development</title>
        <link>http://codemastershawn.com/kb/doku.php?id=net_development&amp;rev=1501626243&amp;do=diff</link>
        <description>Enable/disable assembly binding

	&quot; To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
 Note: There is some performance penalty associated with assembly bind failure logging.&quot;

To turn this feature off, remove the registry value</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=php&amp;rev=1494983487&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-17T01:11:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php</title>
        <link>http://codemastershawn.com/kb/doku.php?id=php&amp;rev=1494983487&amp;do=diff</link>
        <description>*  PHP The Right Way - book.

PhpStorm

An IDE for PHP, HTML, Javascript, etc.

coming...</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=set_up_a_new_pc&amp;rev=1489618717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-15T22:58:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>set_up_a_new_pc</title>
        <link>http://codemastershawn.com/kb/doku.php?id=set_up_a_new_pc&amp;rev=1489618717&amp;do=diff</link>
        <description>Set up a new Windows PC

Use the Chocolatey package manager to install and maintain tools:


cinst
    7zip 7zip.commandline aescrypt agentransack bleachbit 
    ccleaner clink ConEmu dns-benchmark everything 
    findandreplace flashplayerplugin Gow greenshot 
    hashcheck javaruntime LinkShellExtension markdown-edit 
    mingw NirLauncher notepad2-mod previewconfig 
    processhacker putty sysinternals treesizefree 
    ultradefrag wincdemu winscp</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=software_development&amp;rev=1494983109&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-17T01:05:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software_development</title>
        <link>http://codemastershawn.com/kb/doku.php?id=software_development&amp;rev=1494983109&amp;do=diff</link>
        <description>TLS/SSL testing/verification

ssllabs has a decent, if a bit old, list of TLS/SSL assessment tools.</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=start&amp;rev=1597254472&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-12T17:47:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://codemastershawn.com/kb/doku.php?id=start&amp;rev=1597254472&amp;do=diff</link>
        <description>Welcome to Shawn&#039;s Development Knowledge Base.

Note: This KB is in the process of being populated from the content&#039;s previous location

Table of Contents

	*  Encryption - tools, tips &amp; setup.
	*  Markdown - tools, configurations, etc.
	*  Linux
	*  Microsoft Windows
		*  Servers - Windows Server, IIS, etc.

	*</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=windows_servers&amp;rev=1494959403&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-16T18:30:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows_servers</title>
        <link>http://codemastershawn.com/kb/doku.php?id=windows_servers&amp;rev=1494959403&amp;do=diff</link>
        <description>Security

SSL/TLS support

TLS version support is enabled/disabled at the machine level using registry settings. This means the settings apply to all services running on the machine.



References:

	*  How to Enable TLS 1.1, TLS 1.2 on Windows Server
	*  How to Enable TLS 1.1 and TLS 1.2
	*  Update to enable TLS 1.1 and TLS 1.2 as a default secure protocols in WinHTTP in Windows
	*  Schannel Security Support Provider Technical Reference &gt; TLS/SSL Settings</description>
    </item>
    <item rdf:about="http://codemastershawn.com/kb/doku.php?id=windows&amp;rev=1598044752&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-21T21:19:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows</title>
        <link>http://codemastershawn.com/kb/doku.php?id=windows&amp;rev=1598044752&amp;do=diff</link>
        <description>Install/update

Download Windows10 image

Run Windows Update from commandline

Use the WUA_SearchDownloadInstall.vbs script provided by Microsoft.

References:

	*  &lt;https://superuser.com/a/462426&gt;

Microsoft Online/Office365/Azure

	*  Understanding Microsoft Work And Personal Accounts.
	*  How To Change The Login For Your Microsoft Account - critical if you have both a work and personal account that share an e-mail address.
	*  Remove Personal Account discussion on Microsoft Community.</description>
    </item>
</rdf:RDF>
