<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - yuconner</title>
<link>http://snipplr.com/users/yuconner/tags/linux</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 06 Sep 2008 22:22:41 GMT</pubDate>
<item>
<title>(Bash) Show sound cards detected (linux)</title>
<link>http://snipplr.com/view/1494/show-sound-cards-detected-linux/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 29 Oct 2006 01:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/1494/show-sound-cards-detected-linux/</guid>
</item>
<item>
<title>(Bash) md5 check</title>
<link>http://snipplr.com/view/1493/md5-check/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 28 Oct 2006 16:52:58 GMT</pubDate>
<guid>http://snipplr.com/view/1493/md5-check/</guid>
</item>
<item>
<title>(Bash) how to backup a partition</title>
<link>http://snipplr.com/view/1471/how-to-backup-a-partition/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 25 Oct 2006 18:10:50 GMT</pubDate>
<guid>http://snipplr.com/view/1471/how-to-backup-a-partition/</guid>
</item>
<item>
<title>(Bash) how to set the nice value of a process (priority execution)</title>
<link>http://snipplr.com/view/1006/how-to-set-the-nice-value-of-a-process-priority-execution/</link>
<description><![CDATA[ <p>Example: nice -n 10 date
priority for root: -20 (higher priority) .. 19 (lower priority)
priority for common users: 0..19
To list process and nice value: "ps -el"</p> ]]></description>
<pubDate>Sun, 03 Sep 2006 13:26:47 GMT</pubDate>
<guid>http://snipplr.com/view/1006/how-to-set-the-nice-value-of-a-process-priority-execution/</guid>
</item>
<item>
<title>(Bash) Send an email by command line</title>
<link>http://snipplr.com/view/949/send-an-email-by-command-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 Aug 2006 17:37:35 GMT</pubDate>
<guid>http://snipplr.com/view/949/send-an-email-by-command-line/</guid>
</item>
<item>
<title>(Bash) Find a blank line with fgrep</title>
<link>http://snipplr.com/view/948/find-a-blank-line-with-fgrep/</link>
<description><![CDATA[ <p>see man files for cat &amp; fgrep for understand the switchs</p> ]]></description>
<pubDate>Fri, 25 Aug 2006 15:21:57 GMT</pubDate>
<guid>http://snipplr.com/view/948/find-a-blank-line-with-fgrep/</guid>
</item>
<item>
<title>(Bash) Linux pipe example</title>
<link>http://snipplr.com/view/947/linux-pipe-example/</link>
<description><![CDATA[ <p>try:
ls -l > pipe
cat < pipe</p> ]]></description>
<pubDate>Fri, 25 Aug 2006 12:46:44 GMT</pubDate>
<guid>http://snipplr.com/view/947/linux-pipe-example/</guid>
</item>
<item>
<title>(Other) Easy (un)commenting out of source code with vi editor</title>
<link>http://snipplr.com/view/871/easy-uncommenting-out-of-source-code-with-vi-editor/</link>
<description><![CDATA[ <p>#Put into your .vimrc file
#The commands to comment a selection of text are as follows, begining with begining-of-line comments:

    ,#    shell, perl, etc
    ,/     c  
    ,>    email quote
    ,"     vim
    ,%    latex, prolog
    ,!      assembly?... add single !
    ,;      scheme
    ,-      don't remember this one... add --
    ,c     clears any of the previous comments

Here are the wrapping comments, each line wrapped individually:

    ,*      c
    ,(       Standard ML
    ,<      html
    ,d      clears any of the wrapping comments</p> ]]></description>
<pubDate>Mon, 21 Aug 2006 00:21:47 GMT</pubDate>
<guid>http://snipplr.com/view/871/easy-uncommenting-out-of-source-code-with-vi-editor/</guid>
</item>
<item>
<title>(Bash) How to set up cdrom velocity in linux (and turn off)</title>
<link>http://snipplr.com/view/870/how-to-set-up-cdrom-velocity-in-linux-and-turn-off/</link>
<description><![CDATA[ <p>hdparm -E [cdspeed] /dev/cdrom</p> ]]></description>
<pubDate>Sun, 20 Aug 2006 23:11:21 GMT</pubDate>
<guid>http://snipplr.com/view/870/how-to-set-up-cdrom-velocity-in-linux-and-turn-off/</guid>
</item>
<item>
<title>(Bash) gmessage script example</title>
<link>http://snipplr.com/view/869/gmessage-script-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Aug 2006 23:08:53 GMT</pubDate>
<guid>http://snipplr.com/view/869/gmessage-script-example/</guid>
</item>
<item>
<title>(Bash) linux date &amp;amp; clock change</title>
<link>http://snipplr.com/view/851/linux-date--clock-change/</link>
<description><![CDATA[ <p>To check it: hwclock, date</p> ]]></description>
<pubDate>Fri, 18 Aug 2006 20:49:09 GMT</pubDate>
<guid>http://snipplr.com/view/851/linux-date--clock-change/</guid>
</item>
<item>
<title>(Bash) How to know actual kernel info</title>
<link>http://snipplr.com/view/850/how-to-know-actual-kernel-info/</link>
<description><![CDATA[ <p>All information: uname -a
Example: Linux hostname 2.6.15-20-k7 #1 SMP PREEMPT Tue Apr 4 19:26:13 UTC 2006 i686 GNU/Linux</p> ]]></description>
<pubDate>Fri, 18 Aug 2006 17:21:55 GMT</pubDate>
<guid>http://snipplr.com/view/850/how-to-know-actual-kernel-info/</guid>
</item>
<item>
<title>(Bash) set default editor in linux</title>
<link>http://snipplr.com/view/846/set-default-editor-in-linux/</link>
<description><![CDATA[ <p>Examples
add that line to $HOME/.bashrc to have a permanent change</p> ]]></description>
<pubDate>Thu, 17 Aug 2006 21:05:42 GMT</pubDate>
<guid>http://snipplr.com/view/846/set-default-editor-in-linux/</guid>
</item>
<item>
<title>(Bash) Dynamic IP update (to DNS service like zoneedit or dyndns) inside a local LAN or behind a router</title>
<link>http://snipplr.com/view/845/dynamic-ip-update-to-dns-service-like-zoneedit-or-dyndns-inside-a-local-lan-or-behind-a-router/</link>
<description><![CDATA[ <p>Useful if you are behind a router, or in a LAN, and you didn't make (or can't have) a  direct ppp connection to the ISP.
Change "myweb.com" to the correct hostname
For example to update zoneedit zone:
#update_dns_ip.sh
wget -O - --http-user= --http-passwd= 'http://dynamic.zoneedit.com/auth/dynamic.html?host='
(complete user, pass and host)</p> ]]></description>
<pubDate>Thu, 17 Aug 2006 20:53:13 GMT</pubDate>
<guid>http://snipplr.com/view/845/dynamic-ip-update-to-dns-service-like-zoneedit-or-dyndns-inside-a-local-lan-or-behind-a-router/</guid>
</item>
<item>
<title>(Bash) useful commands and files for network admin at unix systems</title>
<link>http://snipplr.com/view/844/useful-commands-and-files-for-network-admin-at-unix-systems/</link>
<description><![CDATA[ <p>useful commands and files for network admin at unix systems</p> ]]></description>
<pubDate>Thu, 17 Aug 2006 20:05:17 GMT</pubDate>
<guid>http://snipplr.com/view/844/useful-commands-and-files-for-network-admin-at-unix-systems/</guid>
</item>
<item>
<title>(Bash) how to umount when the dev is blocked?</title>
<link>http://snipplr.com/view/761/how-to-umount-when-the-dev-is-blocked/</link>
<description><![CDATA[ <p>Find the process id using the dev</p> ]]></description>
<pubDate>Wed, 09 Aug 2006 19:03:16 GMT</pubDate>
<guid>http://snipplr.com/view/761/how-to-umount-when-the-dev-is-blocked/</guid>
</item>
<item>
<title>(Bash) How to mount iso/nrg/mdf image files and how to convert between formats</title>
<link>http://snipplr.com/view/738/how-to-mount-isonrgmdf-image-files-and-how-to-convert-between-formats/</link>
<description><![CDATA[ <p>For bin iso you also need cdemu
To convert between formats check: mdf2iso, nrg2iso and ccd2iso</p> ]]></description>
<pubDate>Fri, 04 Aug 2006 15:44:38 GMT</pubDate>
<guid>http://snipplr.com/view/738/how-to-mount-isonrgmdf-image-files-and-how-to-convert-between-formats/</guid>
</item>
<item>
<title>(Bash) Make an ISO Image from console</title>
<link>http://snipplr.com/view/737/make-an-iso-image-from-console/</link>
<description><![CDATA[ <p>To make an ISO from your CD/DVD, place the media in your drive but do not mount it. If it automounts, unmount it.</p> ]]></description>
<pubDate>Fri, 04 Aug 2006 15:40:48 GMT</pubDate>
<guid>http://snipplr.com/view/737/make-an-iso-image-from-console/</guid>
</item>
</channel>
</rss>