블로그
- openssl 명령어를 사용하여 .p12 파일을 생성 Ubuntu/Debian: sudo apt-get install openssl CentOS/RHEL: sudo yum install openssl EX) openssl pkcs12 -export -out {생성파일명.p12} -inkey {도메인.key} -in {도메인.crt} -certfile Ca_ChainBundle.crt 윈도우에서도 할 수 있다.
- [Django] 가상서버에 Django 환경 구축하기 목표: 팀내 VM 서버에 Django로 개발한 웹 사이트를 서비스하고자 함 가상서버: CentOS 7 터미널을 열어주고 python3 설치 기본으로는 python3가 설치되어 있다고 하는데 나오지 않아서 설치가 되긴 한 건지 확인함 /usr/bin/which: no python3 in (/usr/local/sbin:/usr/local/bin:/usr/sbin:
- nginx certbot https://snapcraft.io/docs/installing-snapd Installing snap on CentOS Snap is available for CentOS 8 and The packages for CentOS 8 and CentOS 7 are in each distribution’s respective Extra Packages for Enterprise
- [CentOS] 디스크 확장으로 인한 PV 확장 방법(VirtualBox) 참조: https://www.thegeekdiary.com/centos-rhel-how-to-extend-physical-volume-in-lvm-by-extending-the-disk-partition-used
- [Linux] vg 삭제 시 "Multiple VGs found..." 에러 발생 시 centos 7.6 # lvremove /dev/test_vg/test_lv Multiple VGs found with the same name: skipping test_vg Use --select vg_uuid= in place of the VG name. # vgs -o+vg_uuid -S vg_name=test_vg VG #PV #LV #SN Attr VSize
- bacula 설치 관련 참고 http://www.unixmen.com/install-and-configure-bacula-server-in-centos-6-4-rhel-6-4/ 윈도우용 bacula client
- cent OS 에서 fio 설치 INSTALLING FIO ON CENTOS 6.4 (MINIMAL)2013/03/21 · by tech4research · in CentOS, Linux in General, Uncategorized · 1 Comment One of the very first things I am usually doing before I in-depthly set up a new server