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

OpenSUSE Tumbleweed : Various settings after OS installation

1. Using su command

Not required if root password is set at the time of installation
If you set a root password, set it as follows
Log in as a general user

2.Disabling SELinux

First, disable SELnux, a feature that improves auditing and security in Linux, but when enabled, it places considerable restrictions on the behavior of services and on what can be configured. For this reason, it is often basically disabled.
SELinux operating modes
Enforcing : SELinux functionality is enabled and access control is enabled
Permissive : SElinux will warn, but no access restrictions will be placed
disabled : Both SElinux function and access control are disabled

①Current SELinux status

②Switching to [permissive] mode

③Switch to [enforcing] mode

④Disable SELinux completely
Edit selinux configuration file

reflect

3. Modernize the system

To modernize the system, enter the following command

4. locate

The find command is used to search for a specific file on the entire Linux system, but find's options are somewhat confusing.
In such cases, it is useful to have the locate command available, which can extract all files with a given filename

Install

Create database

Example of executing the locate command

5. Services suspended due to security measures

Services that are considered unnecessary are stopped and kept stopped after rebooting

6. Vim

Vim configuration

7. Network Settings

The default is to configure the network via "Network-Manager" instead of the traditional Wicked configuration.
If configuring with YaST as before, during installation, select "Wicked" from "Network-Manager" for "Network Settings".Wicked
In this case, we will use "Network-Manager" to configure the settings.

7.1 Host name and static IP address settings

・Changed host name to Lepard
・Fixed IP address (192.168.11.83)

①First, find out the name of your network interface with the following command
This time it is "ens33"

➁Fixed IP address (192.168.11.83)
In most cases, the router address is "192.168.11.1" or "192.168.0.1." In this case, we will proceed with "192.168.11.1" as an example

Reflect settings

confirmation

➂Change hostname to Lepard

Check it as it is reflected instantly.

7.2 IPv6 invalidate

Reflects changes

Copied title and URL