0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

OCI Oracle Linux 初期設定

Last updated at Posted at 2023-06-04

リリースバージョン表示

cat /etc/oracle-release

現在のシステム・ロケールとキーマップの確認

localectl

システム日時・タイムゾーンの確認

timedatectl

ロケール

使用可能なすべてのロケールの確認

localectl list-locales

ja_JP.UTF-8がない場合、それをインストール

yum install glibc-langpack-ja

ロケールをja_JP.UTF-8に設定

localectl set-locale LANG=ja_JP.UTF-8

ロケールの確認

cat /etc/locale.conf

キーマップ

X11 LayoutとVC Keymapの設定(以下の両方が必要)

localectl set-keymap jp106
localectl set-keymap jp-OADG109A

タイムゾーン

timedatectl set-timezone Asia/Tokyo

開発ツールセット

yum groupinstall 'Development Tools'
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?