<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/linux</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 06:27:07 GMT</pubDate>
<item>
<title>(Bash) Using wget or curl to download web sites for archival - rwczippy</title>
<link>http://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival/</link>
<description><![CDATA[ <p>This will start at the specified URL and recursively download pages up to 3 links away from the original page, but only pages which are in the directory of the URL you specified (emacstips/) or one of its subdirectories.

wget will also rewrite the links in the pages it downloaded to make your downloaded copy a useful local copy, and it will download all page prerequisites (e.g. images, stylesheets, and the like).

The last two options -nH --cut-dirs=1 control where wget places the output. If you omitted those two options, wget would, for example, download http://web.psung.name/emacstips/index.html and place it under a subdirectory web.psung.name/emacstips of the current directory. With only -nH ("no host directory") wget would write that same file to a subdirectory emacstips. And with both options wget would write that same file to the current directory. In general, if you want to reduce the number of extraneous directories created, change cut-dirs to be the number of leading directories in your URL.</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 20:24:43 GMT</pubDate>
<guid>http://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival/</guid>
</item>
<item>
<title>(Bash) Create Symbolic Link on Unix / Linux - jonhenshaw</title>
<link>http://snipplr.com/view/8490/create-symbolic-link-on-unix--linux/</link>
<description><![CDATA[ <p>Example: ln -s /usr/local/apache/logs ./logs</p> ]]></description>
<pubDate>Thu, 18 Sep 2008 19:14:15 GMT</pubDate>
<guid>http://snipplr.com/view/8490/create-symbolic-link-on-unix--linux/</guid>
</item>
<item>
<title>(Bash) DocBack - rubinsta</title>
<link>http://snipplr.com/view/8294/docback/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Sep 2008 15:15:33 GMT</pubDate>
<guid>http://snipplr.com/view/8294/docback/</guid>
</item>
<item>
<title>(Bash) My Debian Aliases - rubinsta</title>
<link>http://snipplr.com/view/8292/my-debian-aliases/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Sep 2008 15:00:20 GMT</pubDate>
<guid>http://snipplr.com/view/8292/my-debian-aliases/</guid>
</item>
<item>
<title>(Bash) Changing what packages start and end at different run levels - pmaciver</title>
<link>http://snipplr.com/view/8132/changing-what-packages-start-and-end-at-different-run-levels/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Sep 2008 00:51:56 GMT</pubDate>
<guid>http://snipplr.com/view/8132/changing-what-packages-start-and-end-at-different-run-levels/</guid>
</item>
<item>
<title>(Bash) List Installed debian packages - pmaciver</title>
<link>http://snipplr.com/view/8131/list-installed-debian-packages/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Sep 2008 00:48:56 GMT</pubDate>
<guid>http://snipplr.com/view/8131/list-installed-debian-packages/</guid>
</item>
<item>
<title>(Bash) Remove beeping from linux - iTony</title>
<link>http://snipplr.com/view/8071/remove-beeping-from-linux/</link>
<description><![CDATA[ <p>To remove the annoying beeping of linux (so far tested in ubuntu and slackware)
the module pcspkr needs to be removed. this code would help to remove it.</p> ]]></description>
<pubDate>Thu, 28 Aug 2008 18:01:27 GMT</pubDate>
<guid>http://snipplr.com/view/8071/remove-beeping-from-linux/</guid>
</item>
<item>
<title>(Bash) Linux Rename File to Current Date/Time - theonlyalterego</title>
<link>http://snipplr.com/view/7871/linux-rename-file-to-current-datetime/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Aug 2008 14:25:17 GMT</pubDate>
<guid>http://snipplr.com/view/7871/linux-rename-file-to-current-datetime/</guid>
</item>
<item>
<title>(Bash) ssh via proxy - crazylion</title>
<link>http://snipplr.com/view/7677/ssh-via-proxy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Aug 2008 01:33:34 GMT</pubDate>
<guid>http://snipplr.com/view/7677/ssh-via-proxy/</guid>
</item>
<item>
<title>(Bash) Ueber Pipe | von stdin lesen - qrist0ph</title>
<link>http://snipplr.com/view/7108/ueber-pipe--von-stdin-lesen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Jul 2008 16:42:43 GMT</pubDate>
<guid>http://snipplr.com/view/7108/ueber-pipe--von-stdin-lesen/</guid>
</item>
<item>
<title>(Bash) Datei zeilenweise ausgeben oder Stdout zeilenweise durchlaufen - qrist0ph</title>
<link>http://snipplr.com/view/7101/datei-zeilenweise-ausgeben-oder-stdout-zeilenweise-durchlaufen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Jul 2008 09:38:16 GMT</pubDate>
<guid>http://snipplr.com/view/7101/datei-zeilenweise-ausgeben-oder-stdout-zeilenweise-durchlaufen/</guid>
</item>
<item>
<title>(Bash) Linux OS Informations in Cowthink - Sn0opy</title>
<link>http://snipplr.com/view/6610/linux-os-informations-in-cowthink/</link>
<description><![CDATA[ <p>Cowthink is an ASCII script for Linux to show text in a bubble over a cows head
Picture: http://tinyurl.com/5mupb7
Download: http://www.nog.net/~tony/warez/cowsay.shtml</p> ]]></description>
<pubDate>Fri, 06 Jun 2008 18:56:56 GMT</pubDate>
<guid>http://snipplr.com/view/6610/linux-os-informations-in-cowthink/</guid>
</item>
<item>
<title>(Bash) Remove certain files recursively in Linux - jturmel</title>
<link>http://snipplr.com/view/6527/remove-certain-files-recursively-in-linux/</link>
<description><![CDATA[ <p>Example code would remove all files/folders recursively starting from the current folder named file_name</p> ]]></description>
<pubDate>Sun, 01 Jun 2008 03:50:04 GMT</pubDate>
<guid>http://snipplr.com/view/6527/remove-certain-files-recursively-in-linux/</guid>
</item>
<item>
<title>(Bash) Get the linux modules for our pci devices - Juanje</title>
<link>http://snipplr.com/view/6155/get-the-linux-modules-for-our-pci-devices/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 May 2008 21:12:45 GMT</pubDate>
<guid>http://snipplr.com/view/6155/get-the-linux-modules-for-our-pci-devices/</guid>
</item>
<item>
<title>(Bash) Add script to default run level - funkmyer</title>
<link>http://snipplr.com/view/6129/add-script-to-default-run-level/</link>
<description><![CDATA[ <p>Run this command to add an /etc/init.d/ startup script to start at os bootup.</p> ]]></description>
<pubDate>Tue, 06 May 2008 05:17:25 GMT</pubDate>
<guid>http://snipplr.com/view/6129/add-script-to-default-run-level/</guid>
</item>
<item>
<title>(Bash) scan port - crazylion</title>
<link>http://snipplr.com/view/6018/scan-port/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Apr 2008 12:29:27 GMT</pubDate>
<guid>http://snipplr.com/view/6018/scan-port/</guid>
</item>
<item>
<title>(Bash) Bootstrap a Django fastcgi setup - mandric</title>
<link>http://snipplr.com/view/5786/bootstrap-a-django-fastcgi-setup/</link>
<description><![CDATA[ <p>This is meant to be run as root, so do it at your own risk.  It's very raw and needs error checking, but works.  I run this script to get new django sites off the ground in  a few minutes.</p> ]]></description>
<pubDate>Fri, 11 Apr 2008 12:07:41 GMT</pubDate>
<guid>http://snipplr.com/view/5786/bootstrap-a-django-fastcgi-setup/</guid>
</item>
<item>
<title>(Bash) Which version of Linux is this? - cczona</title>
<link>http://snipplr.com/view/5690/which-version-of-linux-is-this/</link>
<description><![CDATA[ <p>(EDITED: Originally I had this snip using 'cat /proc/version'.  But have since replaced it with a more reliable  -- and specific -- method)

If you need still more info (or are on a BSD), see 'uname', 'dpkg-architecture'</p> ]]></description>
<pubDate>Thu, 03 Apr 2008 21:14:02 GMT</pubDate>
<guid>http://snipplr.com/view/5690/which-version-of-linux-is-this/</guid>
</item>
<item>
<title>(Bash) Parallels bridged networking with Ubuntu Server - cczona</title>
<link>http://snipplr.com/view/5689/parallels-bridged-networking-with-ubuntu-server/</link>
<description><![CDATA[ <p>If Ubuntu Server fails to resolve hostnames or find a network connection via Parallels 3 bridged networking, it may be attempting to use the wrong network interface.</p> ]]></description>
<pubDate>Thu, 03 Apr 2008 17:51:29 GMT</pubDate>
<guid>http://snipplr.com/view/5689/parallels-bridged-networking-with-ubuntu-server/</guid>
</item>
<item>
<title>(Bash) 1440x900 (24 bit) display resolution for Ubuntu Server - cczona</title>
<link>http://snipplr.com/view/5688/1440x900-24-bit-display-resolution-for-ubuntu-server/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Apr 2008 17:23:42 GMT</pubDate>
<guid>http://snipplr.com/view/5688/1440x900-24-bit-display-resolution-for-ubuntu-server/</guid>
</item>
</channel>
</rss>