Rocky Linux 9 - 설치 III > LINUX 자료실

본문 바로가기
사이트 내 전체검색

LINUX 자료실

Rocky Linux 9 - 설치 III

페이지 정보

profile_image
작성자 꿈꾸는여행자
댓글 0건 조회 79회 작성일 24-04-26 23:30

본문

 

안녕하세요.

 

꿈꾸는 여행자입니다.

 

 

RockyLinux 9 Version 설치 관련 자료를 공유 합니다.

 

이번 시간 진행 목차는 다음과 같습니다.


> 다음

 

I. 이번 수행 내역 

 

2. Secure Deployment Checklist

2.1. Restricting Access to SSH Connections

2.2. Set the hostname

3. Install Package

3.1. Postman

3.1.1. Download

3.1.2. Extract Postman Archive

3.1.3. Install Postman

3.1.4. Running Postman


 

 

감사합니다.

 

꿈꾸는 여행자 

 

> 아래 

 

2. Secure Deployment Checklist

https://docs.oracle.com/cd/E37670_01/E36387/html/ol_checklist_sec.html


2.1. Restricting Access to SSH Connections

  • The Secure Shell (SSH) allows protected, encrypted communication with other systems. As SSH is an entry point into the system, disable it if it is not required, or alternatively, edit the /etc/ssh/sshd_config file to restrict its use.

  • For example, the following setting does not allow root to log in using SSH:


cp /etc/ssh/sshd_config /etc/ssh/sshd_config.orig


vi /etc/ssh/sshd_config

PermitRootLogin yes


systemctl restart sshd

[lds@localhost ~]$ su -

Password:

[root@localhost ~]# cp /etc/ssh/sshd_config /etc/ssh/sshd_config.orig

[root@localhost ~]# vi /etc/ssh/sshd_config

PermitRootLogin yes

[root@localhost ~]# systemctl restart sshd

[root@localhost ~]#


2.2. Set the hostname

  • Set the hostname

    • Unable to set the hostname in RockyLinux?

      • https://forums.rockylinux.org/t/unable-to-set-the-hostname-in-rockylinux/4541


hostnamectl set-hostname zabbix

[root@localhost ~]# hostnamectl set-hostname zabbix

[root@localhost ~]# su -

[root@zabbix ~]#


3. Install Package

3.1. Postman 

https://tutorialforlinux.com/2021/12/09/postman-rocky-linux-8-installation-step-by-step-guide/


3.1.1. Download

https://www.postman.com/downloads/


ls 

[root@host postman]# ls

postman-linux-x64.tar.gz

[root@host postman]# pwd

/root/Work/postman

[root@host postman]#


3.1.2. Extract Postman Archive 


tar xvzf postman-linux-x64.tar.gz -C ./

[root@host postman]# tar xvzf postman-linux-x64.tar.gz -C ./

[root@host postman]# 


3.1.3. Install Postman 


  • Set the SuperUser as Owner with:

sudo chown -R root:root /root/Work/postman/Postman

[root@host postman]# sudo chown -R root:root /root/Work/postman/Postman

[root@host postman]#


  • Relocate 

sudo mv /root/Work/postman/Postman /opt/

[root@host postman]# sudo mv /root/Work/postman/Postman /opt/

[root@host postman]#


  • Make a Symlink for Easy Launching on Shell:

sudo ln -s /opt/Postman/app/Postman /usr/local/bin/Postman

[root@host postman]# sudo ln -s /opt/Postman/app/Postman /usr/local/bin/Postman

[root@host postman]#


3.1.4. Running Postman 


Postman 

[root@host ~]# Postman 

The disableGPU setting is set to undefined

Not disabling GPU

1664943808350 main info "Booting Postman 9.31.0, linux-4.18.0-348.el8.x86_64 on x64"

1664943808351 main info "EventBus~initialize - Success"

1664943808354 main info "Proxy configuration has not been setup"

1664943808355 main info "CloudProxyManager~init - Success"

1664943808362 main info "UpdateHandler~init - Success"

1664943808365 main info "LeaderSelection: Initialized successfully"

1664943808365 main info "VersionDependencyService: Initialized successfully"

1664943808379 main info "LinuxAutoUpdater~Cleanup - Initial cleanup successful"

error reading fileError: ENOENT: no such file or directory, open '/root/.config/Postman/proxy/postman-proxy-ca.crt'

1664943808381 main info "Generated root certificate for linux"

1664943809901 main info "GPU detected VID 4318 DID 8121 ACTIVE true"

1664943809901 main info "GPU detected VID 32902 DID 16027 ACTIVE false"

[2321904:1005/132330.061381:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization

[2322015:1005/132330.081834:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is swiftshader, ANGLE is 

1664943810754 main info "RuntimeIPCAgent~started: Success"

1664943812960 main info "UpdateHandler~app-update-events - Received event",{"name":"checkForElectronVersionUpdated","namespace":"appUpdate"}

INTERCEPTOR CONNECTIVITY: Connecting to Interceptor Bridge

InterceptorBridge: Trying to connect Native App IPC~Interceptor Bridge

1664943812976 main info "windowManager: First requester booted successfully."

1664943812976 main info "windowManager~restoreWindows: Restoring requester windows"

1664943812977 main info "Main~AppEvents - Received booted event for process requester.Version undefined UI Version: undefined Desktop Platform Version: 9.31.0"

IPCClient ~ WindowHandler: New event is received { type: 'window-opened' }

IPCClient ~ WindowHandler: New event is received { type: 'leave-full-screen', windowId: 1 }



 

 

 

 

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

회사명 : (주)리눅스데이타시스템 / 대표 : 정정모
서울본사 : 서울특별시 강남구 봉은사로 114길 40 홍선빌딩 2층 / tel : 02-6207-1160
대전지사 : 대전광역시 유성구 노은로174 도원프라자 5층 / tel : 042-331-1161

접속자집계

오늘
1,556
어제
1,601
최대
3,935
전체
823,965
Copyright © www.linuxdata.org All rights reserved.