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

OpenSUSE16.0 : Various settings after OS installation

1. Using the su command

If you set the root password during installation, this step is unnecessary.
If you choose to set the root password, configure it as follows:
After logging in as a regular user:

2. Update the system

To update the system, enter the following command:

3. Install locate

When searching for specific files across an entire Linux system, the find command is often used. However, specifying options for find can be somewhat confusing. In such cases, the locate command is convenient. The locate command can extract all files with the specified filename.

Install

Create a database

Executing the locate command

4. Services suspended for security reasons

Disable unnecessary services and keep them disabled even after restarting.

5. Vim

Vim Configuration

6. Network Settings

6.1 Hostname and Static IP Address Configuration

If you change it as follows for testing purposes:
・Change the hostname to Lion
・Set a static IP address (192.168.11.84)

In most cases, the router's address is something like "192.168.11.1" or "192.168.0.1." For this example, we'll proceed using "192.168.11.1."

Starting with openSUSE 16, we will be using Cockpit instead of YaST 2, so we will install Cockpit.

Enable the cockpit service and start it.

Open Port:9090
It appears to have already been released during the cockpit installation.

Access http://[Server IP address]:9090 in your web browser.
If the screen below appears, click the section shown in the figure below.

The login screen will appear. Enter your login username and password to log in.

Click "Turn on administrative access" and edit with administrator privileges.

Enter the login user's password and click "Authenticate".

Changing the Hostname
Open the "Overview" pane on the right and click "edit" next to "Hostname".

Enter the hostname you want to change, then click "Change" below.

Changing a Static IPv4 Address
Open the "Networking" pane on the right and click the interface name under "Interfaces".

Click "edit" for IPv4

Enter the IP address you want to change to, then click "Save".

Click "Change the settings"

To apply the new settings, restart the system.

After restarting, perform the above steps and verify that the IP address has changed.
Please restore the original hostname (Lepard) and IP address (192.168.11.83).

6.2 Disable IPv6

# Reflect changes

7.Disabling SELinux

To permanently disable SELinux, edit /etc/selinux/config
Change SELINUX=enforcing to SELINUX=disabled

Copied title and URL