<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://technotes.webstone.at/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://technotes.webstone.at/feed.php">
        <title>technotes - os_software:os:linux</title>
        <description></description>
        <link>https://technotes.webstone.at/</link>
        <image rdf:resource="https://technotes.webstone.at/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-06-15T10:35:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:crontab&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:fix_for_mount_error_12&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:install_and_set_up_request_tracker&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:let_s_encrypt&amp;rev=1537559022&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:mail&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:making_subsonic_go_premium&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:mysql_change_root_password&amp;rev=1538343514&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:rasbian&amp;rev=1772638383&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:raspberry_pi_codec_licences&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:rsyncbackup&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:sickbeard&amp;rev=1536961377&amp;do=diff"/>
                <rdf:li rdf:resource="https://technotes.webstone.at/doku.php?id=os_software:os:linux:start&amp;rev=1536961377&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://technotes.webstone.at/lib/exe/fetch.php?media=wiki:logo.png">
        <title>technotes</title>
        <link>https://technotes.webstone.at/</link>
        <url>https://technotes.webstone.at/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:crontab&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Crontab</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:crontab&amp;rev=1536961377&amp;do=diff</link>
        <description>Crontab

Crontab Generator

Beispiel einer Crontab:


#M    S   T   M  W    Befehl
5     *   *   *  *    /usr/bin/message.sh    //fünf Minuten nach jeder vollen Stunde
*/5   *   *   *  *    /usr/bin/message.sh    //alle 5 Minuten ( */Schrittweite )
59    23  *   *  0    gzip /var/log/messages //einmal pro Woche sonntags um 23:59 Uhr
0     0   *   *  *    gzip /var/log/auth.log //täglich um 00:00 Uhr
20,30 1   *   *  1-5  /usr/bin/work.sh       //montags bis freitags jeweils um 01:20 und 01:30
0 …</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:fix_for_mount_error_12&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fix for mount error(12): Cannot allocate memory</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:fix_for_mount_error_12&amp;rev=1536961377&amp;do=diff</link>
        <description>Fix for mount error(12): Cannot allocate memory

Do you have the following situation:
You’ve got a share on Windows (XP, Vista, 7) that you’re trying to access from a Linux system.
Mounted through /etc/fstab or directly through the command line.
Initially, it works great, but then loses the mountpoint – you’ll go to, say, /mnt/server/mountpoint but there are no directory contents. “mount” shows the path as still mounted.</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:install_and_set_up_request_tracker&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How I installed and set up Request Tracker</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:install_and_set_up_request_tracker&amp;rev=1536961377&amp;do=diff</link>
        <description>openSUSE 12.3: 

How I installed and set up Request Tracker

A new version of openSUSE is out and my blog entry describing how I installed and set up Request Tracker on openSUSE 12.2 is now out of date.

This blog entry, then, describes how I installed Request Tracker on openSUSE 12.3.</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:let_s_encrypt&amp;rev=1537559022&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-21T19:43:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Let’s Encrypt</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:let_s_encrypt&amp;rev=1537559022&amp;do=diff</link>
        <description>Let’s Encrypt

This page provide basic instructions for using Let&#039;s Encrypt SSL certificates on your web server. Let&#039;s Encrypt SSL is a free CA. The tool is Certbot. Certbot has some cool plugins to read and modify your existing web host configurations, so the installation process is quite simple.</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:mail&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mail commands</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:mail&amp;rev=1536961377&amp;do=diff</link>
        <description>Mail commands


Mail Command               Description
-------------------------  --------------------------------------------
t [message list]           type message(s).
n                          goto and type next message.
e [message list]           edit message(s).
f [message list]           give head lines of messages.
d [message list]           delete message(s).
s [message list] &lt;file&gt;    append message(s) to file.
u [message list]           undelete message(s).
R [message list]          …</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:making_subsonic_go_premium&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Making Subsonic go Premium</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:making_subsonic_go_premium&amp;rev=1536961377&amp;do=diff</link>
        <description>Making Subsonic go Premium

 and Never Expire

change /etc/hosts add 


127.0.0.1 subsonic.org 


at the end of that file

In Subsonic (&lt;your_ip&gt;:4040), go to the „Buy Premium“ (or similar) at the top right. 
There are two fields; 

enter:


Email: foo@bar.com
Key: f3ada405ce890b6f8204094deb12d8a8</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:mysql_change_root_password&amp;rev=1538343514&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-30T21:38:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mysql</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:mysql_change_root_password&amp;rev=1538343514&amp;do=diff</link>
        <description>Mysql

Change root password

Use mysqladmin command to change root password

If you have never set a root password for MySQL server, the server does not require a password at all for connecting as root. To setup root password for first time, use mysqladmin command at shell prompt as follows:</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:rasbian&amp;rev=1772638383&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-04T15:33:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Rasbian</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:rasbian&amp;rev=1772638383&amp;do=diff</link>
        <description>Rasbian</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:raspberry_pi_codec_licences&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Raspberry Pi Codec Licences</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:raspberry_pi_codec_licences&amp;rev=1536961377&amp;do=diff</link>
        <description>Raspberry Pi Codec Licences

Start by SSHing into the Raspberry Pi, the below can be performed from a Linux or Mac command prompt, Windows users will need to use an application such as Putty.


ssh root@openelec


The default password for root is openelec (The password is case sensitive so make sure you type it in all lower case).</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:rsyncbackup&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Backup mit rsync</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:rsyncbackup&amp;rev=1536961377&amp;do=diff</link>
        <description>Backup mit rsync

unter openSuse 13.1

	*  Installation von rsync auf dem Backupserver 
zypper in rsync

	*  Installation von openssh 
zypper in openssh

	*  Generierung eines Schluesselpaars ohne passphrase fur das rsync backup 

cd ~
ssh-keygen -t rsa -b 2048 -f ~/.ssh/backupkey</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:sickbeard&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Automating your TV downloads with SABnzbd+ and Sick Beard</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:sickbeard&amp;rev=1536961377&amp;do=diff</link>
        <description>Automating your TV downloads with SABnzbd+ and Sick Beard

Why bother with a DVR when you can get your computer to automatically download TV shows soon after they air? By using a few open-source tools and a Usenet account (yeah, I know, don’t talk about Usenet), you can build such a system quite easily. Naturally, it works best in a home server environment, but you can run it on your desktop or notebook as well.</description>
    </item>
    <item rdf:about="https://technotes.webstone.at/doku.php?id=os_software:os:linux:start&amp;rev=1536961377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T21:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Linux</title>
        <link>https://technotes.webstone.at/doku.php?id=os_software:os:linux:start&amp;rev=1536961377&amp;do=diff</link>
        <description>Linux
linux index</description>
    </item>
</rdf:RDF>
