<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Notes on La Page de Nicolas</title>
    <link>https://hugo.dietlin.eu/notes/</link>
    <description>Recent content in Notes on La Page de Nicolas</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>fr</language><atom:link href="https://hugo.dietlin.eu/notes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Aide-Mémoire K9S</title>
      <link>https://hugo.dietlin.eu/notes/cheatsheet/k9s/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://hugo.dietlin.eu/notes/cheatsheet/k9s/</guid>
      <description>&lt;!-- Démarrer K9s --&gt;
&lt;div class=&#34;note-card &#34;&gt;
    &lt;div class=&#34;item&#34;&gt;
        &lt;h5 class=&#34;note-title&#34;&gt;&lt;span&gt;Start with K9s&lt;/span&gt;&lt;/h5&gt;
        
            &lt;div class=&#34;card&#34;&gt;
                &lt;div class=&#34;card-body&#34;&gt;&lt;p&gt;Use default config&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ k9s
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Use non-default kubeconfig&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ k9s --kubeconfig /path/to/kubeconfig
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Use non-default context&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ k9s --context fooctx
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Readonly&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ k9s --readonly
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Check info (locations for configurations, logs, screen dumps)&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ k9s info
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
            &lt;/div&gt;
        
    &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&#34;note-card &#34;&gt;
    &lt;div class=&#34;item&#34;&gt;
        &lt;h5 class=&#34;note-title&#34;&gt;&lt;span&gt;Use K9s&lt;/span&gt;&lt;/h5&gt;
        
            &lt;div class=&#34;card&#34;&gt;
                &lt;div class=&#34;card-body&#34;&gt;&lt;h5 id=&#34;list-resources&#34;&gt;List Resources&lt;/h5&gt;
&lt;p&gt;List a specific resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;:&amp;lt;resource&amp;gt;&lt;/code&gt; : list Resources, e.g. &lt;code&gt;:pod&lt;/code&gt; to list all pods.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;:&amp;lt;resource&amp;gt; &amp;lt;namespace&amp;gt;&lt;/code&gt; : list Resources in a given namespace.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;List all available resources:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Aide-Mémoire Unix</title>
      <link>https://hugo.dietlin.eu/notes/cheatsheet/shell/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://hugo.dietlin.eu/notes/cheatsheet/shell/</guid>
      <description>&lt;h2 id=&#34;quelques-commandes-simples&#34;&gt;Quelques commandes simples&lt;/h2&gt;
&lt;div class=&#34;note-card &#34;&gt;
    &lt;div class=&#34;item&#34;&gt;
        &lt;h5 class=&#34;note-title&#34;&gt;&lt;span&gt;Consulter le manuel&lt;/span&gt;&lt;/h5&gt;
        
            &lt;div class=&#34;card&#34;&gt;
                &lt;div class=&#34;card-body&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ man &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;n&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt; commande
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Visualisation à l&amp;rsquo;écran des informations concernant la commande spécifiée. L&amp;rsquo;affichage est realisé par un more.
Le manuel est divisé en huit sections:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1 : Les commandes utilisateurs&lt;/li&gt;
&lt;li&gt;2 : Les appels sytèmes&lt;/li&gt;
&lt;li&gt;3 : La librairie des sous-routines&lt;/li&gt;
&lt;li&gt;4 : Les formats de fichiers&lt;/li&gt;
&lt;li&gt;5 : Les fichiers spéciaux&lt;/li&gt;
&lt;li&gt;7 : Les possibilités diverses&lt;/li&gt;
&lt;li&gt;8 ou 1m : Les commandes d&amp;rsquo;administrations système&lt;/li&gt;
&lt;li&gt;9 : glossaire&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On peut spécifier la section dans laquelle on veut effectuer la recherche (grace au paramètre n).&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
