<?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://yoneyan.blog/tech/linux/</link><description>Recent content in Linux on のんびりと生きたい</description><generator>Hugo -- gohugo.io</generator><language>ja</language><lastBuildDate>Wed, 31 Jul 2019 21:58:46 +0900</lastBuildDate><atom:link href="https://yoneyan.blog/tech/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>virt-install時にbr0のエラーが出て進まない</title><link>https://yoneyan.blog/tech/linux/error-libvirt-1/</link><pubDate>Wed, 31 Jul 2019 21:58:46 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/error-libvirt-1/</guid><description>&lt;h3 id="環境">環境&lt;/h3>
&lt;p>OS: CentOS7 7.6.1810&lt;/p>
&lt;p>Bridge: br0 (eth0をbr0にブリッジで接続している)&lt;/p>
&lt;h2 id="起こったこと">起こったこと&lt;/h2>
&lt;p>virt-installのコマンドを走らせた際にbridge関連のエラーが出たので対処法をこちらに載せます。&lt;/p></description></item><item><title>nginxでリバースプロキシとLet's Encryptを導入する</title><link>https://yoneyan.blog/tech/linux/reverse-proxy-and-letsencrypt-with-nginx/</link><pubDate>Tue, 04 Jun 2019 19:03:13 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/reverse-proxy-and-letsencrypt-with-nginx/</guid><description>&lt;p>nginxでLet&amp;rsquo;s Encryptを用いてhttps（SSL/TLS）を有効にする方法をこちらに書いていきます。&lt;/p>
&lt;p>当方のLet&amp;rsquo;s Encryptの記事は備忘録と書きます。他社のサイトさんの方がわかりやすいと思うので、わからない点などがあれば調べていただければ幸いです。&lt;/p></description></item><item><title>Linuxのディスク容量拡張の方法</title><link>https://yoneyan.blog/tech/linux/linux-disk-capacity-expansion-method/</link><pubDate>Mon, 03 Jun 2019 13:59:36 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/linux-disk-capacity-expansion-method/</guid><description>&lt;p>UbuntuServerのディスクの容量を拡張する必要が出てきたので、ここに備忘録として残していきます。&lt;/p>
&lt;p>VPSを使っていると、スケールアップなどで容量が拡張してくれるものがあります。しかし、ディスクとしては拡張されていても最初から入っているパーティションが勝手に伸びたり縮んだりすることが出来ないので我々が操作をしてあげないといけません。&lt;/p></description></item><item><title>LinuxでRAID構築する際にリビルドが遅すぎる時の対処法</title><link>https://yoneyan.blog/tech/linux/rebuilding-slow-when-building-raid-on-linux/</link><pubDate>Sun, 31 Mar 2019 15:17:42 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/rebuilding-slow-when-building-raid-on-linux/</guid><description>&lt;p>CentOSで1TBのHDDをRAID1に構築する際にかなり時間が掛かりそうだったので、対処法の紹介です。&lt;/p>
&lt;p>&lt;a href="http://liliumrubellum.blog10.fc2.com/blog-entry-300.html">http://liliumrubellum.blog10.fc2.com/blog-entry-300.html&lt;/a>&lt;/p>
&lt;p>上のブログさんの記事を参考にしました。（ほぼ、同じです。）&lt;/p>
&lt;p>備忘録として、こちらに書かせていただきます。&lt;/p></description></item><item><title>neovimでUltiSnips requires py >= 2.7 or py3というエラーの対処法</title><link>https://yoneyan.blog/tech/linux/fix-neovim-error/</link><pubDate>Wed, 20 Feb 2019 18:53:54 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/fix-neovim-error/</guid><description>&lt;p>最近、新たにデスクトップPCにLinuxMintを導入してneovimやtmuxやらの環境構築をしている途中に&lt;/p>
&lt;p>&lt;strong>UltiSnips requires py &amp;gt;= 2.7 or py3&lt;/strong>&lt;/p>
&lt;p>とこのようなエラーをneovimを起動する度に吐いてしまったので対処法を備忘録として載せておきます。&lt;/p></description></item><item><title>VPSでスワップ領域を増やす</title><link>https://yoneyan.blog/tech/linux/increase-swap-space/</link><pubDate>Tue, 05 Feb 2019 05:08:54 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/increase-swap-space/</guid><description>&lt;p>VPSで格安のものになってくると、問題となってくるのがスペックになります。&lt;/p>
&lt;p>昔のVPSに比べると、メモリが512MBに増えておりかなり使えるものになってきましたが、それでも不足してしまうという現実があります。&lt;/p>
&lt;p>そこで、気休め程度になってしまいますが、スワップ領域を増やしてみました。&lt;/p></description></item><item><title>proxmox（Debian系）でソフトウェアRAIDを組む</title><link>https://yoneyan.blog/tech/linux/create-software-raid-with-proxmox/</link><pubDate>Sun, 02 Dec 2018 22:01:52 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/create-software-raid-with-proxmox/</guid><description>&lt;p>今回はproxmoxというハイパーバイザーOSを使ってソフトウェアRAIDを組んでみます。 ソフトウェアRAIDを組む方法として、mdadmを使って構築していきます。普通はmdadmをコマンド操作で構築しますが、正直なところ&lt;strong>キツイ&lt;/strong>のでwebminを使ってRAID構築をしていきます。webminではWebUIから構築出来ますが、実際に動いているのはmdadmなので「コマンド操作したい！」となった時でも対応できるのでおすすめです。&lt;/p></description></item><item><title>grafanaをnginxでリバースプロキシしてみる</title><link>https://yoneyan.blog/tech/linux/reverse-proxy-with-grafana-with-nginx/</link><pubDate>Mon, 15 Oct 2018 04:20:47 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/reverse-proxy-with-grafana-with-nginx/</guid><description>&lt;p>みなさん大好きなGrafanaを使っている方は、たくさんいらっしゃると思うのですが、今回はnginxを使ってリバースプロキシを使ってみました。少しだけややこしいと思ったので記事にします。 正直なところ、ここを見なくても公式サイトにしっかりと載せてくれてます。
おそらく、そちらを見た方がいいです。 &lt;a href="http://docs.grafana.org/installation/behind_proxy/">http://docs.grafana.org/installation/behind_proxy/&lt;/a>&lt;/p></description></item><item><title>nextcloudでアップロードができない理由はこれだった...</title><link>https://yoneyan.blog/tech/linux/cant-upload-with-nextcloud/</link><pubDate>Tue, 25 Sep 2018 04:27:25 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/cant-upload-with-nextcloud/</guid><description>&lt;p>nextcloudというOSSの自前でクラウドっぽいことができるものを愛用していますが、nginxをリバースプロキシとして使い、apache2上にnextcloudを立てました。
しかし、構築した際に問題が発生したので今回の対処法を紹介します。&lt;/p></description></item><item><title>freshclamで更新できない</title><link>https://yoneyan.blog/tech/linux/not-update-freshclam/</link><pubDate>Mon, 10 Jul 2017 00:24:16 +0900</pubDate><guid>https://yoneyan.blog/tech/linux/not-update-freshclam/</guid><description>&lt;p>ubuntuserverにfreshclamをインストールしたときに、エラーが出てできなかったのでそれの回避方法を紹介します。&lt;/p></description></item></channel></rss>