블로그
- Mercedes G63 AMG 4,0l with 585HP, 2020 switchable AMG Ride Control Suspension Differential locks 100% DYNAMIC SELECT Electronic traction system 4ETS Active Lane Keeping Assist Traction control (ASR) ECO start-stop function Sound System with nine
- Mercedes G500 4,0l with 422HP, 2020 2 pieces for Chinese market. switchable AGILITY CONTROL suspension Differential locks 100% DYNAMIC SELECT Electronic traction system 4ETS Active Lane Keeping Assist Traction control (ASR) ECO start-stop function Sound System with nine
- 토이프로젝 #4. react 다뤄보기 (feat. 생활코딩 리액트 정주행) 기본적으로 서버 세팅을 해놓고 예전부터 꼭 독파하리라 마음먹었던 생활코딩 리액트 강좌 정주행을 시작했다. 1. npm run start vs yarn run start https:/ start가 잘 먹히지를 않는다. npm도 가능하고 yarn도 가능하기에 yarn으로도 start를 해보는데 아주 잘 되기에 앞으로 yarn만 쓰기로 마음먹었다. 2. yarn run start
- QEMU & KVM 가상화 bridge-utils virt-manager dejavu-lgc-sans-fonts virt-viewer # yum groupinstall Virtualization* # systemctl start libvirtd # systemctl enable libvirtd # ln -s /usr/bin/qemu-system-x86_64 /usr/bin/qemu # reboot kickstart
- FirewallD Failed to start firewalld.service : Unit is masked 에러시 firewalld Failed to start firewalld.service: Unit is masked. 에러 systemctl unmask firewalld Removed symlink /etc/systemd/system/firewalld.service rm /etc/systemd/system
- 춘천 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.......
- Chapter 04. 프로젝트 기획 산출물의 이해 - User Story와 Backlog from the perspective of the person who desires the new capability, usually a user or customer of the system When applying Scrum, it's not necessary to start a project with a lengthy, upfront effort to document
- Debate Speech for 1st Affirmative The Affirmative would like to start off by clarifying the definition of the term “Artificial Intelligence “Artificial Intelligence” is a computer system possessing the ability to perform tasks or display human
- window2008 이상 기본 공유 제거 /delete * 레지스트리 수정(서버 리부팅시 삭제한 공유폴더 다시 공유되는것 방지) [시작] -> [실행] -> regedit HKEY_LOCAL_MACHINE\SYSTEM 값 데이터는 0으로 설정합니다. * net stop server, net start 실행 C:\>net stop server C:\>net start server * 삭제한
- CentOS에서 아파치(Apache) 설치 Centos 7 Apache Install - 부팅시 vsftpd 자동시작 # systemctl start vsftpd ! - ftp 서비스 시작 방화벽 설치 1# yum -y install system-config-firewall-tui방화벽 설치후 사용하려는 포트를 허용하는 스크립트 작성 12345678