業務用エアコン関連の技術情報、エラーコード、環境問題対策に関する別サイト「エアコンの安全な修理・適切なフロン回収」

nuy

Ubuntu24.04_en

Ubuntu Server24.04 : SNORT3 Install

Snort31.Install the required packages2. Install the DAQ libr...
Ubuntu24.04_en

Ubuntu Server24.04 : Suricata + Elastic Stack

PrerequisitesThis time, we will install Suricata IDS and Ela...
Archlinux_en

ArchLinux : Installation #3 Initial settings during installation

Initial setup within the installed systemTo enter the installed system, use the arch-chroot command.arch-chroot is a script for Arch Linux installation that mounts the system so that the specified path is the root "/".However, after this, only commands in the destination ArchLinux can be used. Commands in the installation media cannot be used.For example, to install a package, use pacman instead of pacstrap.Enter the installed system (/mnt becomes /)
Archlinux_en

ArchLinux :  Installation #1 Image Download and Preparation

Arch Linux Arch Linux is a Linux distribution.Unlike other distributions, which often perform graphical installation, Arch Linux uses a CUI command line screen to perform the installation process.However, since there is no need to install unnecessary packages, you can create your own environment that is highly flexible, lightweight, and compact.Arch Linux does not have the "version" concept of other distributions.The installation ISO contains only the commands used during the installation process, and the ISO file is updated monthly to ensure that it is always up-to-date.Forte・Arch Linux does not have the "version" concept that other distributions have・The installation ISO image contains only the commands used during the installation process, and the ISO file is updated monthly.・Ability to work with the latest kernel and commands for installation・Arch Linux allows you to select and install only what you use, so no extra packages are installed.・Packages are always updated to be nearly up-to-date, so you can use the latest Linux kernel, the latest versions of software, and so on.・Arch Linux's proprietary package manager, pacman (CUI), takes significantly longer to install packages than other distributions.
OpenSUSE15.6_en

OpenSUSE15.6 : Suricata + Elastic Stack + Kibana + Filebeat

Prerequisite.1.SuricataSURICATA IDS/IPS is an open-source in...
OpenSUSE15.6_en

OpenSUSE15.6 : OS Install

OpenSUSEOpenSUSE is a Linux distribution that is community-based, free to the public, and active in adopting the latest technologies. It is sponsored by Novell and developed by the community. Originally, SUSE Linux was developed by SUSE, but after the acquisition of SUSE by Novell in 2003, Novell shifted the development structure to community-based by the OpenSUSE project as a distribution aiming for 100% open source, and changed the name from SUSE Linux to OpenSUSE Linux The name was changed to the current name.openSUSE is available as Leap, the stable version, and Tumbleweed, which uses a rolling-release model and is also the basis for the paid-for version of SUSE Linux Enterprise.Leap 15.6 will be released on June 12, 2024 and will provide up-to-date support for the latest hardware with improved YaST functionality and improved installers
Debian13.2_en

Debian13.2 : OS Install , Initial Settings

1. Overview of Debian 13This time, we'll explain how to buil...
openSUSE Tumbleweed_en

OpenSUSE Tumbleweed : Nagios Server

Nagios ServerNagios is an open-source monitoring solution th...
OpenSUSE16.0_en

OpenSUSE16.0 : Nagios Server

Nagios Server, open-source integrated monitoring softwareNag...
OpenSUSE16.0_en

OpenSUSE16.0 : Clamav , Mail Server

1. ClamAV (antivirus software) implementation1.1 Install Cla...
OpenSUSE16.0_en

OpenSUSE16.0 : Firewall , SSH、NTP Server

1.Configuring Remote Connections via SSHSSH is a service for...
OpenSUSE16.0_en

OpenSUSE16.0 : Various settings after OS installation

1. Using the su commandIf you set the root password during i...
Slackware 15.0_en

Slackware15.0 : WEB server (Apache) Install , SSL implementation

WEB server (Apache)Apache Installation①system update➁httpd i...
Slackware 15.0_en

Slackware15.0 : MariaDB , WordPress Installation

MariaDB Install①Install➁Activate and start MariaDB➂Check the...
Slackware 15.0_en

Slackware15.0 : FTP (Vsftpd) server installation

Vsftpd ConfigurationSlackware has "vsftpd" installed by default, but it is not activated.  Edit the "vsftpd" configuration file to activate it.# vi /etc/vsftpd.confChange to line 12 NO.anonymous_enable=NOChange line 113 to YESlisten=YESAdd to last lineuse_localtime=YESEnable ftp as "inetd" is in charge of startup