<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.kb.jmerari.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://www.kb.jmerari.com/feed.php">
        <title>JM Knowledge Base</title>
        <description></description>
        <link>https://www.kb.jmerari.com/</link>
        <image rdf:resource="https://www.kb.jmerari.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-06-06T13:17:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.kb.jmerari.com/hexpallete?rev=1595241395&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.kb.jmerari.com/howto-docker-mssql?rev=1601294127&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.kb.jmerari.com/howto-liquibase?rev=1595241395&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.kb.jmerari.com/redash?rev=1641627678&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.kb.jmerari.com/sidebar?rev=1595241395&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.kb.jmerari.com/ssh?rev=1634578831&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.kb.jmerari.com/start?rev=1641627245&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.kb.jmerari.com/_media/wiki/dokuwiki.svg">
        <title>JM Knowledge Base</title>
        <link>https://www.kb.jmerari.com/</link>
        <url>https://www.kb.jmerari.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.kb.jmerari.com/hexpallete?rev=1595241395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T10:36:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hexpallete</title>
        <link>https://www.kb.jmerari.com/hexpallete?rev=1595241395&amp;do=diff</link>
        <description>Hex Pallete Web Safe Color

Color code are always triple twin hex number, e.g. #ff0000 (pure red). So it can also written as #f00. These colors are considered safe to be rendered in all web browsers.

[ Hex Pallete]</description>
    </item>
    <item rdf:about="https://www.kb.jmerari.com/howto-docker-mssql?rev=1601294127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-28T11:55:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>howto-docker-mssql</title>
        <link>https://www.kb.jmerari.com/howto-docker-mssql?rev=1601294127&amp;do=diff</link>
        <description>How to run MSSQL on Linux using Docker

# Pull MSSQL image (version 2017-CU20-ubuntu-16.04)
docker pull mcr.microsoft.com/mssql/server:2017-CU20-ubuntu-16.04

# see list of image in current local repo
docker image ls

# see list of container in current local repo (both runnning and exited)
docker container ls -a</description>
    </item>
    <item rdf:about="https://www.kb.jmerari.com/howto-liquibase?rev=1595241395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T10:36:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>howto-liquibase</title>
        <link>https://www.kb.jmerari.com/howto-liquibase?rev=1595241395&amp;do=diff</link>
        <description>How to use liquibase

CREATE SNAPSHOT OF CURRENT STATE

1. Edit liquibase.properties, set the following property :
  changeLogFile: 20200327.egovprod02.pidsgbt.xml
  driver: org.postgresql.Driver
  url: jdbc:postgresql://localhost:5432/pidsgbt_egovprod02    
  username: panasonic
  password: panasonic</description>
    </item>
    <item rdf:about="https://www.kb.jmerari.com/redash?rev=1641627678&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-01-08T07:41:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redash</title>
        <link>https://www.kb.jmerari.com/redash?rev=1641627678&amp;do=diff</link>
        <description>Install Redash without docker on Centos

	*  enable Remi repo
	*  install redis
	*  install python3
	*  create redash installation folder, python env, environment variables
	*  clone redash source code from github
	*  pull python dependencies in venv</description>
    </item>
    <item rdf:about="https://www.kb.jmerari.com/sidebar?rev=1595241395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T10:36:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>https://www.kb.jmerari.com/sidebar?rev=1595241395&amp;do=diff</link>
        <description>*  Liquibase</description>
    </item>
    <item rdf:about="https://www.kb.jmerari.com/ssh?rev=1634578831&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-18T17:40:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssh</title>
        <link>https://www.kb.jmerari.com/ssh?rev=1634578831&amp;do=diff</link>
        <description>OpenSSH

The following slide is the most essential snippet to understand SSH public/private key. For more comprehensive information, refer to the book SSH Mastery.

&lt;html&gt;
&lt;iframe src=“&lt;https://docs.google.com/presentation/d/e/2PACX-1vT4Eq9iXe-W1GJ82npXVXk5fn2CDfkVyfeMSgAUhyEehflYMiAeRvI7nxXZBjIvGtjD0AyUYfM3iwYm/embed?start=false&amp;loop=false&amp;delayms=3000&gt;” frameborder=“0” width=“1058” height=“624” allowfullscreen=</description>
    </item>
    <item rdf:about="https://www.kb.jmerari.com/start?rev=1641627245&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-01-08T07:34:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://www.kb.jmerari.com/start?rev=1641627245&amp;do=diff</link>
        <description>START

This is the starting page to the whole unorganized content in this wiki.

	*  How to use Liquibase
	*  MSSQL on Linux using Docker
	*  Java Platform Licensing
	*  Linux Cheat Sheet
	*  Git Cheat Sheet
	*  SQL Cheat Sheet
		*  Backup &amp; Restore
		*  Data Type
		*  Data Definition Language
		*  Data Manipulation Language

	*  Java Persistence API
		*  paginated query
		*  native query with JPA

	*  Tomcat &amp; Jetty
		*  JNDI setup
		*  JAAS setup

	*  Struts MVC Framework
		*  CDI
		*  convent…</description>
    </item>
</rdf:RDF>
