<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Rasmus Nord - Posts</title><description>Short technical posts and notes by Rasmus Nord.</description><link>https://posts.rasmus.co/</link><item><title>Querying a specific name server using dig</title><link>https://posts.rasmus.co/2014/08/querying-a-specific-name-server-using-dig/</link><guid isPermaLink="true">https://posts.rasmus.co/2014/08/querying-a-specific-name-server-using-dig/</guid><description>A practical tip on how to avoid cached results when looking up DNS records.</description><pubDate>Wed, 20 Aug 2014 19:00:00 GMT</pubDate><category>Development Tools</category><category>DNS</category><category>dig</category><category>whois</category></item><item><title>Adding a user to the sudoers list in Ubuntu</title><link>https://posts.rasmus.co/2014/02/adding-a-user-to-the-sudoers-list-in-ubuntu/</link><guid isPermaLink="true">https://posts.rasmus.co/2014/02/adding-a-user-to-the-sudoers-list-in-ubuntu/</guid><description>Stop using root for administrative tasks. Here is how to add a new user to the sudoers list in Ubuntu.</description><pubDate>Fri, 28 Feb 2014 22:00:00 GMT</pubDate><category>Development Tools</category><category>Linux</category><category>Ubuntu</category><category>command line</category></item><item><title>A more powerful version of grep</title><link>https://posts.rasmus.co/2014/01/a-more-powerful-version-of-grep/</link><guid isPermaLink="true">https://posts.rasmus.co/2014/01/a-more-powerful-version-of-grep/</guid><description>The utility command grep has a more powerful brother that let us use POSIX Extended Regular Expressions.</description><pubDate>Fri, 31 Jan 2014 22:55:00 GMT</pubDate><category>Development Tools</category><category>Linux</category><category>OS X</category><category>command line</category></item><item><title>Display disk usage with the du command</title><link>https://posts.rasmus.co/2013/12/display-disk-usage-with-the-du-command/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/12/display-disk-usage-with-the-du-command/</guid><description>How to display the total of the current directory or a particular directory, as well as listing subtotals (subdirectories).</description><pubDate>Thu, 05 Dec 2013 23:15:00 GMT</pubDate><category>Development Tools</category><category>Linux</category><category>OS X</category><category>command line</category></item><item><title>Hide the desktop icons on Mac OS X</title><link>https://posts.rasmus.co/2013/11/hide-the-desktop-icons-on-mac-os-x/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/11/hide-the-desktop-icons-on-mac-os-x/</guid><description>A two step way using the defaults command to hide the icons from the desktop in Mac OS X.</description><pubDate>Wed, 27 Nov 2013 10:15:00 GMT</pubDate><category>Software</category><category>OS X</category><category>Finder</category><category>defaults</category><category>command line</category></item><item><title>The plus sign feature in Gmail addresses</title><link>https://posts.rasmus.co/2013/09/the-plus-sign-feature-in-gmail-addresses/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/09/the-plus-sign-feature-in-gmail-addresses/</guid><description>With a simple plus sign (+) and a tag, you can get a second address to your Gmail account.</description><pubDate>Mon, 30 Sep 2013 22:35:00 GMT</pubDate><category>Internet</category><category>Gmail</category><category>Google</category><category>e-mail</category></item><item><title>How to open the iOS Simulator via the terminal</title><link>https://posts.rasmus.co/2013/09/how-to-open-the-ios-simulator-via-the-terminal/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/09/how-to-open-the-ios-simulator-via-the-terminal/</guid><description>The simulator can be super useful, but equally super hard to find. Here is the path and how to open it.</description><pubDate>Sun, 29 Sep 2013 21:36:00 GMT</pubDate><category>iOS Development</category><category>iOS Simulator</category><category>iOS</category><category>OS X</category></item><item><title>SSH client configuration - Multiple servers and different keys</title><link>https://posts.rasmus.co/2013/09/ssh-client-configuration/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/09/ssh-client-configuration/</guid><description>If you just like me daily connect to multiple SSH servers, then I have a tip for you.</description><pubDate>Wed, 25 Sep 2013 19:40:00 GMT</pubDate><category>Development Tools</category><category>SSH</category><category>RSA</category><category>server</category></item><item><title>Display line numbers using the cat command</title><link>https://posts.rasmus.co/2013/08/display-line-numbers-using-cat/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/08/display-line-numbers-using-cat/</guid><description>A simple feature you one day may be glad you know.</description><pubDate>Tue, 27 Aug 2013 09:10:00 GMT</pubDate><category>Development Tools</category><category>cat</category><category>command line</category></item><item><title>MongoDB shell basics</title><link>https://posts.rasmus.co/2013/08/mongodb-shell-basics/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/08/mongodb-shell-basics/</guid><description>A short introduction to the most basic things in the MongoDB shell.</description><pubDate>Mon, 26 Aug 2013 15:30:00 GMT</pubDate><category>Databases</category><category>MongoDB</category></item><item><title>How to hide the nginx version</title><link>https://posts.rasmus.co/2013/08/how-to-hide-the-nginx-version/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/08/how-to-hide-the-nginx-version/</guid><description>Removing the version number from HTTP headers and error pages.</description><pubDate>Fri, 23 Aug 2013 06:38:00 GMT</pubDate><category>Web Development</category><category>nginx</category></item><item><title>Make apt-get assume yes as the answer to prompts during package installations</title><link>https://posts.rasmus.co/2013/08/make-apt-get-assume-yes/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/08/make-apt-get-assume-yes/</guid><description>The way to avoid prompts when dealing with the APT package handling utility in Ubuntu Server.</description><pubDate>Thu, 22 Aug 2013 04:15:00 GMT</pubDate><category>Development Tools</category><category>Ubuntu</category><category>apt</category></item><item><title>Finding the latest version of an npm package</title><link>https://posts.rasmus.co/2013/08/finding-the-latest-version-of-an-npm-package/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/08/finding-the-latest-version-of-an-npm-package/</guid><description>Using the view registry info command to show the latest version available of a package in the node package manager.</description><pubDate>Wed, 21 Aug 2013 06:10:00 GMT</pubDate><category>Application Development</category><category>node.js</category><category>npm</category><category>command line</category></item><item><title>Shorten your Google+ URL using your own domain name and nginx</title><link>https://posts.rasmus.co/2013/08/shorten-your-google-plus-url/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/08/shorten-your-google-plus-url/</guid><description>If you don&apos;t happen to be a very important person, then you like many of us probably still have an ugly URL for your profile. Let&apos;s change that.</description><pubDate>Tue, 20 Aug 2013 00:45:00 GMT</pubDate><category>Web Development</category><category>nginx</category><category>Google Plus</category></item><item><title>Create and extract tar archives compressed with gzip</title><link>https://posts.rasmus.co/2013/08/create-and-extract-tar-archives-compressed-with-gzip/</link><guid isPermaLink="true">https://posts.rasmus.co/2013/08/create-and-extract-tar-archives-compressed-with-gzip/</guid><description>For some reason I always find it hard to remember how to create and extract gzipped TAR archives, but here is how to do it.</description><pubDate>Mon, 19 Aug 2013 10:55:00 GMT</pubDate><category>Development Tools</category><category>tar</category><category>gzip</category><category>command line</category></item></channel></rss>