<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:10:37 +0000</lastBuildDate>
    <item>
      <title>(Bash) Create ISO files in Linux - webonomic</title>
      <link>https://snipplr.com/view/26623/create-iso-files-in-linux</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jan 2010 16:22:30 UTC</pubDate>
      <guid>https://snipplr.com/view/26623/create-iso-files-in-linux</guid>
    </item>
    <item>
      <title>(Bash) Send email using mail command on linux - webonomic</title>
      <link>https://snipplr.com/view/24239/send-email-using-mail-command-on-linux</link>
      <description>&lt;p&gt;This command will email the contents of emailbody.txt to somebody@domain.com with the subject My subject line.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Dec 2009 23:56:13 UTC</pubDate>
      <guid>https://snipplr.com/view/24239/send-email-using-mail-command-on-linux</guid>
    </item>
    <item>
      <title>(Bash) Loop through Array in Bash - webonomic</title>
      <link>https://snipplr.com/view/24230/loop-through-array-in-bash</link>
      <description>&lt;p&gt;This creates an array of various linux shell names, loops through the array and ouputs a file called shell_locations.txt showing where the shells are located on the linux system.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Dec 2009 20:45:39 UTC</pubDate>
      <guid>https://snipplr.com/view/24230/loop-through-array-in-bash</guid>
    </item>
    <item>
      <title>(Bash) Backup your MBR on Linux - webonomic</title>
      <link>https://snipplr.com/view/13173/backup-your-mbr-on-linux</link>
      <description>&lt;p&gt;About the dd command:&#13;
&#13;
dd if=&lt;source&gt; of=&lt;target&gt; bs=&lt;byte&gt;("USUALLY" some power of 2, not less than 512 bytes(ie, 512, 1024, 2048, 4096, 8192, 16384[/b], but can be ANY reasonable number.) skip= seek= conv=&lt;conversion&gt;.&#13;
&#13;
Source is the data being read. Target is where the data gets written.&#13;
&#13;
Warning!! If you reverse the source and target, you can wipe out a lot of data. This feature has inspired the nickname "dd" Data Destroyer.&#13;
Warning!! Caution should be observed when using dd to duplicate encrypted partitions.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Mar 2009 00:11:55 UTC</pubDate>
      <guid>https://snipplr.com/view/13173/backup-your-mbr-on-linux</guid>
    </item>
    <item>
      <title>(Bash) Unique Background Wallpapers for Workspaces on Linux - webonomic</title>
      <link>https://snipplr.com/view/11349/unique-background-wallpapers-for-workspaces-on-linux</link>
      <description>&lt;p&gt;Bash shell scripts to control wallpaper backgrounds when switching between Ubuntu workspaces. (Other distributions can use it too).&#13;
&#13;
Take the below 2 scripts to make 2 separate files.  Use gconf-editor to attach keybindings to run_command_1 and run_command_2.  Set command_1 and command_2 to point to the appropriate files.  &#13;
&#13;
See the URL for more details.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:50:37 UTC</pubDate>
      <guid>https://snipplr.com/view/11349/unique-background-wallpapers-for-workspaces-on-linux</guid>
    </item>
    <item>
      <title>(Bash) ImageMagick: Convert PDF to Images - webonomic</title>
      <link>https://snipplr.com/view/10361/imagemagick-convert-pdf-to-images</link>
      <description>&lt;p&gt;If you don't have Adobe Acrobat Pro to export a PDF to multiple images, you can use this ImageMagick code.&#13;
&#13;
This command will produce the files 'result-0.jpg' , 'result-1.jpg', etc... for each PDF page.&lt;/p&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:54:25 UTC</pubDate>
      <guid>https://snipplr.com/view/10361/imagemagick-convert-pdf-to-images</guid>
    </item>
    <item>
      <title>(Bash) ImageMagick: Append many images into one - webonomic</title>
      <link>https://snipplr.com/view/10360/imagemagick-append-many-images-into-one</link>
      <description>&lt;p&gt;You can use this code in Bash or Windows CMD / Command prompt (although you'll have the change the comment character from # to :: for the windows prompt)&lt;/p&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:45:30 UTC</pubDate>
      <guid>https://snipplr.com/view/10360/imagemagick-append-many-images-into-one</guid>
    </item>
  </channel>
</rss>
