<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Linux on Body of Knowledge | João Malcata</title>
    <link>https://bok.malcata.eu/tags/linux/</link>
    <description>Recent content in Linux on Body of Knowledge | João Malcata</description>
    <image>
      <title>Body of Knowledge | João Malcata</title>
      <url>https://bok.malcata.eu/icon.png</url>
      <link>https://bok.malcata.eu/icon.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 22 Aug 2007 00:14:41 +0000</lastBuildDate><atom:link href="https://bok.malcata.eu/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>check the latest kernel version available</title>
      <link>https://bok.malcata.eu/blog/check-latest-kernel-version/</link>
      <pubDate>Wed, 22 Aug 2007 00:14:41 +0000</pubDate>
      
      <guid>https://bok.malcata.eu/blog/check-latest-kernel-version/</guid>
      <description>&lt;p&gt;In order to check the latest kernel version available just do this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;finger @kernel.org
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And get an output similar to:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;[kernel.org]
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;The latest stable version of the Linux kernel is:           2.6.22.4
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;The latest prepatch for the stable Linux kernel tree is:    2.6.23-rc3
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;The latest snapshot for the stable Linux kernel tree is:    2.6.23-rc3-git4
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;The latest 2.4 version of the Linux kernel is:              2.4.35.1
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;The latest 2.2 version of the Linux kernel is:              2.2.26
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;The latest prepatch for the 2.2 Linux kernel tree is:       2.2.27-rc2
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;The latest -mm patch to the stable Linux kernels is:        2.6.23-rc2-mm2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>add a scheduled job with crontab</title>
      <link>https://bok.malcata.eu/blog/add-a-scheduled-job-with-crontab/</link>
      <pubDate>Sun, 15 Oct 2006 13:42:03 +0000</pubDate>
      
      <guid>https://bok.malcata.eu/blog/add-a-scheduled-job-with-crontab/</guid>
      <description>&lt;p&gt;In order to add a scheduled job just call &amp;ldquo;crontab -e&amp;rdquo; and add entries to the crontab file.
Take a look at this scheduled crontab examples:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0 0 * * *       ~/incremental_bck.sh    --midnight every day
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0 0 * * 1-5    ~/send_happybirthday.sh  --midnight every weekday
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0 0 1,15 * *   ~/full_backup.sh         --midnight on 1st and 15th days
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Multiple web sites installation on wordpress</title>
      <link>https://bok.malcata.eu/howtos/wordpress-multiple-websites/</link>
      <pubDate>Wed, 23 Aug 2006 23:10:07 +0000</pubDate>
      
      <guid>https://bok.malcata.eu/howtos/wordpress-multiple-websites/</guid>
      <description>Here are the basic steps to install another wordpress weblog on a multiple web sites infrastructure over a single apache2 on debian.</description>
    </item>
    
  </channel>
</rss>
