블로그
- httpd / vsftpd httpd 설치 확인 # rpm -qa httpd httpd 설치 # dnf -y install httpd 서비스 # systemctl start httpd 방화벽 (http, https ) # firewall-config 샘플 페이지 작성 vi /var/www/html/index.html vsftpd 설치 (ftp server) # dnf -y install vsftpd
- 네임 서버 DNS(Domain Name System) answer: Name: www.nate.com Address: 120.50.131.112 (출처: '이것이 리눅스다' 유튜브 영상) 캐싱 전용 네임 서버 설치 # dnf -y install bind-chroot 파일내용 수정 # vi /etc/named.conf systemctl restart named systemctl enable named systemctl start
- Docker 와 PM2 통합하기 "start-pm2": "pm2 start . RUN 에 npm install -g pm2 를 추가해줍니다. 그리고나서 Docker image bulid 를 하고 docker-compose up .......
- QEMU & KVM 가상화 qemu kvm qemu-kvm libvirt virt-install bridge-utils virt-manager dejavu-lgc-sans-fonts virt-viewer # yum groupinstall Virtualization* # systemctl start libvirtd # systemctl enable libvirtd # ln -s /usr
- #NotePad ++ 로그 보기 Plugins > Plugin Manager > Show Plugin Manager Tick the box next to Document Monitor Click install Restart NotePad++ as prompted Open Log File Click Plugins > Document Monitor > Start Monitoring
- 아파치 삭제/재설치후 firewalld is not running 일때 기존에 있던 패키지를 삭제해야 합니다. yum remove firewalld.noarch yum install firewalld // 방화벽 설치 systemctl start firewalld
- MongoDB C# 드라이버 설치 및 사용법 Getting Started with the CSharp Driver¶Introduction¶This quick-start provides just enough information you downloaded the .msi file, double click on the .msi file to run the setup program, which will install
- CentOS에서 Mysql 설치 (CentOS 7 버전 에서 Mysql 설치) . # yum -y install http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm 2. # yum -y install mysql-community-server 3. # systemctl start mysqld 4. # systemctl enable mysqld 5. # mysql 6.
- CentOS에서 아파치(Apache) 설치 Centos 7 Apache Install 그런후 update 시켜 줍니다. 1# yum -y updateFTP 서버 설치 12345# yum -y install vsftpd ! - 부팅시 vsftpd 자동시작 # systemctl start vsftpd !
- Add a Taskbar to the Desktop in Ubuntu 14.04 Unity We will show you how to install it and make it start every time you log into Ubuntu.