본문 바로가기
728x90

OS4

[OS] Linux 유용한 명령어 모음 - 지속적인 업데이트 ######################################### cmd 모음 ######################################### ////////////////////////////////////////////////////////////////////////////////// part1. find 명령어 ////////////////////////////////////////////////////////////////////////////////// 1. 현재 디렉토리 하위에서 원하는 디렉토리 명 찾기 find ./ -type d -name "test_domain" 2. 현재 디렉토리 하위의 모든 파일에서 원하는 단어 검색 grep -r "test" ./* |more 3.. 2021. 12. 23.
[우분투] K8S 실습 환경을 위한 Ubuntu:20.04 설치 가이드(master/node1/node2) 1. Ubuntu 20.04 LTS 다운로드 https://ubuntu.com > Download > 20.04 LTS Enterprise Open Source and Linux | Ubuntu Ubuntu is the modern, open source operating system on Linux for the enterprise server, desktop, cloud, and IoT. ubuntu.com 20.04 LTS Desktop 다운로드(ubuntu 사이트에서 desktop 버전 ISO 이미지 다운로드) 2. k8s master 가상 머신 만들기 k8s의 master로 사용할 VM 생성 및 ubuntu:20.04 설치 master 하나 만들어서 환경구성 완료 후 복제해서 worker1, w.. 2021. 10. 24.
[우분투] Ubuntu 18.04 LTS 설치 및 구성(ISO) VM 환경의 Ubuntu Linux 설치해보자. 이번 실습 환경은 Kubernetes 설치를 위해 준비해보았다. 1. Ubuntu 18.04 ISO 이미지 파일 다운로드 아래 사이트에 들어가 Ubuntu 18.04 ISO 파일을 다운로드 받는다. https://releases.ubuntu.com/18.04/ Ubuntu 18.04.6 LTS (Bionic Beaver) Select an image Ubuntu is distributed on three types of images described below. Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your op.. 2021. 10. 22.
[GUI 구축] X-window 사용하여 Unix/Linux GUI 환경 구축하기 최근 EAI(SOA-OSB) 설치를 하면서 GUI 설치가 필요한 상황에서 지원되지 않는 경우가 있었다. 그에 따라 X-window를 활용하여 Unix/Linux 환경에서 GUI 모드로 설치하는 방법을 공유하고자 한다. ############################################################################# 첫 번째로 AIX 장비 X-window 사용하기 #1. 장비에 X-window 파일셋 설치 - install X11 package #2. X11 package 확인 [click2@root:/]# lslpp -l|grep -i x11 X11.Dt.ToolTalk 7.1.4.30 X11.Dt.bitmaps 7.1.0.0 X11.Dt.helpmin 7.1.0.. 2021. 8. 3.
728x90