⚠️ 주의 참고: yum clean all 명령은 cache를 비우는 동작을 포함하므로 아래 생성 된 파일이 사라진다. Red Hat Enterprise Linux 7의 유지 관리가 2024년 6월 30일에 종료 됨에 따라 yum repository도 지원이 중단되었다.CentOS 6 에서 yum 사용하기 와 같이 mirror 를 지정해주면 다시 사용이 가능해진다.먼저 버전을 알아낸다.[root@localhost ~]# cat /etc/centos-releaseCentOS Linux release 7.9.2009 (Core)알아낸 버전을 url에 적용하여 mirrorlist.txt 파일로 저장한다.(브라우저에서 url 확인이 가능하다. '/'까지 입력해야함..)echo "https://vault.cen..
컴파일에는 문제가 없으나.. 아래와 같은 에러가 계속 발생하여 신경이 쓰임.. CMake Warning at /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.25/Modules/Platform/Darwin-Initialize.cmake:303 (message): Ignoring CMAKE_OSX_SYSROOT value: /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk because the directory does not exist. Call Stack (most recent call first): /Applications/CLion.app/Contents/bin/cmake/mac/share..
CentOS 6 지원 중단으로 인하여 yum repository 위치를 추가해줘야 하는데 mirrorlist.txt 파일로 간단하게 추가해 줄 수있다. i386(32bit) echo "https://vault.centos.org/6.10/os/i386/" > /var/cache/yum/i386/6/base/mirrorlist.txt echo "https://vault.centos.org/6.10/extras/i386/" > /var/cache/yum/i386/6/extras/mirrorlist.txt echo "https://vault.centos.org/6.10/updates/i386/" > /var/cache/yum/i386/6/updates/mirrorlist.txt x86_64(64bit) ech..
참조 https://zedt.eu/tech/linux/updating-virtualbox-on-centos-6/#comment-5552 yum에 VirtualBox Repo 추가 /etc/yum.repos.d/virtualbox.repo [root@localhost ~]# cat /etc/yum.repos.d/virtualbox.repo [virtualbox] name=Oracle Linux / RHEL / CentOS-$releasever / $basearch - VirtualBox baseurl=http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch enabled=0 gpgcheck=1 gpgkey=https://www.virtu..
// 현재 퍼미션 확인 $ git ls-tree HEAD 100644 blob 43eb4abf50ddb2be44a15f81ffcbf328cdc3607a make.sh // 퍼미션 변경 $ git update-index --chmod=+x make.sh // 확인 $ git status # On branch develop # Changes to be committed: # (use "git reset HEAD ..." to unstage) # # modified: make.sh // git push $ git commit -m "make.sh permission change" // 확인 $ git checkout . $ ls -la -rwxrwxr-x. 1 pu pu 6443 Nov 13 2019 make..
윈도우에서 사용하던 HDD 를 추가하여 CentOS에서 사용 할 수 있도록한다. 장치명: /dev/sda Size: 1TB 1. 기존 disk 확인 [root@test ~]# fdisk -l Disk /dev/nvme0n1: 512.1 GB, 512110190592 bytes, 1000215216 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x000cdcd9 Device Boot Start End Blocks Id..
CentOS 7에서 진행 1. https://yum.postgresql.org/repopackages.php 에서 링크주소 복사 2. CentOS 7에 repo 설치 [root@test-0 ~]# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Loaded plugins: fastestmirror epel-release-latest-7.noarch.rpm | 15 kB 00:00 Examining /var/tmp/yum-root-o2xa_B/epel-release-latest-7.noarch.rpm: epel-release-7-11.noarch Marking /var/tmp/yum-root-o2xa_B/e..
준비물 - hdd 1T /dev/sda - hdd 1T /dev/sdb 1. fdisk /dev/sda, fdisk /dev/sdb 명령으로 각각 파티션 생성 2. `pvcreate /dev/sda1`, `pvcreate /dev/sdb1` 명령으로 각각 pv 생성 [root@kube4 ~]# pvcreate /dev/sda1 Physical volume "/dev/sda1" successfully created. [root@kube4 ~]# pvcreate /dev/sdb1 Physical volume "/dev/sdb1" successfully created. [root@kube4 ~]# pvscan PV /dev/sdc2 VG centos_cluster-test lvm2 [
- Total
- Today
- Yesterday
- CMAKE_OSX_SYSROOT
- 센트6
- Repository
- physicaldisk
- fielddata
- noipath
- _status
- pfctl
- _stats
- update
- CLion
- aix compile
- centos7
- mirrorlist
- install
- virtualbox
- lvm 늘리기
- CentOS
- Ignoring CMAKE_OSX_SYSROOT value
- 물리디스크
- yum
- linux
- postgresql11
- lvremove
- vgcreate
- aix ld
- 파티션 추가
- firewall-cmd service
- ld 옵션
- pf.anchors
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |