flagflag  If you want to see English page, please click "English" Button at Left.
Page Top

CentOS7 Memo anchor.png

Page Top

dotnet 6.0 (for OpenSim) anchor.png

rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
yum install dotnet-*-6.0 
 
Page Top

ネットワーク設定ツール anchor.png

  • nmtui
  • systemctl restart NetworkManager
     
Page Top

IPv6 の無効化 anchor.png

# vi /etc/default/grub
      GRUB_CMDLINE_LINUX="ipv6.disable=1 rd.lvm.lv=fedora-server/root.....
# grub2-mkconfig -o /boot/grub2/grub.cfg 
 
Page Top

Firewall anchor.png

# systemctl stop firewalld.service
# systemctl mask firewalld.service
# firewall-cmd --add-service=smtp --permanent
# firewall-cmd --add-service=smtp-submission --permanent
# firewall-cmd --reload 
 
Page Top

タイムデーモン anchor.png

  • chronyd
  • 設定は /etc/chrony.conf
    • サーバになるには allow の指定が必要
  • ntp を使用してもよい.
    • ntp を使用する場合は chrony は無効化する.無効化しないと ntpd は起動しない
yum install chrony
systemctl enable chronyd.service
systemctl start chronyd.service
 
  • 時間が9時間進む場合
    • RTC(ハードウェアクロック)が UTC になっている可能性がある
hwclock -s --localtime
Page Top

systemctl by macsatou :-D anchor.png

/etc/init.d/script start相当

# systemctl start unit

/etc/init.d/script stop 相当

# systemctl stop unit 

service --status-all 相当

# systemctl --full 

chkconfig --list 相当

# systemctl --full list-unit-files 

chkconfig script on 相当

# systemctl enable unit 

chkconfig script off 相当

# systemctl disable unit 

chkconfig --add script 相当

# systemctl daemon-reload

PID探してkill -9

# systemctl kill -s 9 sshd 

ls /etc/init.d

# systemctl --type service

トップ   凍結 差分 バックアップ 複製 名前変更 リロード   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom
Counter: 2336, today: 1, yesterday: 0
最終更新: 2023-08-14 (月) 21:11:01 (JST) (255d) by iseki

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 4月翌月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
<今日>

オンライン状況

130 人のユーザが現在オンラインです。 (11 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 130

もっと...

アクセスカウンタ

今日 : 3441344134413441
昨日 : 1406514065140651406514065
総計 : 2334446323344463233444632334446323344463233444632334446323344463
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com