<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://how.kdek.one/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://how.kdek.one/feed.php">
        <title>How is KdeK the one?</title>
        <description></description>
        <link>https://how.kdek.one/</link>
        <image rdf:resource="https://how.kdek.one/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-15T14:46:22+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://how.kdek.one/doku.php?id=virtualbox_operation&amp;rev=1772976155&amp;do=diff"/>
                <rdf:li rdf:resource="https://how.kdek.one/doku.php?id=mikrotik&amp;rev=1769565157&amp;do=diff"/>
                <rdf:li rdf:resource="https://how.kdek.one/doku.php?id=pcc_load_balancer&amp;rev=1769564977&amp;do=diff"/>
                <rdf:li rdf:resource="https://how.kdek.one/doku.php?id=virtualbox_scripts&amp;rev=1769067803&amp;do=diff"/>
                <rdf:li rdf:resource="https://how.kdek.one/doku.php?id=virtualbox&amp;rev=1769065081&amp;do=diff"/>
                <rdf:li rdf:resource="https://how.kdek.one/doku.php?id=start&amp;rev=1769064741&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://how.kdek.one/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>How is KdeK the one?</title>
        <link>https://how.kdek.one/</link>
        <url>https://how.kdek.one/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://how.kdek.one/doku.php?id=virtualbox_operation&amp;rev=1772976155&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-08T13:22:35+00:00</dc:date>
        <dc:creator>kadek (kadek@undisclosed.example.com)</dc:creator>
        <title>virtualbox_operation</title>
        <link>https://how.kdek.one/doku.php?id=virtualbox_operation&amp;rev=1772976155&amp;do=diff</link>
        <description>VirtualBox Operation

List running VM:
VBoxManage list runningvms
Start the VM (for example VM:WinServer, type:headless):
VBoxManage startvm &quot;WinServer&quot; --type headless
Power Off the VM:
VBoxManage controlvm &quot;WinServer&quot; poweroff
----------

Enable VRDE (VirtualBox Remote Display Extension):</description>
    </item>
    <item rdf:about="https://how.kdek.one/doku.php?id=mikrotik&amp;rev=1769565157&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T01:52:37+00:00</dc:date>
        <dc:creator>kadek (kadek@undisclosed.example.com)</dc:creator>
        <title>mikrotik</title>
        <link>https://how.kdek.one/doku.php?id=mikrotik&amp;rev=1769565157&amp;do=diff</link>
        <description>Mikrotik Notes

	*  First Setup
	*  Wireless Repeater
	*  L2TP with IPSec VPN
	*  PCC Load Balancer</description>
    </item>
    <item rdf:about="https://how.kdek.one/doku.php?id=pcc_load_balancer&amp;rev=1769564977&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T01:49:37+00:00</dc:date>
        <dc:creator>kadek (kadek@undisclosed.example.com)</dc:creator>
        <title>pcc_load_balancer</title>
        <link>https://how.kdek.one/doku.php?id=pcc_load_balancer&amp;rev=1769564977&amp;do=diff</link>
        <description>PCC Load Balancer

	*  PCC on RouterOS v6
	*  PCC on RouterOS v7</description>
    </item>
    <item rdf:about="https://how.kdek.one/doku.php?id=virtualbox_scripts&amp;rev=1769067803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-22T07:43:23+00:00</dc:date>
        <dc:creator>kadek (kadek@undisclosed.example.com)</dc:creator>
        <title>virtualbox_scripts</title>
        <link>https://how.kdek.one/doku.php?id=virtualbox_scripts&amp;rev=1769067803&amp;do=diff</link>
        <description>VirtualBox Scripts

Script for Check &amp; Start VM

This script will check VM status and start inactive VM:
#!/bin/bash

# List of VirtualBox VM names
VM_NAMES=(&quot;WinServer&quot; &quot;LinServer&quot;)
echo &quot;==== VirtualBox VM Checker ====&quot;
echo &quot;==== Script from KdeK.One ====&quot;
for NAME in &quot;${VM_NAMES[@]}&quot;; do
   # Check if VM exists
   EXISTS=$(VBoxManage list vms | grep -w &quot;\&quot;$NAME\&quot;&quot; )
   if [ -z &quot;$EXISTS&quot; ]; then
      echo &quot;[WARNING] VM &#039;$NAME&#039; not found in VirtualBox.&quot;
      continue
   fi
  
   # Check if V…</description>
    </item>
    <item rdf:about="https://how.kdek.one/doku.php?id=virtualbox&amp;rev=1769065081&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-22T06:58:01+00:00</dc:date>
        <dc:creator>kadek (kadek@undisclosed.example.com)</dc:creator>
        <title>virtualbox</title>
        <link>https://how.kdek.one/doku.php?id=virtualbox&amp;rev=1769065081&amp;do=diff</link>
        <description>VirtualBox

	*  VirtualBox Installation on Ubuntu
	*  VirtualBox Operation
	*  VirtualBox Scripts</description>
    </item>
    <item rdf:about="https://how.kdek.one/doku.php?id=start&amp;rev=1769064741&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-22T06:52:21+00:00</dc:date>
        <dc:creator>kadek (kadek@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://how.kdek.one/doku.php?id=start&amp;rev=1769064741&amp;do=diff</link>
        <description>HOW.KDEK.ONE

This website is just for hosting my personal notes:

	*  Mikrotik
	*  Proxmox VE
	*  SoftEther VPN
	*  VirtualBox  
	*  Windows
	*  Linux
	*  Others

Copyright &amp; Disclaimer

All content on this website, including notes, code snippets, and other materials, is provided for personal reference and educational purposes only.
You are free to view and use the information, but use it at your own risk. I make no guarantees about the accuracy, completeness, or reliability of the content. I a…</description>
    </item>
</rdf:RDF>
