全文検索:
- 2024.04.02 Homebrewを入れる @50_dialy:2024:04
- -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ==== Pathを通す ==== <code> echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"'... )" </code> ===== anyenvインストール ===== <code> brew install anyenv anyenv install --init $ anyenv install -l Renv crenv denv erlenv exenv goenv hsenv
- 2014.05.28 sa-update Error @50_dialy:2014:11
- gnu --prefix /usr/local/perl-5.10.1 # make # make install </code> === 確認 === <code consoel> # /usr/local/p... sole> # /usr/local/perl-5.10.1/bin/cpan cpan[1]> install Digest::HMAC cpan[1]> install Net::DNS cpan[1]> install NetAddr::IP cpan[1]> install HTML::Tagset cpan[1]> install HTML::Parser </code>
- 2024.01.16 openssl.soのLoadError @50_dialy:2024:01
- z # cd openssl-3.1.1w # ./Configure # make # make install # ll /usr/local/lib64/libssl.so.1.1 -rwxr-xr-x.... Can't locate FindBin.pm in @INC (you may need to install the FindBin module) (@INC contains: /usr/local/li... ed at ./Configure line 15. </code> 対応 <code> yum install perl-FindBin.noarch </code> <code> Can't locate File/Compare.pm in @INC (you may need to install the File::Compare module) (@INC contains: . /usr/
- 2024.04.03 CentOS7 Homebrew @50_dialy:2024:04
- -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" </code> Pathを通す <code> echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >>... s not satisfy requirements for Homebrew. Please install Git 2.7.0 or newer and add it to your PATH. </code> ==== 対応 ==== <code> $ sudo yum install https://repo.ius.io/ius-release-el7.rpm $ sudo yu
- 2020.10.28 pyenv でエラー @50_dialy:2020:10
- ENV_ROOT/bin:$PATH" eval "$(pyenv init -)" pyenv install --version </code> <code> # pyenv install 3.6.8 Downloading Python-3.6.8.tar.xz... -> https://www.python.o... 't decompress data; zlib not available make: *** [install] Error 1 </code> ===== 対応 ===== zlib-develをインストール <code> # yum -y install zlib-devel </code> {{tag>日記}}
- 2022.06.07 Kubernetes flannelが起動しない @50_dialy:2022:06
- kubelet Created container install-cni-plugin Normal Started 9m55s kubelet Started container install-cni-plugin Normal Pulled 9m54s ... kubelet Created container install-cni Normal Started 9m54s kubelet Started container install-cni Normal Pulled 9m6s (x4 over 9m53s)
- 2024.05.02 Amazon Linux 2023 Zabbix @50_dialy:2024:05
- x86_64/zabbix-release-6.0-4.el9.noarch.rpm # dnf install zabbix-agent Last metadata expiration check: 0:01... /code> ==== makeに必要なパッケージインストール ==== <code> dnf install pcre pcre-devel gcc </code> ==== ソースダウンロード make, make install ==== <code> curl -L -O https://cdn.zabbix.com/zab... bix-6.0.29/ ./configure --enable-agent make make install cp misc/init.d/fedora/core5/zabbix_agentd /etc/
- 2015.06.02 VHDファイルをマウント @50_dialy:2015:06
- イルをマウント ====== Ubuntuでマウントするしかない。 ===== Step 1: Install the virtualbox fuse package ===== Install the virtualbox fuse package which is required to open up this vhd image into its raw form <code> # apt-get install virtualbox-fuse </code> ===== Step 2: Open up VHD
- 2017.04.20 MySQL update 5.1 -> 5.6 @50_dialy:2017:04
- l stop # rpm --nodeps -e mysql-server mysql # yum install http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm # yum install mysql-server # mysql_install_db --random-passwords # cat /root/.mysql_secret # mysqld --initialize # mysql
- 2017.11.13 GlusterFS 3.12 @50_dialy:2017:11
- de> # gluster vol status Status of volume: onapp_install Gluster process TCP P... Y 2871 Task Status of Volume onapp_install -------------------------------------------------... s機能がglusterfs-serverパッケージから分離されました。 <code> # yum install glusterfs-gnfs # rpm -ql glusterfs-gnfs /usr/lib6
- 2008.04.10 MySQLが起動できず @50_dialy:2008:04
- 最近portsでばっかり入れてたでんで忘れてましたが、 <code> # /usr/local/bin/mysql_install_db </code> をすっかり忘れてました。 {{tag>mysql 日記}}
- 2008.04.23 freebsd-update @50_dialy:2008:04
- た。 # freebsd-update fetch # freebsd-update install portsツリーを最新版にする # portsnap fetch # portsn... # cd /usr/ports/ports-mgmt/portupgrade # make install clean 全てをアップグレードする場合 # portupgrade -a {{tag
- 2015.07.02 WindowsでAtom + git @50_dialy:2015:07
- lateyをインストール後、gitインストール <code console> C:\> choco install git </code> {{tag>git editor}} これでAtomからgitコマン
- 2021.01.04 OpenCas with kernel4 @50_dialy:2021:01
- WINDER_ORC=y option is set in your kernel, please install libelf-dev, libelf-devel or elfutils-libelf-devel... == 対応 ===== elfutils-libelf-develをインストールしてあげればOK dnf install elfutils-libelf-devel {{tag>日記 opencas}}
- 2021.08.24 NVME ディスク型番 @50_dialy:2021:08
- hold: 80 Celsius </code> ==== smartmontools install ==== # yum -y install smartmontools {{tag>日記 NVMe SATA}}