<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Command Line Interface on Laïla Atrmouh</title>
    <link>/en/tags/command-line-interface/</link>
    <description>Recent content in Command Line Interface on Laïla Atrmouh</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Sat, 25 Aug 2018 19:23:42 +0000</lastBuildDate>
    <atom:link href="/en/tags/command-line-interface/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker Cheatsheet</title>
      <link>/en/posts/2018/08/docker-cheatsheet/</link>
      <pubDate>Sat, 25 Aug 2018 19:23:42 +0000</pubDate>
      <guid>/en/posts/2018/08/docker-cheatsheet/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;👴 &lt;em&gt;Careful&lt;/em&gt; You&amp;rsquo;re reading an old article ! Some links might be broken and content may be outdated&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Petit article mémo sur Docker&lt;/p&gt;&#xA;&lt;h1 id=&#34;getting-started&#34;&gt;Getting Started&lt;/h1&gt;&#xA;&lt;p&gt;make sure that client can talk to engine + current version&#xA;docker version&lt;/p&gt;&#xA;&lt;p&gt;An image is the application we want to run.&#xA;A container is an instance of the image running as a process.&lt;/p&gt;&#xA;&lt;h1 id=&#34;containers&#34;&gt;Containers&lt;/h1&gt;&#xA;&lt;p&gt;docker container run &amp;ndash;publish 80:80 nginx&#xA;Left number == Host port. Make sure it&amp;rsquo;s not already used (otherwise bind error)&lt;/p&gt;</description>
    </item>
    <item>
      <title>rm Argument list too long</title>
      <link>/en/posts/2018/08/rm-argument-list-too-long/</link>
      <pubDate>Wed, 01 Aug 2018 16:22:48 +0000</pubDate>
      <guid>/en/posts/2018/08/rm-argument-list-too-long/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;👴 &lt;em&gt;Careful&lt;/em&gt; You&amp;rsquo;re reading an old article ! Some links might be broken and content may be outdated&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;You can use this command :&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;find . -name &amp;quot;*.log&amp;quot; -exec rm {} \;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to indent a large XML file (Ubuntu)</title>
      <link>/en/posts/2016/01/how-to-indent-a-large-xml-file-ubuntu/</link>
      <pubDate>Mon, 11 Jan 2016 15:59:23 +0000</pubDate>
      <guid>/en/posts/2016/01/how-to-indent-a-large-xml-file-ubuntu/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;👴 &lt;em&gt;Careful&lt;/em&gt; You&amp;rsquo;re reading an old article ! Some links might be broken and content may be outdated&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I had to indent an extremely large XML file today. I tried to use different IDE (PHPStorm, Sublime Text 3), however the file was way too large and it took a long time to process.&lt;/p&gt;&#xA;&lt;p&gt;Best way to do that is by using command line.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;xmllint --format input.xml -o indented-output.xml&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing Bluetooth library Java Interpreter</title>
      <link>/en/posts/2012/10/installing-bluetooth-library-java-interpreter/</link>
      <pubDate>Mon, 22 Oct 2012 23:11:53 +0000</pubDate>
      <guid>/en/posts/2012/10/installing-bluetooth-library-java-interpreter/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;👴 &lt;em&gt;Attention&lt;/em&gt; Cet article a quelques années et n&amp;rsquo;est peut-être plus à jour !&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;When I was installing the bluetooth library, i was told to type the directory where Java Interpreter was installed.&lt;/p&gt;&#xA;&lt;p&gt;Run the command:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;  which java&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;It’s gonna answer you « /usr/bin/java », type only « /usr/bin » in the shell line and you’re good 🙂 (Mac OS X Lion)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
