Linux 472

testdisk 사용법

testdisk 사용방법 이다. 리눅스 윈도우 버전이 있다. 리눅스 버전은 yum 으로 설치가 가능하다. # yum install testdisk 윈도우 버전은 https://www.cgsecurity.org/wiki/TestDisk_Download TestDisk Download Download TestDisk & PhotoRec. TestDisk is a free and open source data recovery software tool designed to recover lost partition and unerase deleted files. PhotoRec is a file carver data recovery software tool. www.cgsecurity.org 우선 테스트 삼아서 ..

Linux 2022.11.21

jenkins downgrade 방법

현재 jenkins 버전을 사용하다가 테스트 삼아서 2.346.2 버전으로 올렸다! 하지만 버그가 있거나 지금 사용하는 환경에 안맞아서 다운그레이드를 해야 하는 상황이다! 하는 방법은 jenkins.war 파일을 변경하자. jenkins.war 파일 위치를 찾으려면 ps -ef | grep jenkins 해보면 된다. # ps -ef | grep jenkins jenkins 3314333 1 5 19:15 ? 00:08:26 /usr/bin/java -Djava.awt.headless=true -Xmx16384m -Xms8192m -XX:MaxPermSize=512m -Dhudson.model.ParametersAction.keepUndefinedParameters=true -Dhudson.securit..

Linux 2022.11.15

All matches were filtered out by modular filtering for argument: mysql-community-serverError: Unable to find a match: mysql-community-server

All matches were filtered out by modular filtering for argument: mysql-community-server Error: Unable to find a match: mysql-community-server centos8 에서 mysql 특정 버전을 설치 하려는데 위와 같이 에러 뜨면서 설치가 안된다면 # yum module disable mysql 기본으로 설정되어 있는 mysql 을 비활성화 해주면 된다. 위 명령어를 입력 해주고 설치 하면 정상적으로 설치가 된다.

Linux 2022.11.13

linux root home 파티션 합치기

linux 설치할때 파티션을 자동으로 설정을 하면 root 는 용량이 50G 로 할당되고 home 이 나머지로 할당 된다. home 과 root 경로를 같이 쓰고 싶은데 파티션이 나눠져 있어서 불편하다 이걸 파티션 합치기로 하자. 우선 합치기전에 home 에는 파일이 없어야 한다 있으면 삭제 되니 백업을 꼭 하자. # lvdisplay --- Logical volume --- LV Path /dev/centos/swap LV Name swap VG Name centos LV UUID Tp93ZE-oSpq-QJW3-310I-JgFj-eFrf-5wQXpz LV Write Access read/write LV Creation host, time localhost, 2021-12-10 01:49:03 +0900..

Linux 2022.11.07

yum error lvm.LibLVMError: (0, '')

yum 설치하다가 정상적으로 설치가 안되서 에러가 발생 했을때 위와 같이 메세지가 뜨면서 다른 패키지도 설치가 안된다. 폴더 하나 만들고 # mkdir /tmp/yum/ 패키지 다운 받고 # yum install --downloadonly --downloaddir=/tmp/yum/ yum 폴더 이동 # cd /tmp/yum/ 패키지 다운 받은거 설치 # rpm -Uvh * yum 캐시 삭제 # yum clean metadata # yum clean all 이렇게 하면 정상적으로 모두 설치가 완료 된다.

Linux 2022.11.05

The unit files have no installation config (WantedBy, RequiredBy, Also, Aliassettings in the [Install] section, and DefaultInstance for template units).This means they are not meant to be enabled using systemctl.Possible reasons for having this kind of un

The unit files have no installation config (WantedBy, RequiredBy, Also, Alias settings in the [Install] section, and DefaultInstance for template units). This means they are not meant to be enabled using systemctl. Possible reasons for having this kind of units are: 1) A unit may be statically enabled by being symlinked from another unit's .wants/ or .requires/ directory. 2) A unit's purpose may..

Linux 2022.10.31
728x90
320x100