<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.chongtin.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://wiki.chongtin.com/feed.php">
        <title>Tutorial Site else</title>
        <description></description>
        <link>https://wiki.chongtin.com/</link>
        <image rdf:resource="https://wiki.chongtin.com/ttps://wiki.chongtin.com/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-04-09T00:03:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.chongtin.com/else/curl?do=revisions&amp;rev=1596789197"/>
                <rdf:li rdf:resource="https://wiki.chongtin.com/else/dvr-scan?do=revisions&amp;rev=1597765586"/>
                <rdf:li rdf:resource="https://wiki.chongtin.com/else/generate_battery_report_in_win10?do=revisions&amp;rev=1582193468"/>
                <rdf:li rdf:resource="https://wiki.chongtin.com/else/how_to_backup_a_dvd_to_mp4?do=revisions&amp;rev=1578053486"/>
                <rdf:li rdf:resource="https://wiki.chongtin.com/else/owncloud?do=revisions&amp;rev=1598615620"/>
                <rdf:li rdf:resource="https://wiki.chongtin.com/else/port_scan_with_microsoft_portqry?do=revisions&amp;rev=1589422572"/>
                <rdf:li rdf:resource="https://wiki.chongtin.com/else/this_page_statistics?do=revisions&amp;rev=1592451718"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.chongtin.com/ttps://wiki.chongtin.com/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Tutorial Site</title>
        <link>https://wiki.chongtin.com/</link>
        <url>https://wiki.chongtin.com/ttps://wiki.chongtin.com/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.chongtin.com/else/curl?do=revisions&amp;rev=1596789197">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-07T16:33:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>curl</title>
        <link>https://wiki.chongtin.com/else/curl?do=revisions&amp;rev=1596789197</link>
        <description>curl

Basic Usage


curl https://www.google.com


Use It Without Proxy


curl --noproxy &quot;*&quot; https://www.google.com


Verbose

Add -v or --verbose to the command. It will list out more information for your HTTP connection

-v, --verbose       Make the operation more talkative</description>
    </item>
    <item rdf:about="https://wiki.chongtin.com/else/dvr-scan?do=revisions&amp;rev=1597765586">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-18T23:46:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DVR-Scan</title>
        <link>https://wiki.chongtin.com/else/dvr-scan?do=revisions&amp;rev=1597765586</link>
        <description>DVR-Scan

It can be use for video motion detection. You can download it from here (&lt;https://dvr-scan.readthedocs.io/&gt;)

	*  Install Python
	*  Install pip
	*  Do “pip install dvr-scan[opencv,progress_bar]” for installing dependants
	*  Download the source of DVR-Scan, and unzip it</description>
    </item>
    <item rdf:about="https://wiki.chongtin.com/else/generate_battery_report_in_win10?do=revisions&amp;rev=1582193468">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-20T18:11:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Generate Battery Report in Win10</title>
        <link>https://wiki.chongtin.com/else/generate_battery_report_in_win10?do=revisions&amp;rev=1582193468</link>
        <description>Generate Battery Report in Win10

	*  Run cmd in administrator mode
	*  run 
powercfg /batteryreport</description>
    </item>
    <item rdf:about="https://wiki.chongtin.com/else/how_to_backup_a_dvd_to_mp4?do=revisions&amp;rev=1578053486">
        <dc:format>text/html</dc:format>
        <dc:date>2020-01-03T20:11:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to Backup a DVD to MP4</title>
        <link>https://wiki.chongtin.com/else/how_to_backup_a_dvd_to_mp4?do=revisions&amp;rev=1578053486</link>
        <description>How to Backup a DVD to MP4

You need Handbrake and libdvdcss from vlan.

Handbrake

Handbrake can be found here: &lt;https://github.com/HandBrake/HandBrake/releases&gt;

libdvdcss

The library can be found here: &lt;https://download.videolan.org/libdvdcss/1.2.11/&gt;

Howto

	*  First install Handbrake
	*  Copy the libdvdcss.dll to the Handbrake installation path root directory</description>
    </item>
    <item rdf:about="https://wiki.chongtin.com/else/owncloud?do=revisions&amp;rev=1598615620">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-28T19:53:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>OwnCloud</title>
        <link>https://wiki.chongtin.com/else/owncloud?do=revisions&amp;rev=1598615620</link>
        <description>OwnCloud

Sync file


sudo -u www-data php7.2 /var/www/owncloud/occ files:scan --all</description>
    </item>
    <item rdf:about="https://wiki.chongtin.com/else/port_scan_with_microsoft_portqry?do=revisions&amp;rev=1589422572">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-14T10:16:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Port Scan with Microsoft portqry</title>
        <link>https://wiki.chongtin.com/else/port_scan_with_microsoft_portqry?do=revisions&amp;rev=1589422572</link>
        <description>Port Scan with Microsoft portqry

Download

Google it, and go to the Microsoft site to download it, and then unzip/install it.

How to Scan Port

Assume we want to scan a port 443 for a domain example.com 

portqry -n example.com -e 443

Assume we want to scan ports 80, and 443 (in order) for a domain example.com</description>
    </item>
    <item rdf:about="https://wiki.chongtin.com/else/this_page_statistics?do=revisions&amp;rev=1592451718">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-18T11:41:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Quick Stats for this Month</title>
        <link>https://wiki.chongtin.com/else/this_page_statistics?do=revisions&amp;rev=1592451718</link>
        <description>Quick Stats for this Month</description>
    </item>
</rdf:RDF>
