일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- elastic stack
- hardening
- miniconda
- ansible
- 로그인불가
- endpoint security
- xe guest utilities
- proxycfg
- application security
- G-suite
- Proxy
- XCP-ng
- freebsd
- PlayBook
- 보안양파
- macos
- 한글가이드
- bash
- Kibana server is not ready yet
- pfsense
- Kibana
- GitLab
- x-pack
- Windows
- ssh key 배포
- Elasticsearch
- centos 8
- ELASTIC
- docker
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
lighttpd 플 이용하여 web 서버 설치 후 /etc/lighttpd/conf.d/dirlisting.conf 파일 수정dir-listing.activate = "disable" => dir-listing.activate = "enable" lighttpd 서버 재시작 후 rsync 나 wget 을 이용하여 파일을 다움로드 - wget 이용시 # cd /var/www/lighttpd# wget -r -nH -N http://ftp.daum.net/centos - rsync 이용 시# cd /var/www/lighttpd# mkdir FreeBSD# cd FreeBSD# rsync -avz --delete ftp.kaist.ac.kr::FreeBSD
Magento 설치 시 PHP extension "dom" must be loaded.PHP extension "mcrypt" must be loaded.PHP extension "gd" must be loaded. 이와 같은 에러가 발생하게 되면 다음과 같이 작업 후# yum install php-gd# yum install php-dom rpmfind.net 에서 epel 검색해서 다운로드# rpm -Uvh epel-release-6-8.noarch.rpm# yum update# yum install php-mcrypt # /etc/init.d/httpd restart
lighttpd.conf 파일 수정 # vi /etc/lighttpd/lighttpd.conf Append / modifyserver.dir-listing = "enable" 다음과 같이 수정 후 lighttpd restartdir-listing.activate = "disable"
시스템 업데이트 # freebsd-update fetch# freebsd-update install ports 업데이트# portsnap fetch portsnap 최초 실행 시 다음의 명령어 실행 (최초 실행 시에만 실행)# portsnap extract# portsnap update [출처] FreeBSD Ports Collection 가져오기 & 업데이트 (portsnap)|작성자 실바람
# apt-get -y install language-pack-ko 로케일 변경# locale-gen ko_KR.EUC-KR# dpkg-reconfigure locales 환경설정# vi /etc/environment LANG="ko_KR.EUC-KR"로 수정
Give root password for maintenance (or type Control -D for normal startup): root 패스워드를 입력합니다. (Repair filesystem) 1 # e2fsck -j ext3 /dev/sda1 [출처] 리눅스 정전시 부팅 오류 - Repair filesystem|작성자 톡
존에 VMware 상에서 운영하던 VM(Virtual Machine) guest image를,xen 기반(Oracle VM을 포함한...)의 가상화 플랫폼에서 사용할 수 있도록 convert 하는 방법이다. 1. 여러개로 나뉘어진 파일을 한개로 합하기. (create a single, growable virtual disk (type 0)) [root@sdyang LOBI.5.0.01]# lsLOBI.5.0.01.nvram LOBI.5.0.01-s008.vmdk LOBI.5.0.01.vmxLOBI.5.0.01-s001.vmdk LOBI.5.0.01-s009.vmdk LOBI.5.0.01.vmxfLOBI.5.0.01-s002.vmdk LOBI.5.0.01-s010.vmdk vmware-0.logLOBI.5..
필요한 작업들 sudo add-apt-repository ppa:tualatrix/ppasudo apt-get updatesudo apt-get install ubuntu-tweak sudo add-apt-repository ppa:cairo-dock-team/ppasudo apt-get updatesudo apt-get install cairo-dock cairo-dock-plug-ins sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install mac-os-lion-cursors-v2 mac-os-lion-icons-v2 mac-os-lion-theme-v2