<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on 解析屋こさめ</title>
    <link>https://yu-kosame.github.io/categories/linux/</link>
    <description>Recent content in Linux on 解析屋こさめ</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 04 Jul 2017 21:02:13 +0900</lastBuildDate>
    <atom:link href="/categories/linux/" rel="self" type="application/rss+xml" />
    
    <item>
      <title>プロキシ下で VirtualBox の ゲストの Ubuntu に ssh する</title>
      <link>https://yu-kosame.github.io/post/vbox_with_proxy/</link>
      <pubDate>Tue, 04 Jul 2017 21:02:13 +0900</pubDate>
      
      <guid>https://yu-kosame.github.io/post/vbox_with_proxy/</guid>
      <description> vbox の環境設定 Windows のネットワーク接続の設定 コンパネ -&amp;gt; ネットワークと共有センター -&amp;gt; アダプターの設定の変更
ヴァーチャルマシンの設定 ゲストの Ubuntu での設定 ゲストOS は Ubuntu 16.04 です。
/etc/network/interfaces source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto enp0s3 iface enp0s3 inet dhcp # Nat auto enp0s8 iface enp0s8 inet dhcp  プロキシの設定 bash export http_proxy=http://xxx.xxx.xxx.xxx:port export https_proxy=http://xxx.xxx.xxx.xxx:port export ftp_proxy=http://xxx.xxx.xxx.xxx:port  /etc/apt/apt.conf Acquire::http::proxy &amp;quot;http://xxx.xxx.xxx.xxx:port&amp;quot;; Acquire::https::proxy &amp;quot;http://xxx.xxx.xxx.xxx:port&amp;quot;; Acquire::ftp::proxy &amp;quot;http://xxx.xxx.xxx.xxx:port&amp;quot;;  tera term での ssh 接続 </description>
    </item>
    
    <item>
      <title>du でディレクトリの容量を調べる</title>
      <link>https://yu-kosame.github.io/post/du/</link>
      <pubDate>Wed, 08 Oct 2014 00:00:00 +0000</pubDate>
      
      <guid>https://yu-kosame.github.io/post/du/</guid>
      <description>du -hs ***  -h で適した単位にしてくれる。
-s でディレクトリ内のファイルを表示しない。</description>
    </item>
    
    <item>
      <title>scp</title>
      <link>https://yu-kosame.github.io/post/scp/</link>
      <pubDate>Wed, 08 Oct 2014 00:00:00 +0000</pubDate>
      
      <guid>https://yu-kosame.github.io/post/scp/</guid>
      <description>scp -P xxxx /Users/***/Desktop/***.txt root@***.***.***.***:  </description>
    </item>
    
    <item>
      <title>メモリ使用状況を調べる</title>
      <link>https://yu-kosame.github.io/post/memory/</link>
      <pubDate>Wed, 08 Oct 2014 00:00:00 +0000</pubDate>
      
      <guid>https://yu-kosame.github.io/post/memory/</guid>
      <description> メモリ空き状況 free  free をみて，何の用途にも使っていない物理メモリ量を確認。
vmstat -a  Inact をみて，キャッシュのうち，すぐ捨てられるページを確認。
どんなプロセスが動いているか top  または，
ps -aux  参考  Linuxトラブルシューティング探偵団　番外編（1）：減り続けるメモリ残量！ 果たしてその原因は!? (1&amp;frasl;3) - ＠IT  </description>
    </item>
    
    <item>
      <title>再帰的 mkdir</title>
      <link>https://yu-kosame.github.io/post/mkdir/</link>
      <pubDate>Tue, 07 Oct 2014 00:00:00 +0000</pubDate>
      
      <guid>https://yu-kosame.github.io/post/mkdir/</guid>
      <description>mkdir -p dir1/dir2 # -p オプションをつける  </description>
    </item>
    
    <item>
      <title>ln</title>
      <link>https://yu-kosame.github.io/post/ln/</link>
      <pubDate>Thu, 11 Sep 2014 00:00:00 +0000</pubDate>
      
      <guid>https://yu-kosame.github.io/post/ln/</guid>
      <description>シンボリックリンクの作成
ln -s /home/usr/peko peko  ls -l peko -&amp;gt; /home/usr/peko  </description>
    </item>
    
  </channel>
</rss>
