全文検索:
- 2021.06.27 AlmaLinux @50_dialy:2021:06
- ====== 2021.06.27 AlmaLinux ====== WSL2環境をALmaLinuxにしてみてた。 ===== 一応バックアップ ===== [[03_windows:99_other:19_wsl2_backup_restore]] ===== AlmaLinux Deploy ===== <code> $ curl -O https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh $ sud
- 2021.04.29 Docker dokuwiki linuxserver @50_dialy:2021:04
- ====== 2021.04.29 Docker dokuwiki linuxserver ====== ※[[50_dialy:2021:12:30]]こちらにも別のdokuwiki こちらのlinuxserverのdokuwikiはnginxで動きます。 SSL付きのDokuwiki [[https://docs.linuxserver.io/images/docker-dokuwiki]] ===== docker-c... NEW: 'true' dokuwiki: image: ghcr.io/linuxserver/dokuwiki container_name: dokuwiki e
- 2016.02.04 CVE-2016-0728 @50_dialy:2016:02
- ==== CVE-2016-0728 The vulnerability affects any Linux Kernel version 3.8 and higher CentOS 5, CentOS 6 はカーネルが違うので影響なし ・Linuxカーネルの脆弱性 CVE-2016-0728 http://blog.cloudpack.jp/2016/01/20/vulnerability-of-linux-kernel-cve-2016-0728/ ・ANALYSIS AND EXPLOITATION OF A LINUX KERNEL VULNERABILITY (CVE-2016-0728) http://perce
- 2019.11.21 Nginx エラー @50_dialy:2019:11
- /", host: "hoge.hogehoge.com" ===== 原因 ===== SELinuxが有効になってた。 <code> # getenforce Enforcing </code> ===== 対応 ===== SELinuxを無効にしたら表示できた。 <code> # setenforce 0 # sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config </code> {{tag>日記 nginx}}
- 2024.04.02 Homebrewを入れる @50_dialy:2024:04
- 04.02 Homebrewを入れる ====== macOSのパッケージ管理のHomebrewをLinuxに入れる。 こんな形です。 Homebrew -> anyenv -> pyenv/phpen... )" ==== Pathを通す ==== <code> echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.profile eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" </code> =====
- 2022.11.23 Almalinux Warning: dracut-initqueue timeout @50_dialy:2022:11
- ====== 2022.11.23 Almalinux Warning: dracut-initqueue timeout ====== Almalinux 8.7 を普通にISOからインストールしたら、このエラーで起動もできず。。。 Almalinux 8.4 を同じようにインストールしてみたら、ちゃんと起動できました。 Warning: dracut-initqueue timeout {{:50_dialy:2022:11:2022-11-23_20h52_09.png?nolink|}} {{tag>日記 Almalinux}}
- 2023.02.05 Ubuntu ディスクサイズ変更 @50_dialy:2023:02
- = 1. ホストOSで作業 ===== ==== qcow2を増やす ==== 関連:[[01_linux:08_仮想化:35_qcow2_resize]] この例では25G増やす。 VMは停止してから... Vを増やして行きます。 ==== partedでディスクサイズ変更 ==== 関連: [[01_linux:99_その他:35_gpt対応大容量ディスクにパーティションを追加_parted]] <cod... 48.00g 25.00g </code> ==== lvを増やす ==== 関連: [[01_linux:99_その他:77_lvm_resize]] <code> # lvresize -L +25G... ode> ==== resize2fsでファイルシステムを増やす ==== 関連: [[01_linux:99_その他:77_lvm_resize#最後に引数なしで_resize2fsを実行]] これで
- 2024.04.03 CentOS7 Homebrew @50_dialy:2024:04
- .sh)" </code> Pathを通す <code> echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bash_profile eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" </code> ===== Error1 ===== <code> The version of Git that was fou
- 2024.04.17 WSL2 ディストリビューション削除 @50_dialy:2024:04
- 4.04.17 WSL2 ディストリビューション削除 ====== CentOS8 と AlmaLinux84 を削除してみる。 <code> C:\Users\s-matsui>wsl -l -v ... * Ubuntu-20.04 Running 2 AlmaLinux84 Stopped 2 CentOS8 ... * Ubuntu-20.04 Stopped 2 AlmaLinux84 Stopped 2 docker-desktop-d... 2 C:\Users\s-matsui>wsl --unregister AlmaLinux84 登録解除。 この操作を正しく終了しました。 C:\Users\s-matsui>wsl -l
- 2024.01.16 openssl.soのLoadError @50_dialy:2024:01
- ===== 2024.01.16 openssl.soのLoadError ====== AlmaLinux 9.0だと、opnesslが新しくなっていてopenssl 1.1.1をロードできない。 <c... v/envs/rbenv/versions/2.6.1/lib/ruby/2.6.0/x86_64-linux/openssl.so (LoadError) </code> AlmaLinux 9.0では、openssl 3.0.7が入ってた。 <code> # rpm -qa | grep openssl open
- 2024.06.28 Amazon linux ログ(journal log) @50_dialy:2024:06
- ====== 2024.06.28 Amazon linux ログ(journal log) ====== Amazon Linux ではデフォルトでsyslogがインストールされてない。 syslogをインストールすれば、messagesが出力されるが、さっとログ... てます。 最新15行 journalctl -n 15 時間指定 journalctl --since="2024-06-28 07:30:00" {{tag>日記 Amazon Linux}}
- 2021.01.04 OpenCas with kernel4 @50_dialy:2021:01
- l4 ====== [[https://github.com/Open-CAS/open-cas-linux]] [[https://github.com/Open-CAS/open-cas-linux/releases]] kernel 4.18.0-240.1.1.el8_3.x86_64 kernel4だ
- 2021.05.27 bash-completion @50_dialy:2021:05
- -bash" >> ~/.screenrc [[https://blog.devget.net/linux/how-to-enable-autocompletion-in-screen/]] {{tag>linux}}
- 2021.08.03 KVM IOPS limit @50_dialy:2021:08
- ><![CDATA[onebr4]]></BRIDGE><BRIDGE_TYPE><![CDATA[linux]]></BRIDGE_TYPE><CLUSTER_ID><![CDATA[100]]></CLUS... ><![CDATA[onebr2]]></BRIDGE><BRIDGE_TYPE><![CDATA[linux]]></BRIDGE_TYPE><CLUSTER_ID><![CDATA[100,101]]></
- 2022.03.15 Docker-CEインストール @50_dialy:2022:03
- r ===== 普通のdockerをインストールした場合は、バージョンが古い ※1.13.1だとselinux有効時volumeのマッピングで問題が出る <code> # docker -v Docker v... ig-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum install docker-ce {{