<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sat, 13 Jun 2026 15:41:19 +0000</lastBuildDate>
    <item>
      <title>(Bash) join-chars--newline-file - brm</title>
      <link>https://snipplr.com/view/327488/joincharsnewlinefile</link>
      <description>&lt;p&gt;join characters inside file by extracting keyword which separate by newline and special characters by including desired numbers characters on right and left&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jan 2018 13:57:28 UTC</pubDate>
      <guid>https://snipplr.com/view/327488/joincharsnewlinefile</guid>
    </item>
    <item>
      <title>(Bash) Bash: EC2 Script - chrisaiv</title>
      <link>https://snipplr.com/view/317908/bash-ec2-script</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2017/03/18/bash-ec2-script/&lt;/p&gt;</description>
      <pubDate>Sat, 18 Mar 2017 03:40:09 UTC</pubDate>
      <guid>https://snipplr.com/view/317908/bash-ec2-script</guid>
    </item>
    <item>
      <title>(Bash) Clear buffer cache on GNU/Linux systems - rm1984</title>
      <link>https://snipplr.com/view/296748/clear-buffer-cache-on-gnulinux-systems</link>
      <description>&lt;p&gt;Clear buffer cache on GNU/Linux systems&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jan 2017 08:07:56 UTC</pubDate>
      <guid>https://snipplr.com/view/296748/clear-buffer-cache-on-gnulinux-systems</guid>
    </item>
    <item>
      <title>(Bash) Check apt sources for package - droidronin</title>
      <link>https://snipplr.com/view/259229/check-apt-sources-for-package</link>
      <description>&lt;p&gt;docker-engine:&#13;
  Installed: 1.12.3-0~xenial&#13;
  Candidate: 1.12.3-0~xenial&#13;
  Version table:&#13;
 *** 1.12.3-0~xenial 500&#13;
        500 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages&#13;
        100 /var/lib/dpkg/status&#13;
     1.12.2-0~xenial 500&#13;
        500 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages&#13;
     1.12.1-0~xenial 500&#13;
        500 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages&#13;
     1.12.0-0~xenial 500&#13;
        500 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages&#13;
     1.11.2-0~xenial 500&#13;
        500 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages&#13;
     1.11.1-0~xenial 500&#13;
        500 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages&#13;
     1.11.0-0~xenial 500&#13;
        500 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2016 03:12:47 UTC</pubDate>
      <guid>https://snipplr.com/view/259229/check-apt-sources-for-package</guid>
    </item>
    <item>
      <title>(Bash) Firefox history stats with Bash - rm1984</title>
      <link>https://snipplr.com/view/249340/firefox-history-stats-with-bash</link>
      <description>&lt;p&gt;This is a small script to gather some statistics from your Firefox history. First we use sqlite3 to parse the Firefox history database and get the last three months, then we remove all the IP addresses and port numbers and finally we sort and count them.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Oct 2016 04:19:00 UTC</pubDate>
      <guid>https://snipplr.com/view/249340/firefox-history-stats-with-bash</guid>
    </item>
    <item>
      <title>(Bash) Create a compressed TAR archive preserving permissions - rm1984</title>
      <link>https://snipplr.com/view/147471/create-a-compressed-tar-archive-preserving-permissions</link>
      <description>&lt;p&gt;Create a compressed TAR archive preserving permissions&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jul 2016 17:43:15 UTC</pubDate>
      <guid>https://snipplr.com/view/147471/create-a-compressed-tar-archive-preserving-permissions</guid>
    </item>
    <item>
      <title>(Bash) How to repair a corrupted FAT32 filesystem - rm1984</title>
      <link>https://snipplr.com/view/147237/how-to-repair-a-corrupted-fat32-filesystem</link>
      <description>&lt;p&gt;How to repair a corrupted FAT32 filesystem&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:42:32 UTC</pubDate>
      <guid>https://snipplr.com/view/147237/how-to-repair-a-corrupted-fat32-filesystem</guid>
    </item>
    <item>
      <title>(Bash) TAR command to compress and preserve files' permissions - rm1984</title>
      <link>https://snipplr.com/view/147236/tar-command-to-compress-and-preserve-files-permissions</link>
      <description>&lt;p&gt;TAR command to preserve files' permissions&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:41:33 UTC</pubDate>
      <guid>https://snipplr.com/view/147236/tar-command-to-compress-and-preserve-files-permissions</guid>
    </item>
    <item>
      <title>(Bash) Recursively find and list the last modified files in a directory - rm1984</title>
      <link>https://snipplr.com/view/147234/recursively-find-and-list-the-last-modified-files-in-a-directory</link>
      <description>&lt;p&gt;Recursively find and list the last modified files in a directory&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:38:46 UTC</pubDate>
      <guid>https://snipplr.com/view/147234/recursively-find-and-list-the-last-modified-files-in-a-directory</guid>
    </item>
    <item>
      <title>(Bash) Show a colored and meaningful view of a GIT repository in the shell - rm1984</title>
      <link>https://snipplr.com/view/147231/show-a-colored-and-meaningful-view-of-a-git-repository-in-the-shell</link>
      <description>&lt;p&gt;Show a colored and meaningful view of a GIT repository in the shell&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:30:34 UTC</pubDate>
      <guid>https://snipplr.com/view/147231/show-a-colored-and-meaningful-view-of-a-git-repository-in-the-shell</guid>
    </item>
    <item>
      <title>(Bash) Replace a string with another one in many files - rm1984</title>
      <link>https://snipplr.com/view/147230/replace-a-string-with-another-one-in-many-files</link>
      <description>&lt;p&gt;Replace a string with another one in many files&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:26:37 UTC</pubDate>
      <guid>https://snipplr.com/view/147230/replace-a-string-with-another-one-in-many-files</guid>
    </item>
    <item>
      <title>(Bash) Generate a random file with random contents but with a fixed size - rm1984</title>
      <link>https://snipplr.com/view/147229/generate-a-random-file-with-random-contents-but-with-a-fixed-size</link>
      <description>&lt;p&gt;Generate a random file with random contents but with a fixed size&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:25:03 UTC</pubDate>
      <guid>https://snipplr.com/view/147229/generate-a-random-file-with-random-contents-but-with-a-fixed-size</guid>
    </item>
    <item>
      <title>(Bash) Read and process the output of a command one row at a time - rm1984</title>
      <link>https://snipplr.com/view/147228/read-and-process-the-output-of-a-command-one-row-at-a-time</link>
      <description>&lt;p&gt;Read and process the output of a command one row at a time&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:20:06 UTC</pubDate>
      <guid>https://snipplr.com/view/147228/read-and-process-the-output-of-a-command-one-row-at-a-time</guid>
    </item>
    <item>
      <title>(Bash) ä¸‹è½½/æ›´æ–° TextMate Bundles - darkhawk</title>
      <link>https://snipplr.com/view/146561/-textmate-bundles</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 03 Apr 2016 04:35:35 UTC</pubDate>
      <guid>https://snipplr.com/view/146561/-textmate-bundles</guid>
    </item>
    <item>
      <title>(Bash) List all devices connected to local network - iMezouar</title>
      <link>https://snipplr.com/view/145056/list-all-devices-connected-to-local-network</link>
      <description>&lt;p&gt;Bash script to list all devices (ip and hostname) connected to your local network.&#13;
Some formatting is done, and a summary is printed at the end.&#13;
Requires nmap.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Nov 2015 21:40:54 UTC</pubDate>
      <guid>https://snipplr.com/view/145056/list-all-devices-connected-to-local-network</guid>
    </item>
    <item>
      <title>(Bash) Copy files recursively - wesleydepoorter</title>
      <link>https://snipplr.com/view/110507/copy-files-recursively</link>
      <description>&lt;p&gt;Copy files recursively in Windows&lt;/p&gt;</description>
      <pubDate>Mon, 21 Sep 2015 18:46:02 UTC</pubDate>
      <guid>https://snipplr.com/view/110507/copy-files-recursively</guid>
    </item>
    <item>
      <title>(Bash) bash rename all files which meet pattern - jlmarks</title>
      <link>https://snipplr.com/view/92896/bash-rename-all-files-which-meet-pattern</link>
      <description>&lt;p&gt;Just a basic bash snippet, of interest is the substring replacement, imo.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Mar 2015 17:24:50 UTC</pubDate>
      <guid>https://snipplr.com/view/92896/bash-rename-all-files-which-meet-pattern</guid>
    </item>
    <item>
      <title>(Bash) rsync example to sync between two computers - jlmarks</title>
      <link>https://snipplr.com/view/92893/rsync-example-to-sync-between-two-computers</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 11 Mar 2015 16:44:46 UTC</pubDate>
      <guid>https://snipplr.com/view/92893/rsync-example-to-sync-between-two-computers</guid>
    </item>
    <item>
      <title>(Bash) Bash Script to Fix Android Pictures and Videos Timestamp - mabafu</title>
      <link>https://snipplr.com/view/90387/bash-script-to-fix-android-pictures-and-videos-timestamp</link>
      <description>&lt;p&gt;After copying pictures and videos from my tablet to my PC I noticed that the original timestamp was overriden by the current date.&#13;
&#13;
Fortunatelly the timestamp was still preserved in the files name.&#13;
&#13;
Ex: IMG\_20150214\_202445.jpg or VID\_20140116\_091015.3gp&#13;
&#13;
The script must be executed in the image's folder and voilÃ¡ the original timestamp will be restored.&#13;
&#13;
Please make a backup before executing it! &#13;
&#13;
I'll not bother myself with licensing. This piece of... software... may be used as you wish, and also at your own peril! I don't claim credit neither responsability over it.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Feb 2015 09:34:46 UTC</pubDate>
      <guid>https://snipplr.com/view/90387/bash-script-to-fix-android-pictures-and-videos-timestamp</guid>
    </item>
    <item>
      <title>(Bash) Setting up share in virtualbox guest - krillzip</title>
      <link>https://snipplr.com/view/88073/setting-up-share-in-virtualbox-guest</link>
      <description>&lt;p&gt;How to setup a share in a virtualbox guest - ubuntu server.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Jan 2015 00:41:56 UTC</pubDate>
      <guid>https://snipplr.com/view/88073/setting-up-share-in-virtualbox-guest</guid>
    </item>
    <item>
      <title>(Bash) Callback Script for Back In Time - garretjames</title>
      <link>https://snipplr.com/view/87194/callback-script-for-back-in-time</link>
      <description>&lt;p&gt;There is a user-callback example in http://bazaar.launchpad.net/~bit-team/backintime/user-callback/view/head:/user-callback.apt-backup which will backup all package selections, sources and repository keys which are necessary to reinstall exactly the same packages again. It will even backup whether a package was installed manually or automatically because of dependencies.&#13;
&#13;
Download the script, copy it to '~/.config/backintime/user-callback' and make it executable with 'chmod 755 ~/.config/backintime/user-callback'&#13;
&#13;
It will run every time a new snapshot is taken. Make sure to include '~/.apt-backup'&lt;/p&gt;</description>
      <pubDate>Thu, 15 Jan 2015 00:54:41 UTC</pubDate>
      <guid>https://snipplr.com/view/87194/callback-script-for-back-in-time</guid>
    </item>
    <item>
      <title>(Bash) Docker - remove all images, remove all containers - oxnard</title>
      <link>https://snipplr.com/view/84923/docker--remove-all-images-remove-all-containers</link>
      <description>&lt;p&gt;Remove all stopped containers.&#13;
Remove all untagged images&lt;/p&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:05:20 UTC</pubDate>
      <guid>https://snipplr.com/view/84923/docker--remove-all-images-remove-all-containers</guid>
    </item>
    <item>
      <title>(Bash) Drupal Debug Dev Tool - apro2000</title>
      <link>https://snipplr.com/view/83339/drupal-debug-dev-tool</link>
      <description>&lt;p&gt;Drupal Debugging like Dev Tools&lt;/p&gt;</description>
      <pubDate>Mon, 08 Dec 2014 13:45:23 UTC</pubDate>
      <guid>https://snipplr.com/view/83339/drupal-debug-dev-tool</guid>
    </item>
    <item>
      <title>(Bash) Install oracle-java one-liner - dbiesecke</title>
      <link>https://snipplr.com/view/81020/install-oraclejava-oneliner</link>
      <description>&lt;p&gt;* Install oracle-java with one line, prompt for sudo if not root&#13;
 - more infos on (duinsoft)[http://www.duinsoft.nl]&lt;/p&gt;</description>
      <pubDate>Fri, 07 Nov 2014 05:54:10 UTC</pubDate>
      <guid>https://snipplr.com/view/81020/install-oraclejava-oneliner</guid>
    </item>
    <item>
      <title>(Bash) Ensure string ends with a / - jlmarks</title>
      <link>https://snipplr.com/view/74055/ensure-string-ends-with-a-</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 30 Mar 2014 21:46:52 UTC</pubDate>
      <guid>https://snipplr.com/view/74055/ensure-string-ends-with-a-</guid>
    </item>
    <item>
      <title>(Bash) Bash confirmation - jlmarks</title>
      <link>https://snipplr.com/view/74053/bash-confirmation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 30 Mar 2014 21:06:31 UTC</pubDate>
      <guid>https://snipplr.com/view/74053/bash-confirmation</guid>
    </item>
    <item>
      <title>(Bash) recursively call bash script from any directory - jlmarks</title>
      <link>https://snipplr.com/view/74036/recursively-call-bash-script-from-any-directory</link>
      <description>&lt;p&gt;This snippet determines the path and script name that will need to be called, and then calls that script and passes it parameters.&lt;/p&gt;</description>
      <pubDate>Sat, 29 Mar 2014 09:29:00 UTC</pubDate>
      <guid>https://snipplr.com/view/74036/recursively-call-bash-script-from-any-directory</guid>
    </item>
    <item>
      <title>(Bash) unzip: all files, matching a pattern  from A to B directory - khaksari</title>
      <link>https://snipplr.com/view/73818/unzip-all-files-matching-a-pattern--from-a-to-b-directory</link>
      <description>&lt;p&gt;&lt;p&gt;unzip -l ./zips/2014/* -d ./unzipped/2014/&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 08 Mar 2014 02:54:59 UTC</pubDate>
      <guid>https://snipplr.com/view/73818/unzip-all-files-matching-a-pattern--from-a-to-b-directory</guid>
    </item>
    <item>
      <title>(Bash) Set torrent uploaded sizes in torrent files - ktrout</title>
      <link>https://snipplr.com/view/72788/set-torrent-uploaded-sizes-in-torrent-files</link>
      <description>&lt;p&gt;Used parts of this in resetting my torrent upload information after losing if (was experimenting with switching to a new torrent-client).  Only works on transmission-gtk torrent files [i think]&lt;/p&gt;</description>
      <pubDate>Sun, 03 Nov 2013 15:04:21 UTC</pubDate>
      <guid>https://snipplr.com/view/72788/set-torrent-uploaded-sizes-in-torrent-files</guid>
    </item>
    <item>
      <title>(Bash) Parsing .change files - Makistos</title>
      <link>https://snipplr.com/view/72741/parsing-change-files</link>
      <description>&lt;p&gt;This script goes through .change files in the current directory and copies all the files listed to a different directory. It skips the _sources.change files as well. &#13;
&#13;
This is really written in plain bourne shell, but Smipple doesn't seem to support it directly.&#13;
&#13;
The obvious use is to copy the files so we can use "reprepro processincoming" to save packages to a repository.&#13;
&#13;
There are probably smarter ways to do this, but this is pretty portable as it only requires grep and cut, and very minimal functionality from them as well. And even grep is not needed if you want to copy everything.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Oct 2013 19:29:48 UTC</pubDate>
      <guid>https://snipplr.com/view/72741/parsing-change-files</guid>
    </item>
    <item>
      <title>(Bash) transparently download from google-drive with command line - cinco</title>
      <link>https://snipplr.com/view/72534/transparently-download-from-googledrive-with-command-line</link>
      <description>&lt;p&gt;transparently download from google-drive with command line&lt;/p&gt;</description>
      <pubDate>Fri, 04 Oct 2013 23:59:25 UTC</pubDate>
      <guid>https://snipplr.com/view/72534/transparently-download-from-googledrive-with-command-line</guid>
    </item>
    <item>
      <title>(Bash) Create vHost with user and MySQL database - derbenni</title>
      <link>https://snipplr.com/view/71919/create-vhost-with-user-and-mysql-database</link>
      <description>&lt;p&gt;With this script a new user gets created and gets his own VirtualHost and database. The username is used for building the domain, so the username "test" leads to the domain test.local.&#13;
&#13;
The password for the MySQL account used for creating the database has to be filled in for the script to work. Also the script has to be run by root.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Jul 2013 05:15:41 UTC</pubDate>
      <guid>https://snipplr.com/view/71919/create-vhost-with-user-and-mysql-database</guid>
    </item>
    <item>
      <title>(Bash) 16 Character Random Password - mralexjuarez</title>
      <link>https://snipplr.com/view/71715/16-character-random-password</link>
      <description>&lt;p&gt;This snippet will produce an alpha-numeric 16 character password&lt;/p&gt;</description>
      <pubDate>Thu, 04 Jul 2013 12:50:00 UTC</pubDate>
      <guid>https://snipplr.com/view/71715/16-character-random-password</guid>
    </item>
    <item>
      <title>(Bash) mount vmware share folder in linux guest - tzvio</title>
      <link>https://snipplr.com/view/71672/mount-vmware-share-folder-in-linux-guest</link>
      <description>&lt;p&gt;mount vmware share folder in linux guest&lt;/p&gt;</description>
      <pubDate>Sat, 29 Jun 2013 20:20:27 UTC</pubDate>
      <guid>https://snipplr.com/view/71672/mount-vmware-share-folder-in-linux-guest</guid>
    </item>
    <item>
      <title>(Bash) Create bash alias for SSH connection - adamokruhlicaeu</title>
      <link>https://snipplr.com/view/71624/create-bash-alias-for-ssh-connection</link>
      <description>&lt;p&gt;Create a bash alias for a SSH command, e.g. sshToWork&lt;/p&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:48:47 UTC</pubDate>
      <guid>https://snipplr.com/view/71624/create-bash-alias-for-ssh-connection</guid>
    </item>
    <item>
      <title>(MySQL) gunzip mysql import/export - tzvio</title>
      <link>https://snipplr.com/view/71468/gunzip-mysql-importexport</link>
      <description>&lt;p&gt;Import/export gunzipped compressed mysql database&lt;/p&gt;</description>
      <pubDate>Mon, 10 Jun 2013 20:54:46 UTC</pubDate>
      <guid>https://snipplr.com/view/71468/gunzip-mysql-importexport</guid>
    </item>
    <item>
      <title>(PHP) Cleanup Downloads Directory - brownrl</title>
      <link>https://snipplr.com/view/71223/cleanup-downloads-directory</link>
      <description>&lt;p&gt;This is a simple script to go into your downloads directory ( mac ). Move everything to a .YYYY-MM-DD folder. Thus you Downloads directory gets cleaned up and anything that was there has been placed into a hidden folder for finding later.&#13;
&#13;
My Downloads folder is just always full of things but I don't want to blast it empty. Re-getting a file from some website is sometimes hard to remember. So I move everything to a backup and start again.&lt;/p&gt;</description>
      <pubDate>Sat, 18 May 2013 07:56:52 UTC</pubDate>
      <guid>https://snipplr.com/view/71223/cleanup-downloads-directory</guid>
    </item>
    <item>
      <title>(Bash) Simple Command Line Calculator - brownrl</title>
      <link>https://snipplr.com/view/71222/simple-command-line-calculator</link>
      <description>&lt;p&gt;This is a simple wrapper to bc to perform basic calculator duties. with up to 4 decimal place precision. its just one of those things you might find useful. Then again all the os's out there have a gui calc easily ready too.&lt;/p&gt;</description>
      <pubDate>Sat, 18 May 2013 07:50:30 UTC</pubDate>
      <guid>https://snipplr.com/view/71222/simple-command-line-calculator</guid>
    </item>
    <item>
      <title>(Bash) Bash SSH Tunnel - miceno</title>
      <link>https://snipplr.com/view/70899/bash-ssh-tunnel</link>
      <description>&lt;p&gt;This script opens an SSL tunnel between a source host and a target host.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Apr 2013 20:02:46 UTC</pubDate>
      <guid>https://snipplr.com/view/70899/bash-ssh-tunnel</guid>
    </item>
    <item>
      <title>(Bash) Convert ePub to PDF in Linux command line - chema_ar</title>
      <link>https://snipplr.com/view/70884/convert-epub-to-pdf-in-linux-command-line</link>
      <description>&lt;p&gt;This script enables the conversion of the HTML files available in the ePub format in only one  PDF file&lt;/p&gt;</description>
      <pubDate>Mon, 22 Apr 2013 23:17:59 UTC</pubDate>
      <guid>https://snipplr.com/view/70884/convert-epub-to-pdf-in-linux-command-line</guid>
    </item>
    <item>
      <title>(Bash) Check to see if the user running the script is root - deanhouseholder</title>
      <link>https://snipplr.com/view/70806/check-to-see-if-the-user-running-the-script-is-root</link>
      <description>&lt;p&gt;If you have a script that must be run as the root user, put this at the top:&lt;/p&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:35:09 UTC</pubDate>
      <guid>https://snipplr.com/view/70806/check-to-see-if-the-user-running-the-script-is-root</guid>
    </item>
    <item>
      <title>(Bash) Use a proxy with ssh/scp on Linux - deanhouseholder</title>
      <link>https://snipplr.com/view/70805/use-a-proxy-with-sshscp-on-linux</link>
      <description>&lt;p&gt;In order to use a proxy by default for your network-based commands, create the file "~/.ssh/config" and give it these properties.  Replace "proxyhost" with the hostname/IP of the proxy server and "80" with the port of the proxy server.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:32:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70805/use-a-proxy-with-sshscp-on-linux</guid>
    </item>
    <item>
      <title>(Bash) Useful Terminal Shortcuts - lddurbin</title>
      <link>https://snipplr.com/view/70776/useful-terminal-shortcuts</link>
      <description>&lt;p&gt;Create this in:  ~/.bash_aliases.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Apr 2013 22:50:34 UTC</pubDate>
      <guid>https://snipplr.com/view/70776/useful-terminal-shortcuts</guid>
    </item>
    <item>
      <title>(Bash) host email off server linux commands - bitsculptor</title>
      <link>https://snipplr.com/view/70530/host-email-off-server-linux-commands</link>
      <description>&lt;p&gt;see source&lt;/p&gt;</description>
      <pubDate>Sun, 24 Mar 2013 06:10:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70530/host-email-off-server-linux-commands</guid>
    </item>
    <item>
      <title>(Bash) Sublime Settings + Packages Sync with Dropbox - ScottNYC</title>
      <link>https://snipplr.com/view/70494/sublime-settings--packages-sync-with-dropbox</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 21 Mar 2013 14:34:22 UTC</pubDate>
      <guid>https://snipplr.com/view/70494/sublime-settings--packages-sync-with-dropbox</guid>
    </item>
    <item>
      <title>(Bash) CRUD shell script for Bash - dego89</title>
      <link>https://snipplr.com/view/70225/crud-shell-script-for-bash</link>
      <description>&lt;p&gt;Shell script written in bash which displays a menu giving the you ability to add, edit, modify, and delete users.&lt;/p&gt;</description>
      <pubDate>Mon, 04 Mar 2013 09:27:43 UTC</pubDate>
      <guid>https://snipplr.com/view/70225/crud-shell-script-for-bash</guid>
    </item>
    <item>
      <title>(Bash) Bash Crunchbang - inhji</title>
      <link>https://snipplr.com/view/69912/bash-crunchbang</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Feb 2013 01:09:43 UTC</pubDate>
      <guid>https://snipplr.com/view/69912/bash-crunchbang</guid>
    </item>
    <item>
      <title>(Bash) Find and replace - inreflection7</title>
      <link>https://snipplr.com/view/69381/find-and-replace</link>
      <description>&lt;p&gt;Find and replace&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jan 2013 03:34:52 UTC</pubDate>
      <guid>https://snipplr.com/view/69381/find-and-replace</guid>
    </item>
    <item>
      <title>(Bash) Customized Sexy Bash  Prompt - Git branch/Status - oxnard</title>
      <link>https://snipplr.com/view/68985/customized-sexy-bash--prompt--git-branchstatus</link>
      <description>&lt;p&gt;customized version of Sexy Bash Prompt&lt;/p&gt;</description>
      <pubDate>Thu, 06 Dec 2012 10:57:04 UTC</pubDate>
      <guid>https://snipplr.com/view/68985/customized-sexy-bash--prompt--git-branchstatus</guid>
    </item>
    <item>
      <title>(Bash) Remove malicious code injection from .php files - tinytiger</title>
      <link>https://snipplr.com/view/68662/remove-malicious-code-injection-from-php-files</link>
      <description>&lt;p&gt;Using sed to recursively remove malicious code injection form .php files when the injected code follows the pattern &lt;?php&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 Nov 2012 23:00:17 UTC</pubDate>
      <guid>https://snipplr.com/view/68662/remove-malicious-code-injection-from-php-files</guid>
    </item>
  </channel>
</rss>
