「業務用エアコンのエラーコード」はこちら

nuy

RPMパッケージ管理

公開鍵をインポートする

公開鍵をインポートするには rpmコマンドでパッケージをインストールする際、下記のような警告メッセージが表示される場合が...
RPMパッケージ管理

RPMデータベース

RPM Database ●Rebuild the RPM database. Information about RPM packages is stored in the RPM database. When searching for information about a package, this RPM database plays an important role, but sometimes it gets corrupted. In such a case, the RPM database can be rebuilt by running the rpm command with the "--rebuilddb" option. [root@Lion ~]# rpm --rebuilddb [root@Lion ~]# ●Create a new RPM package database. To create a new RPM package database, run the rpm command with the "--initdb" option.
ネットワーク管理

IPアドレスを確認する

IPアドレスを確認する IPアドレス確認をするには、「ifconfig」コマンドを使用します。 ifconfigコマンド...
ネットワーク管理

Linuxのネットワーク環境を確認する

Linuxのネットワーク環境を確認する ●まず「ip -a」にてネットワークデバイスの確認をする # ip a 1: l...
ネットワーク管理

Linuxのポート状況を確認する

Linuxのポート状況を確認する ネットワーク上のどのコンピュータに接続するのかを「IPアドレス」で識別し、そのコンピュ...
ネットワーク管理

ホスト名からIPアドレスを調べる

ホスト名からIPアドレスを調べる ホスト名からIPアドレスを調べることを「正引き名前解決」と言います。 この処理はネーム...
ネットワーク管理

ドメイン名からメールサーバーを調べる

ドメイン名からメールサーバーを調べる(-t mx) あるドメイン内でメールサーバーとして稼働しているホストを調べるには、...
ディスク・デバイス管理

ファイルシステムの一貫性をチェックする

ファイルシステムの一貫性をチェックする ext2(Linux第2拡張ファイルシステム)及び、ext3(ジャーナル、自動記...
ディスク・デバイス管理

接続デバイスのIRQを表示する

接続デバイスのIRQを表示する /proc/interruptsファイルは、IRQ(InterruptReQuest:割...
ディスク・デバイス管理

PCIデバイスの情報を表示する

Display PCI device information To check the information of a PCI device in Linux, use the lspci command. This lspci command can be executed with the option "-v" to display more detailed information. You will need super user (root) privileges to run this command.
システム管理

不要サービスを停止する

Linux starts many unnecessary services (programs) that are not used immediately after installation. Services that are not used consume server resources unnecessarily just by being started and running, which is not desirable for security measures. There are two commands to stop services: service and chkconfig, but the service command will cancel the settings and start the stopped service when the server is restarted. Stop the service with the chkconfig command, which will keep the service stopped even after restarting the server.
システム管理

CPUの各種情報を表示する

CPUの各種情報を表示する ●PCに搭載されているCPU情報を表示する PCに搭載されているCPU情報を表示する場合、「...
システム管理

デーモンプロセスも含めて表示する

デーモンプロセスも含めて表示する Linuxの場合、システム維持の為に命令を与えなくても特別に動作しているプロセスがあり...
RPMパッケージ管理

インストール済みのRPMパッケージを確認

Check the installed RPM packages. Red Hat Enterprise Linux and CentOS, which was developed based on Red Hat Enterprise Linux, use a package management tool called RPM (Redhat Package Manager).。 RPM is a handy management tool that allows you to easily install and uninstall software and manage RPM packages with dependencies in mind, preventing you from accidentally removing RPM packages that you need. If you want to use this RPM, use the "rpm" command. Use the "-q" option to examine the RPM packages already installed, and the "-a" option to list the installed packages. rpm -qa" alone will show you all the packages installed on your Linux system, and is not suitable for checking specific packages. It is not suitable for checking a specific package. To check if a specific package is installed, specify the PRM package you want to check in "rpm -qa".
Rocky Linux8.4でサーバー構築

Rocky Linux8.4でサーバー構築 FTPサーバーインストール

1.vsftpdインストール ダウンロードサイトからvsftpd-3.0.3-33.el8.x86_64.rpm をwgetで/usr/local/src/へダウンロード 2.vsftpd  SSL/TLS化 ①自己署名の証明書を作成する(Let's Encrypt 等の信頼された正規の証明書を使用する場合は不要)