<?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/ubuntu</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 21:01:29 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>(Python) Appindicator facade - ssoton</title>
<link>http://snipplr.com/view/68709/appindicator-facade/</link>
<description><![CDATA[ <p>snippet to show appindicator problem</p> ]]></description>
<pubDate>Thu, 22 Nov 2012 22:17:25 GMT</pubDate>
<guid>http://snipplr.com/view/68709/appindicator-facade/</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>(Other) Easy single line LAMP installation - ninacess</title>
<link>http://snipplr.com/view/62895/easy-single-line-lamp-installation/</link>
<description><![CDATA[ <p>One-line code for installing LAMP server for Ubuntu OS.</p> ]]></description>
<pubDate>Mon, 30 Jan 2012 16:59:49 GMT</pubDate>
<guid>http://snipplr.com/view/62895/easy-single-line-lamp-installation/</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>(Java) Unity Launcher Binding - kdaniel</title>
<link>http://snipplr.com/view/61652/unity-launcher-binding/</link>
<description><![CDATA[ <p>This snippet presents how the java library to ubuntu unity launcher could look like.</p> ]]></description>
<pubDate>Sun, 04 Dec 2011 04:46:30 GMT</pubDate>
<guid>http://snipplr.com/view/61652/unity-launcher-binding/</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>(Apache) Ubuntu apache vhost_alias setup - krillzip</title>
<link>http://snipplr.com/view/49528/ubuntu-apache-vhostalias-setup/</link>
<description><![CDATA[ <p>First of all this refers to a clean Ubuntu 10.04 install with the LAMP and OpenSSH packages installed, but can probably be applied in most cases.

Duplicate the file /etc/apaches/sites-available/default, and name it subdomains.

Edit the new file to look like this one.

Enable the vhost_alias module, "a2enmod vhost_alias".

Activate the new virtual host, "a2ensite subdomains".

Reload apache, "/etc/init.d/apache2 reload".

In order to change the configuration to your needs, [you can go here](
http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html)</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 22:57:30 GMT</pubDate>
<guid>http://snipplr.com/view/49528/ubuntu-apache-vhostalias-setup/</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>(Other) Make ubuntu archive manager handle .rar and .7zip files - aelien</title>
<link>http://snipplr.com/view/47766/make-ubuntu-archive-manager-handle-rar-and-7zip-files/</link>
<description><![CDATA[ <p>Archive manager doesn't handle some RAR files and 7zip files out of the box, you need to run this command in order to make it work with this kind of files.</p> ]]></description>
<pubDate>Mon, 24 Jan 2011 08:26:19 GMT</pubDate>
<guid>http://snipplr.com/view/47766/make-ubuntu-archive-manager-handle-rar-and-7zip-files/</guid>
</item>
</channel>
</rss>