<?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/ubuntu</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 02:25:36 GMT</pubDate>
<item>
<title>(Bash) Remove Unneeded Linux Kernels in Ubuntu - oxnard</title>
<link>http://snipplr.com/view/71047/remove-unneeded-linux-kernels-in-ubuntu/</link>
<description><![CDATA[ <p>Remove Unneeded Linux Kernels in Ubuntu</p> ]]></description>
<pubDate>Sun, 05 May 2013 15:50:34 GMT</pubDate>
<guid>http://snipplr.com/view/71047/remove-unneeded-linux-kernels-in-ubuntu/</guid>
</item>
<item>
<title>(Bash) Virtual Host Manager For Ubuntu - roeyhaim</title>
<link>http://snipplr.com/view/70706/virtual-host-manager-for-ubuntu/</link>
<description><![CDATA[ <p>This is a bash file to Create or Delete Virtual Host in Ubuntu system and Apache server. 
This file open the Virtual Host in "/home/{user}/www/{domain}"

To run this file you need to make this file executable:
> sudo chmod u+x /path/to/file

Then whenever you need to open a new host just go to terminal and run the file:
> sudo /path/to/file  create  domain.dev.com

To delete host:
> sudo /path/to/file  delete  domain.dev.com</p> ]]></description>
<pubDate>Mon, 08 Apr 2013 19:49:56 GMT</pubDate>
<guid>http://snipplr.com/view/70706/virtual-host-manager-for-ubuntu/</guid>
</item>
<item>
<title>(Bash) Fix Dropbox folder watch limit - oxnard</title>
<link>http://snipplr.com/view/69129/fix-dropbox-folder-watch-limit/</link>
<description><![CDATA[ <p>If you're watching a lot of files/folders in Linux, you may end up exceeding the limit of folders Linux lets DB watch. However, it's quite easy to increase this limit.</p> ]]></description>
<pubDate>Sun, 16 Dec 2012 13:16:08 GMT</pubDate>
<guid>http://snipplr.com/view/69129/fix-dropbox-folder-watch-limit/</guid>
</item>
<item>
<title>(Bash) Installing Lamp on Ubuntu - bitfed</title>
<link>http://snipplr.com/view/67248/installing-lamp-on-ubuntu/</link>
<description><![CDATA[ <p>This method utilizes tasksel</p> ]]></description>
<pubDate>Wed, 19 Sep 2012 16:57:20 GMT</pubDate>
<guid>http://snipplr.com/view/67248/installing-lamp-on-ubuntu/</guid>
</item>
<item>
<title>(Bash) Run Minecraft server on Ubuntu x64 - stevedecoded</title>
<link>http://snipplr.com/view/66239/run-minecraft-server-on-ubuntu-x64/</link>
<description><![CDATA[ <p>Boot Minecraft on an Ubuntu 64-bit instance with 2GB of RAM</p> ]]></description>
<pubDate>Fri, 20 Jul 2012 08:27:39 GMT</pubDate>
<guid>http://snipplr.com/view/66239/run-minecraft-server-on-ubuntu-x64/</guid>
</item>
<item>
<title>(Bash) Search for keyword in files inside of directory - luizlopes</title>
<link>http://snipplr.com/view/61895/search-for-keyword-in-files-inside-of-directory/</link>
<description><![CDATA[ <p>Fast and easy way to find a keyword inside of files located inside of a directory tree. (eg: looking for a function foo, inside of your applications directory.) This command will display a list of files which contain function foo.</p> ]]></description>
<pubDate>Thu, 15 Dec 2011 02:29:14 GMT</pubDate>
<guid>http://snipplr.com/view/61895/search-for-keyword-in-files-inside-of-directory/</guid>
</item>
<item>
<title>(Bash) Linux netstat tricks - Glycerine</title>
<link>http://snipplr.com/view/61773/linux-netstat-tricks/</link>
<description><![CDATA[ <p>View ports on linux</p> ]]></description>
<pubDate>Fri, 09 Dec 2011 21:16:47 GMT</pubDate>
<guid>http://snipplr.com/view/61773/linux-netstat-tricks/</guid>
</item>
<item>
<title>(Bash) removing specific folders recursively in linux - sabanulutas</title>
<link>http://snipplr.com/view/60812/removing-specific-folders-recursively-in-linux/</link>
<description><![CDATA[ <p>following example code removes all ".svn" folders recursively</p> ]]></description>
<pubDate>Mon, 14 Nov 2011 23:59:55 GMT</pubDate>
<guid>http://snipplr.com/view/60812/removing-specific-folders-recursively-in-linux/</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) Find if a processus is running in Ubuntu - athome</title>
<link>http://snipplr.com/view/59347/find-if-a-processus-is-running-in-ubuntu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 03 Oct 2011 04:02:12 GMT</pubDate>
<guid>http://snipplr.com/view/59347/find-if-a-processus-is-running-in-ubuntu/</guid>
</item>
<item>
<title>(Bash) Ubuntu - List Packages and grep for entry - greeneggs614</title>
<link>http://snipplr.com/view/58817/ubuntu--list-packages-and-grep-for-entry/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Sep 2011 06:01:24 GMT</pubDate>
<guid>http://snipplr.com/view/58817/ubuntu--list-packages-and-grep-for-entry/</guid>
</item>
<item>
<title>(Bash) Import PGP keys to resolve NO_PUBKEY issue - Louner</title>
<link>http://snipplr.com/view/57483/import-pgp-keys-to-resolve-nopubkey-issue/</link>
<description><![CDATA[ <p>One line command to find and import all PGP keys for sources.list repositories.</p> ]]></description>
<pubDate>Mon, 01 Aug 2011 23:17:59 GMT</pubDate>
<guid>http://snipplr.com/view/57483/import-pgp-keys-to-resolve-nopubkey-issue/</guid>
</item>
<item>
<title>(Bash) Drupal6 on Natty Narwal - abstraktor</title>
<link>http://snipplr.com/view/55475/drupal6-on-natty-narwal/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 19 Jun 2011 06:41:13 GMT</pubDate>
<guid>http://snipplr.com/view/55475/drupal6-on-natty-narwal/</guid>
</item>
<item>
<title>(Bash) [Ubuntu] new font installation - browny</title>
<link>http://snipplr.com/view/51643/ubuntu-new-font-installation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Apr 2011 11:43:39 GMT</pubDate>
<guid>http://snipplr.com/view/51643/ubuntu-new-font-installation/</guid>
</item>
<item>
<title>(Bash) mount virtualbox share folder in Ubuntu - manic</title>
<link>http://snipplr.com/view/48056/mount-virtualbox-share-folder-in-ubuntu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Jan 2011 20:17:46 GMT</pubDate>
<guid>http://snipplr.com/view/48056/mount-virtualbox-share-folder-in-ubuntu/</guid>
</item>
<item>
<title>(Bash) Backup ubuntu - lfatr</title>
<link>http://snipplr.com/view/41148/backup-ubuntu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Sep 2010 22:19:59 GMT</pubDate>
<guid>http://snipplr.com/view/41148/backup-ubuntu/</guid>
</item>
<item>
<title>(Bash) conocer a qué paquete pertenece un comando - javierperez</title>
<link>http://snipplr.com/view/40900/conocer-a-qu-paquete-pertenece-un-comando/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Sep 2010 18:12:02 GMT</pubDate>
<guid>http://snipplr.com/view/40900/conocer-a-qu-paquete-pertenece-un-comando/</guid>
</item>
<item>
<title>(Bash) Enable ICMP through Ubuntu's UFW - kelvinn</title>
<link>http://snipplr.com/view/40862/enable-icmp-through-ubuntus-ufw/</link>
<description><![CDATA[ <p>Put this in /etc/ufw/before.rules</p> ]]></description>
<pubDate>Tue, 21 Sep 2010 22:10:59 GMT</pubDate>
<guid>http://snipplr.com/view/40862/enable-icmp-through-ubuntus-ufw/</guid>
</item>
<item>
<title>(Bash) Yes/No GUI dialog on linux using gdialog - wnasich</title>
<link>http://snipplr.com/view/39570/yesno-gui-dialog-on-linux-using-gdialog/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 27 Aug 2010 00:11:37 GMT</pubDate>
<guid>http://snipplr.com/view/39570/yesno-gui-dialog-on-linux-using-gdialog/</guid>
</item>
<item>
<title>(Bash) Mount Iomega network drive in Ubuntu - sdeboey</title>
<link>http://snipplr.com/view/39241/mount-iomega-network-drive-in-ubuntu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 18 Aug 2010 20:03:11 GMT</pubDate>
<guid>http://snipplr.com/view/39241/mount-iomega-network-drive-in-ubuntu/</guid>
</item>
</channel>
</rss>