<?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/tags/Shell</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 21:53:55 GMT</pubDate>
<item>
<title>(Bash) Check to see if the user running the script is root - deanhouseholder</title>
<link>http://snipplr.com/view/70806/check-to-see-if-the-user-running-the-script-is-root/</link>
<description><![CDATA[ <p>If you have a script that must be run as the root user, put this at the top:</p> ]]></description>
<pubDate>Tue, 16 Apr 2013 16:35:09 GMT</pubDate>
<guid>http://snipplr.com/view/70806/check-to-see-if-the-user-running-the-script-is-root/</guid>
</item>
<item>
<title>(Bash) CRUD shell script for Bash - dego89</title>
<link>http://snipplr.com/view/70225/crud-shell-script-for-bash/</link>
<description><![CDATA[ <p>Shell script written in bash which displays a menu giving the you ability to add, edit, modify, and delete users.</p> ]]></description>
<pubDate>Mon, 04 Mar 2013 09:27:43 GMT</pubDate>
<guid>http://snipplr.com/view/70225/crud-shell-script-for-bash/</guid>
</item>
<item>
<title>(Bash) ffmpeg - Trim audio file without re-encoding - dmertl</title>
<link>http://snipplr.com/view/68795/ffmpeg--trim-audio-file-without-reencoding/</link>
<description><![CDATA[ <p>Use ffmpeg to trim an audio file without re-encoding it.</p> ]]></description>
<pubDate>Wed, 28 Nov 2012 14:29:38 GMT</pubDate>
<guid>http://snipplr.com/view/68795/ffmpeg--trim-audio-file-without-reencoding/</guid>
</item>
<item>
<title>(Java) Learning JAVA (with basic standalone code snippets) - bcmoney</title>
<link>http://snipplr.com/view/66769/learning-java-with-basic-standalone-code-snippets/</link>
<description><![CDATA[ <p>Just some random stuff I worked through myself and used a long time ago to get up to speed with Java in University. 

If you can understand these basic samples by actually running them and experimenting, then you'll be set to do more in-depth programming.</p> ]]></description>
<pubDate>Fri, 17 Aug 2012 00:35:21 GMT</pubDate>
<guid>http://snipplr.com/view/66769/learning-java-with-basic-standalone-code-snippets/</guid>
</item>
<item>
<title>(Bash) Chown all folders 755, files 644 in Linux - axertion</title>
<link>http://snipplr.com/view/63249/chown-all-folders-755-files-644-in-linux/</link>
<description><![CDATA[ <p>Sets the permissions for all folders to 755, and for all files 644.

Useful for SUPHP configurations which required this specific permission setup.</p> ]]></description>
<pubDate>Sat, 11 Feb 2012 02:49:30 GMT</pubDate>
<guid>http://snipplr.com/view/63249/chown-all-folders-755-files-644-in-linux/</guid>
</item>
<item>
<title>(Bash) Show load visually (apache) - klovera</title>
<link>http://snipplr.com/view/63026/show-load-visually-apache/</link>
<description><![CDATA[ <p>Shows the load of the cpu graphically in ssh (note you must install htop first)</p> ]]></description>
<pubDate>Fri, 03 Feb 2012 11:59:51 GMT</pubDate>
<guid>http://snipplr.com/view/63026/show-load-visually-apache/</guid>
</item>
<item>
<title>(Bash) Empty a database table - ModServ</title>
<link>http://snipplr.com/view/62712/empty-a-database-table/</link>
<description><![CDATA[ <p>A bash command to empty a database table.</p> ]]></description>
<pubDate>Mon, 23 Jan 2012 12:16:05 GMT</pubDate>
<guid>http://snipplr.com/view/62712/empty-a-database-table/</guid>
</item>
<item>
<title>(Bash) tar excluding directory - klovera</title>
<link>http://snipplr.com/view/62543/tar-excluding-directory/</link>
<description><![CDATA[ <p>How to run a tar archive backup excluding a directory. For example, running a website root directory backup excluding the 'backups' directory.</p> ]]></description>
<pubDate>Sat, 14 Jan 2012 04:02:34 GMT</pubDate>
<guid>http://snipplr.com/view/62543/tar-excluding-directory/</guid>
</item>
<item>
<title>(Other) Shell - Run OSX Maintenance scripts - weidel</title>
<link>http://snipplr.com/view/60953/shell--run-osx-maintenance-scripts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Nov 2011 06:30:04 GMT</pubDate>
<guid>http://snipplr.com/view/60953/shell--run-osx-maintenance-scripts/</guid>
</item>
<item>
<title>(Other) Shell Script for packaging AIR applications for iOS - weidel</title>
<link>http://snipplr.com/view/60950/shell-script-for-packaging-air-applications-for-ios/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Nov 2011 06:07:53 GMT</pubDate>
<guid>http://snipplr.com/view/60950/shell-script-for-packaging-air-applications-for-ios/</guid>
</item>
<item>
<title>(Bash) List only directories - klovera</title>
<link>http://snipplr.com/view/60461/list-only-directories/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Nov 2011 03:00:22 GMT</pubDate>
<guid>http://snipplr.com/view/60461/list-only-directories/</guid>
</item>
<item>
<title>(Bash) osmosis thematic planet update script - mvexel</title>
<link>http://snipplr.com/view/59932/osmosis-thematic-planet-update-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Oct 2011 03:55:40 GMT</pubDate>
<guid>http://snipplr.com/view/59932/osmosis-thematic-planet-update-script/</guid>
</item>
<item>
<title>(Bash) Restore file &amp;amp; folder default permissions - klovera</title>
<link>http://snipplr.com/view/59920/restore-file--folder-default-permissions/</link>
<description><![CDATA[ <p>When modifying file permissions it is sometimes necessary to go back to the drawing board and set back to the default permissions. The following command can be used via ssh and takes a couple seconds vs trying to do this via ftp file by file (which can take a very long time depending on the size of your website). Change to the directory you want changed, then run the following. It will set permission for all files to 644 and all directories to 755. This works for pretty much any Linux server.</p> ]]></description>
<pubDate>Tue, 18 Oct 2011 13:39:13 GMT</pubDate>
<guid>http://snipplr.com/view/59920/restore-file--folder-default-permissions/</guid>
</item>
<item>
<title>(Bash) Get files (wget) - klovera</title>
<link>http://snipplr.com/view/59917/get-files-wget/</link>
<description><![CDATA[ <p>Used to get file. First one is done via http. Second is done via FTP.</p> ]]></description>
<pubDate>Tue, 18 Oct 2011 13:31:48 GMT</pubDate>
<guid>http://snipplr.com/view/59917/get-files-wget/</guid>
</item>
<item>
<title>(Bash) Change File/Folder Ownership - klovera</title>
<link>http://snipplr.com/view/59914/change-filefolder-ownership/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Oct 2011 13:26:36 GMT</pubDate>
<guid>http://snipplr.com/view/59914/change-filefolder-ownership/</guid>
</item>
<item>
<title>(Bash) Bitdefender Scan - klovera</title>
<link>http://snipplr.com/view/59913/bitdefender-scan/</link>
<description><![CDATA[ <p>Must have bitdefender installed.</p> ]]></description>
<pubDate>Tue, 18 Oct 2011 13:24:43 GMT</pubDate>
<guid>http://snipplr.com/view/59913/bitdefender-scan/</guid>
</item>
<item>
<title>(Bash) Add existing linux user to existing group - athome</title>
<link>http://snipplr.com/view/59519/add-existing-linux-user-to-existing-group/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 07 Oct 2011 05:28:07 GMT</pubDate>
<guid>http://snipplr.com/view/59519/add-existing-linux-user-to-existing-group/</guid>
</item>
<item>
<title>(Bash) run a script - ujjaini</title>
<link>http://snipplr.com/view/59420/run-a-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Oct 2011 04:52:29 GMT</pubDate>
<guid>http://snipplr.com/view/59420/run-a-script/</guid>
</item>
<item>
<title>(Bash) Change Ubuntu New User Shell - athome</title>
<link>http://snipplr.com/view/59350/change-ubuntu-new-user-shell/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 03 Oct 2011 05:57:09 GMT</pubDate>
<guid>http://snipplr.com/view/59350/change-ubuntu-new-user-shell/</guid>
</item>
<item>
<title>(Bash) Zip files via SSH - bubaphex</title>
<link>http://snipplr.com/view/59021/zip-files-via-ssh/</link>
<description><![CDATA[ <p>Zipping Files on ssh using terminal etc</p> ]]></description>
<pubDate>Fri, 23 Sep 2011 19:08:40 GMT</pubDate>
<guid>http://snipplr.com/view/59021/zip-files-via-ssh/</guid>
</item>
</channel>
</rss>