Home
커뮤니티
블로그
세상사는 이야기
회원갤러리
보안/해킹
해커정신
유닉스/리눅스
SUN
Windows
네트워크
자료실
보안/해킹
데이터베이스
특전사
특전사란?
특전게시판
군복무 사진
특전군가
특전동영상
지원 방법
특전갤러리
갤러리
사진첩
회원 사진첩
군복무사진
특전 갤러리
나만의 공간
블로그
자료실
사진첩
군복무 사진첩
비밀일기
일정표
유용한 자료
로그인
Sign in
로그인 유지
글 수
252
회원가입
로그인...
Tag List
Classic Board
Web Zine
Gallery
Contributors
tar 디렉토리 구조만 묶는 방법
제비게릴라
find ./data1 -type d|xargs tar rvf ~/dirstructure.tar --no-recursion
이 게시물을
목록
List of Articles
번호
제목
글쓴이
조회 수
추천 수
비추천 수
날짜
최근 수정일
공지
자주 사용하는 명령어
제비게릴라
179
2019-06-27
2023-09-20 14:11
252
Centos 7에서 Docker, Docker Compose 설치 방법
제비게릴라
6
2025-02-25
2025-02-25 22:25
Centos 7에서 Docker, Docker Compose 설치 방법 1. 설치된 도커 확인(설치된 도커 삭제(필요 없을 시)) #rpm -qa|grep docker #yum remove -y docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrot...
251
Rocky Linux 9에서 bonding 설정 작업
제비게릴라
8
2025-02-22
2025-02-23 22:48
Rocky Linux 9에서 bonding 설정 작업 1. /etc/default/grub 파일에 추가(아래 명령어 자동 추가) # grubby --update-kernel=ALL --args="ipv6.disable=1 net.ifnames=0 biosdevname=0" 2. bond 설정 추가(ip도 같이 추가가 편함) # nmcli connection add type...
250
python 3.10 설치 방법
제비게릴라
4
2025-02-19
2025-03-07 01:35
wget https://www.python.org/ftp/python/3.10.16/Python-3.10.16.tgz tar xvzf Python-3.10.16.tgz cd Python-3.10.16 yum install bzip2-devel libffi-devel zlib-devel readline-devel xz-devel sqlite-devel tk-devel uuid-devel ./configure --prefix=/u...
249
megaRaid 명령어
제비게릴라
107
2024-04-17
2024-04-18 00:20
storcli /c0 show <- 전체 설정 보여줌(컨트롤러 0) storcli /c0/v0 show <- 볼륨그룹 0번 보여줌 storcli /c0/v1 show <- 볼륨그룹 1번 보여줌 storcli /c0/v1 delete <- 볼륨그룹 1번 삭제(OS보통 0이니 1), 삭제 안되면 force 옵션 storcli /c0/v1 delete f...
248
azcopy github에서 소스 받아 설치하기..
제비게릴라
13
2024-01-23
2024-01-23 16:01
1. azcopy 소스파일 다운로드 #wget https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.13.0.tar.gz #tar xvzf v10.13.0.tar.gz 2. go언어 설치(azcopy 소스가 go언어로 코딩) #yum install epel-release #yum install golang cd azure-s...
247
ssh 접속 알고리즘 문제로 로그인 오류
제비게릴라
169
2024-01-10
2024-01-10 00:29
Unable to negotiate with 192.168.1.1 port 22: no matching host key type found. Their offer: ssh-dss Unable to negotiate with 192.168.1.2 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 해결책 1 시스템 ...
246
centos7 firewalld 설정 방법
제비게릴라
32
2023-12-01
2023-12-01 18:41
나가는 ssh 포트를 막고, 특정 아이피만 열어주는 방화벽 설정 방법 1. firewall-cmd --set-default-zone=trusted - 기본 설정이 public로 되어있어 ssh만 열리게 됨, trusted는 모든 포트를 허용하는 zone 2. firewall-cmd --set-default-zone=trusted firewa...
245
dmidecode 값
제비게릴라
16
2023-08-25
2023-08-25 16:42
* 참고 : -t 옵션 값 Type Information -------------------------------------------- 0 BIOS 1 System 2 Baseboard 3 Chassis 4 Processor 5 Memory Controller 6 Memory Module 7 Cache 8 Port Connector 9 System Slots 10 On Board Devices 11 OEM Strin...
244
sftp umask 설정 방법
제비게릴라
86
2023-08-16
2023-08-16 18:57
# /etc/ssh/sshd_config Subsystem sftp /usr/libexec/openssh/sftp-server -m 0664 Match LocalPort 10022 ForceCommand internal-sftp -m 0664
243
L4 설정 후 ftp 접속후 ls명령어 안되는 경우
제비게릴라
64
2023-07-12
2023-07-12 15:57
L4 설정 후 ftp 접속후 ls명령어 안되는 경우 1. default gateway를 L4 스위치 1.x.x.7로 설정 2. L4 스위치에서 proxy 모드로 설정 3. [skt-windapd01 ~]$ ftp 15 Connected to 150). 220 {WARNING:Authorized use only} Name (1501): 331 Please specify the...
242
Ubuntu 패키지 업데이트 에러: dpkg: error processing package update-notifier-common (–configure):
제비게릴라
135
2023-01-19
2023-01-19 12:14
cd /var/lib/dpkg sudo mv info info.bak sudo mkdir info sudo apt-get upgrade
241
centos 6에서 gcc 5버전, cmake 설치
제비게릴라
93
2022-12-08
2022-12-08 22:49
1. devtoolset-4 설치(gcc version 5.3.1 20160406 (Red Hat 5.3.1-6) (GCC) ) cd devtoolset-4/ yum localinstall *.rpm source /opt/rh/devtoolset-4/enable <-- 1회용 환결설정 gcc -v 2. cmake 설치 cd cmake-3.14.0 ./bootstrap --prefix=/usr/local/cmak...
240
리눅스 백업 후 원복
제비게릴라
14
2022-10-17
2022-10-17 17:25
tar cvf /data/os_file-20180118.tar /* --exclude=/boot --exclude=/data/* --exclude=/proc/* --exclude=/dev/* --exclude=/sys/*
239
php pdo-mysql 확장모듈 설치
제비게릴라
85
2022-01-10
2022-01-10 19:54
[php pdo-mysql 확장 모듈 설치] 1.pdo_mysql download wget http://pecl.php.net/get/PDO_MYSQL-1.0.2.tgz 2.설치 적당한 위치에 다운로드 받은 파일을 압축해제 후 압축해제한 디렉토리로 이동 /usr/local/php/bin/phpize ./configure --with-php-config=/u...
238
apache 소스파일을 rpm으로 컴파일 방법
제비게릴라
103
2022-01-10
2022-01-10 15:32
yum install rpm-build yum install autoconf zlib-devel libselinux-devel libuuid-devel apr-devel apr-util-devel pcre-devel openldap-devel lua-devel libxml2-devel openssl-devel rpmbuild -tb httpd-2.4.20.tar.bz2 아래의 에러시 최신버전으로 apr 설...
237
ACPI Error 해결방법
[1]
제비게릴라
93
2021-12-18
2021-12-18 21:24
1. 아래 명령 실행 modprobe -r acpi_power_meter echo "blacklist acpi_power_meter" >> /etc/modprobe.d/hwmon.conf echo "install acpi_power_meter /bin/false" >> /etc/modprobe.d/hwmon.conf 2. vi /etc/sensors3.conf 하단에 추가 chip "power_meter-a...
236
net_ratelimit ping: sendmsg: Invalid argument 또는 kernel: Neighbour table overflow 발생시..
제비게릴라
181
2021-08-25
2023-06-24 01:14
아래 발생시 net_ratelimit: 14 callbacks suppressed 아래와 같이 설정 sysctl -w net.ipv4.neigh.default.gc_thresh1=4096 sysctl -w net.ipv4.neigh.default.gc_thresh2=8192 sysctl -w net.ipv4.neigh.default.gc_thresh3=16384 sysctl -p sysctl -a |grep...
»
tar 디렉토리 구조만 묶는 방법
제비게릴라
156
2021-04-23
2021-04-23 21:00
find ./data1 -type d|xargs tar rvf ~/dirstructure.tar --no-recursion
234
openssl source 설치
제비게릴라
269
2021-03-10
2021-03-10 09:51
[root@]# openssl version OpenSSL 1.0.1e-fips 11 Feb 2013 tar xvzf openssl-1.1.1j.tar.gz cd openssl-1.1.1j ./config --prefix=/usr/local/openssl-1.1.1j --openssldir=/usr/local/openssl-1.1.1j shared make make install mv /usr/bin/openssl /usr/b...
233
vnc 설정 방법
제비게릴라
25
2020-10-20
2020-10-20 16:41
yum install epel-release yum install tigervnc-server tigervnc xorg-x11-fonts-Type1 xterm yum install glances yum groups install "mate Desktop" vi /etc/sysconfig/selinux systemctl set-default graphical.target useradd id_12331 useradd id_11469...
쓰기...
목록
첫 페이지
1
2
3
4
5
6
7
8
9
10
11
12
13
끝 페이지
Board Search
제목+내용
제목
내용
댓글
이름
닉네임
아이디
태그
검색