<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://spacerat.ch/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://spacerat.ch/feed.php">
        <title>Spacerats little techwiki</title>
        <description></description>
        <link>https://spacerat.ch/</link>
        <image rdf:resource="https://spacerat.ch/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-18T08:48:18+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?id=bash_oneliners&amp;rev=1754482050&amp;do=diff"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?id=set_systemd_timer_to_run_sysstat_every_10_seconds&amp;rev=1733839598&amp;do=diff"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?id=start&amp;rev=1733839568&amp;do=diff"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?id=set_systemd_timer_to_run_every_10_seconds&amp;rev=1733839536&amp;do=diff"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?id=sea_saba&amp;rev=1648489801&amp;do=diff"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=sea_saba_paypal.png&amp;ns=0&amp;rev=1648489772&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?id=some_filesystem_benchmarks_compared_regarding_zfs_especially&amp;rev=1581413065&amp;do=diff"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=sc5020_fs_benchmarks-v3-final.pdf&amp;ns=0&amp;rev=1581412978&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=attack_stats.png&amp;ns=0&amp;rev=1459319888&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=putty_mysql2.png&amp;ns=0&amp;rev=1456242003&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=putty_mysql1.png&amp;ns=0&amp;rev=1456241765&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=putty_mysql0.png&amp;ns=0&amp;rev=1456241755&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=vi_cheat_sheet.pdf&amp;ns=0&amp;rev=1449500412&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=keyboardlayoutsg.pdf&amp;ns=0&amp;rev=1449500412&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=bos.png&amp;ns=0&amp;rev=1443539997&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1441618213&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=sr-special1a.gif&amp;ns=0&amp;rev=1441616405&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=sr-special1b.gif&amp;ns=0&amp;rev=1441616405&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://spacerat.ch/doku.php?image=sr004_003.jpg&amp;ns=0&amp;rev=1441616184&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://spacerat.ch/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Spacerats little techwiki</title>
        <link>https://spacerat.ch/</link>
        <url>https://spacerat.ch/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://spacerat.ch/doku.php?id=bash_oneliners&amp;rev=1754482050&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-06T12:07:30+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>bash_oneliners</title>
        <link>https://spacerat.ch/doku.php?id=bash_oneliners&amp;rev=1754482050&amp;do=diff</link>
        <description>BASH oneliners

	*  Whats my WAN IP?


dig +short myip.opendns.com @resolver1.opendns.com


	*  Find large files, print 10 largest files in dir


find . -printf &#039;%s %p\n&#039;|sort -nr|head


	*  size of all files older than mtime


find . -mtime +7 -print0 | du -hc --files0-from - | tail -n 1</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?id=set_systemd_timer_to_run_sysstat_every_10_seconds&amp;rev=1733839598&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-10T14:06:38+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>set_systemd_timer_to_run_sysstat_every_10_seconds - created</title>
        <link>https://spacerat.ch/doku.php?id=set_systemd_timer_to_run_sysstat_every_10_seconds&amp;rev=1733839598&amp;do=diff</link>
        <description>yum -y install sysstat

export SYSTEMD_EDITOR=/usr/bin/vim
systemctl edit sysstat-collect.timer

cat /etc/systemd/system/sysstat-collect.timer.d/override.conf

[Unit]
Description=Run system activity accounting tool every 10 seconds

# Start 10 seconds after boot and repeat every 10 seconds
[Timer]
OnBootSec=10s
OnUnitActiveSec=10s
AccuracySec=1s

[Install]
WantedBy=sysstat.service

systemctl daemon-reload 
systemctl enable --now sysstat

sysstat is now collecting data every 10 seconds. (+1sec ex…</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?id=start&amp;rev=1733839568&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-10T14:06:08+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://spacerat.ch/doku.php?id=start&amp;rev=1733839568&amp;do=diff</link>
        <description>Unix things

	*  Imperial Beep (The Star Wars Imperial March as beeps from the PC speaker)
	*  Bash oneliners
	*  Scrolling in screen
	*  Mathematics in bash
	*  SSH reverse tunneling
	*  vi cheat sheet / swiss german keyboard layout commands
	*  Chrooted bind9 on Jessie
	*  Fix mysql / logrotate error on Jessie
	*  Connect to remote mysql through putty (windows client / linux server)
	*  GeoIP iptables blocking
	*  run sieve filters locally
	*  limit memory/swap usage for bash progs
	*  SSH ses…</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?id=set_systemd_timer_to_run_every_10_seconds&amp;rev=1733839536&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-10T14:05:36+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>set_systemd_timer_to_run_every_10_seconds - created</title>
        <link>https://spacerat.ch/doku.php?id=set_systemd_timer_to_run_every_10_seconds&amp;rev=1733839536&amp;do=diff</link>
        <description>yum -y install sysstat

export SYSTEMD_EDITOR=/usr/bin/vim
systemctl edit sysstat-collect.timer

cat /etc/systemd/system/sysstat-collect.timer.d/override.conf

[Unit]
Description=Run system activity accounting tool every 10 seconds

# Start 10 seconds after boot and repeat every 10 seconds
[Timer]
OnBootSec=10s
OnUnitActiveSec=10s
AccuracySec=1s

[Install]
WantedBy=sysstat.service

systemctl daemon-reload 
systemctl enable --now sysstat

sysstat is now collecting data every 10 seconds. (+1sec ex…</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?id=sea_saba&amp;rev=1648489801&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-28T17:50:01+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>sea_saba</title>
        <link>https://spacerat.ch/doku.php?id=sea_saba&amp;rev=1648489801&amp;do=diff</link>
        <description>Saba is such a beauty, such a grace</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=sea_saba_paypal.png&amp;ns=0&amp;rev=1648489772&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-28T17:49:32+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>sea_saba_paypal.png - created</title>
        <link>https://spacerat.ch/doku.php?image=sea_saba_paypal.png&amp;ns=0&amp;rev=1648489772&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=b17247&amp;amp;media=sea_saba_paypal.png&quot; alt=&quot;sea_saba_paypal.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?id=some_filesystem_benchmarks_compared_regarding_zfs_especially&amp;rev=1581413065&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-11T09:24:25+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>some_filesystem_benchmarks_compared_regarding_zfs_especially</title>
        <link>https://spacerat.ch/doku.php?id=some_filesystem_benchmarks_compared_regarding_zfs_especially&amp;rev=1581413065&amp;do=diff</link>
        <description>Some Filesystem Benchmarks compared, regarding ZFS especially

[PDF]</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=sc5020_fs_benchmarks-v3-final.pdf&amp;ns=0&amp;rev=1581412978&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-11T09:22:58+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>sc5020_fs_benchmarks-v3-final.pdf</title>
        <link>https://spacerat.ch/doku.php?image=sc5020_fs_benchmarks-v3-final.pdf&amp;ns=0&amp;rev=1581412978&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;sc5020_fs_benchmarks-v3-final.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=attack_stats.png&amp;ns=0&amp;rev=1459319888&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-30T06:38:08+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>attack_stats.png - created</title>
        <link>https://spacerat.ch/doku.php?image=attack_stats.png&amp;ns=0&amp;rev=1459319888&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=56526f&amp;amp;media=attack_stats.png&quot; alt=&quot;attack_stats.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=putty_mysql2.png&amp;ns=0&amp;rev=1456242003&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-23T15:40:03+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>putty_mysql2.png</title>
        <link>https://spacerat.ch/doku.php?image=putty_mysql2.png&amp;ns=0&amp;rev=1456242003&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=5650ed&amp;amp;media=putty_mysql2.png&quot; alt=&quot;putty_mysql2.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=putty_mysql1.png&amp;ns=0&amp;rev=1456241765&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-23T15:36:05+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>putty_mysql1.png - created</title>
        <link>https://spacerat.ch/doku.php?image=putty_mysql1.png&amp;ns=0&amp;rev=1456241765&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=b9a726&amp;amp;media=putty_mysql1.png&quot; alt=&quot;putty_mysql1.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=putty_mysql0.png&amp;ns=0&amp;rev=1456241755&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-23T15:35:55+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>putty_mysql0.png - created</title>
        <link>https://spacerat.ch/doku.php?image=putty_mysql0.png&amp;ns=0&amp;rev=1456241755&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=47146d&amp;amp;media=putty_mysql0.png&quot; alt=&quot;putty_mysql0.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=vi_cheat_sheet.pdf&amp;ns=0&amp;rev=1449500412&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-12-07T15:00:12+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>vi_cheat_sheet.pdf - created</title>
        <link>https://spacerat.ch/doku.php?image=vi_cheat_sheet.pdf&amp;ns=0&amp;rev=1449500412&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;vi_cheat_sheet.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=keyboardlayoutsg.pdf&amp;ns=0&amp;rev=1449500412&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-12-07T15:00:12+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>keyboardlayoutsg.pdf - created</title>
        <link>https://spacerat.ch/doku.php?image=keyboardlayoutsg.pdf&amp;ns=0&amp;rev=1449500412&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;keyboardlayoutsg.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=bos.png&amp;ns=0&amp;rev=1443539997&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-29T15:19:57+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>bos.png - created</title>
        <link>https://spacerat.ch/doku.php?image=bos.png&amp;ns=0&amp;rev=1443539997&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=eb9c7b&amp;amp;media=bos.png&quot; alt=&quot;bos.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1441618213&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-07T09:30:13+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>logo.png - created</title>
        <link>https://spacerat.ch/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1441618213&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=fbf00d&amp;amp;media=wiki:logo.png&quot; alt=&quot;logo.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=sr-special1a.gif&amp;ns=0&amp;rev=1441616405&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-07T09:00:05+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>sr-special1a.gif - created</title>
        <link>https://spacerat.ch/doku.php?image=sr-special1a.gif&amp;ns=0&amp;rev=1441616405&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=642a4c&amp;amp;media=sr-special1a.gif&quot; alt=&quot;sr-special1a.gif&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=sr-special1b.gif&amp;ns=0&amp;rev=1441616405&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-07T09:00:05+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>sr-special1b.gif - created</title>
        <link>https://spacerat.ch/doku.php?image=sr-special1b.gif&amp;ns=0&amp;rev=1441616405&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=20b25a&amp;amp;media=sr-special1b.gif&quot; alt=&quot;sr-special1b.gif&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://spacerat.ch/doku.php?image=sr004_003.jpg&amp;ns=0&amp;rev=1441616184&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-07T08:56:24+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>sr004_003.jpg - created</title>
        <link>https://spacerat.ch/doku.php?image=sr004_003.jpg&amp;ns=0&amp;rev=1441616184&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://spacerat.ch/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=7bece2&amp;amp;media=sr004_003.jpg&quot; alt=&quot;sr004_003.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
