<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.simplenature.cn/dokuwiki/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://www.simplenature.cn/dokuwiki/feed.php">
        <title>pears of simplenature</title>
        <description></description>
        <link>http://www.simplenature.cn/dokuwiki/</link>
        <image rdf:resource="http://www.simplenature.cn/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-22T01:08:00+0800</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.simplenature.cn/dokuwiki/doku.php?id=sidebar&amp;rev=1549011226&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.simplenature.cn/dokuwiki/doku.php?id=linux:k8sdocker&amp;rev=1549011165&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.simplenature.cn/dokuwiki/doku.php?id=linux:commands&amp;rev=1546520318&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.simplenature.cn/dokuwiki/doku.php?id=cdn:tools&amp;rev=1546520207&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.simplenature.cn/dokuwiki/doku.php?id=cdn:command&amp;rev=1545571500&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.simplenature.cn/dokuwiki/doku.php?id=start&amp;rev=1544530550&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.simplenature.cn/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>pears of simplenature</title>
        <link>http://www.simplenature.cn/dokuwiki/</link>
        <url>http://www.simplenature.cn/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.simplenature.cn/dokuwiki/doku.php?id=sidebar&amp;rev=1549011226&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-01T16:53:46+0800</dc:date>
        <dc:creator>shaoxp (shaoxp@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>http://www.simplenature.cn/dokuwiki/doku.php?id=sidebar&amp;rev=1549011226&amp;do=diff</link>
        <description>CDN

	*  CDN Commands
	*  CDN Tools

Linux

	*  Linux Commands
	*  K8S+Docker+Helm</description>
    </item>
    <item rdf:about="http://www.simplenature.cn/dokuwiki/doku.php?id=linux:k8sdocker&amp;rev=1549011165&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-01T16:52:45+0800</dc:date>
        <dc:creator>shaoxp (shaoxp@undisclosed.example.com)</dc:creator>
        <title>linux:k8sdocker - created</title>
        <link>http://www.simplenature.cn/dokuwiki/doku.php?id=linux:k8sdocker&amp;rev=1549011165&amp;do=diff</link>
        <description>kubectl

	*  kubectl config view
	*  kubectl config use-context xxxxx
	*  kubectl get/describe pods/nodes/services
	*  kubectl cluster-info
	*  kubectl get pods --all-namespaces
	*  kubectl apply -f shopfront-service.yaml
	*  kubectl rolling-update uddplatform</description>
    </item>
    <item rdf:about="http://www.simplenature.cn/dokuwiki/doku.php?id=linux:commands&amp;rev=1546520318&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-03T20:58:38+0800</dc:date>
        <dc:creator>shaoxp (shaoxp@undisclosed.example.com)</dc:creator>
        <title>linux:commands - [add user] </title>
        <link>http://www.simplenature.cn/dokuwiki/doku.php?id=linux:commands&amp;rev=1546520318&amp;do=diff</link>
        <description>The page will keep records of Linux commands which i think is helpful.

grep

	*  grep “example” -i -n /etc/libuser.conf
	*  cat /etc/libuser.conf | grep “example” -i -n 

the command will find “example” in “/etc/libuser.conf” file and print it with line number</description>
    </item>
    <item rdf:about="http://www.simplenature.cn/dokuwiki/doku.php?id=cdn:tools&amp;rev=1546520207&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-03T20:56:47+0800</dc:date>
        <dc:creator>shaoxp (shaoxp@undisclosed.example.com)</dc:creator>
        <title>cdn:tools</title>
        <link>http://www.simplenature.cn/dokuwiki/doku.php?id=cdn:tools&amp;rev=1546520207&amp;do=diff</link>
        <description>Postman

Postman is a tool that help us to direct HTTP request. we used a lot.

ConEmu

ConEmu is a very good command console integration tool. you can use Windows CMD, git, Cygwin, Powershell etc there.

Cygwin

we use cygwin to simulate linux environment to use linux network commands.</description>
    </item>
    <item rdf:about="http://www.simplenature.cn/dokuwiki/doku.php?id=cdn:command&amp;rev=1545571500&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-23T21:25:00+0800</dc:date>
        <dc:creator>shaoxp (shaoxp@undisclosed.example.com)</dc:creator>
        <title>cdn:command</title>
        <link>http://www.simplenature.cn/dokuwiki/doku.php?id=cdn:command&amp;rev=1545571500&amp;do=diff</link>
        <description>CDN Commands

I want to take a note here for all commands we met when running a CDN service.

nslookup

	*  nslookup www.simplenature.cn
	*  nslookup -type=cname www.simplenature.cn
	*  nslookup -type=mx simplenature.cn
	*  nslookup -q=txt simplenature.cn

dig

	*  dig www.simplenature.cn

wget

	*  wget -S</description>
    </item>
    <item rdf:about="http://www.simplenature.cn/dokuwiki/doku.php?id=start&amp;rev=1544530550&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-11T20:15:50+0800</dc:date>
        <dc:creator>shaoxp (shaoxp@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://www.simplenature.cn/dokuwiki/doku.php?id=start&amp;rev=1544530550&amp;do=diff</link>
        <description>This is first private wiki pages. i aims to save my experience for future reference. most likely, i will save lots of practice experience on code/programming/cs. 

It is a good experience to setup this wiki. i do following and have this wiki now.

	*</description>
    </item>
</rdf:RDF>
