블로그
- 종료하면 안되는 서비스 Network Store Interface Service = 중시시 인터넷이 끊김 sc start nsi sc config nsi start= auto
- 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) bind-chroot 파일내용 수정 # vi /etc/named.conf systemctl restart named systemctl enable named systemctl start named firewall-config dns 서비스 방화벽 오픈 di.......
- 춘천 NETFOCUS HVR NH-9008 CCTV HVR(DVR) 수리 복원 HVR 시스템의 이상 현상을 체크해보니, < Windows could not start because the following file is missing or corrupt: Select 'r' at the first screen to start repair. > 이렇게 메세지가 나오고 부팅이 되지 않습니다. Netfocu.......
- [윈도우10] 0x80070bc2 오류 해결하기 SC config wuauserv start= auto SC config bits start= auto SC config cryptsvc start= auto SC config trustedinstaller start= auto 3.
- CentOS에서 아파치(Apache) 설치 Centos 7 Apache Install - 부팅시 vsftpd 자동시작 # systemctl start vsftpd ! - ftp 서비스 시작 방화벽 설치 1# yum -y install system-config-firewall-tui방화벽 설치후 사용하려는 포트를 허용하는 스크립트 작성 12345678