목록Machine (8)
4번독수리의 둥지
Situation - PC : Windows 7- Laptop : Windows 10 + Oracle VirtualBox 5.2 + CentOS 6.8. Guest CentOS`s network setting is NAT.- Laptop host connects to guest via ssh using VitrualBox`s port forwarding- PC serves wireless access point with ipTIME N150UA. My laptop is connected to PC using it.- Want to connect laptop`s guest CentOS from my PC Solution 1. Open firewall port 22 on laptop. 2. Set inter..
http://blog.naver.com/PostView.nhn?blogId=kmhc&logNo=208761140 host의 모처의 workspaces 디렉토리를 공유폴더로 지정 C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso # mount -t auto /dev/cdrom /mnt/cdrom # mount/dev/sr0 on /mnt/cdrom type iso9660 (ro) # /mnt/cdrom/VBoxLinuxAdditions.run $ sudo mount -t vboxsf share /home/rnd04/workspaces/sbin/mount.vboxsf: mounting failed with the error: Protocol error #..
guest port forwarding 설정프로토콜 : TCP호스트 IP : 192.168.56.1 (VirtualBox Host-Only Network IP)호스트 포트 : 8000 (django 구동 port)게스트 IP : 10.0.2.15 (guest dhcp IP)게스트 포트 : 8000 (django 구동 port) guest에서 서버 구동[rnd04@vrnd0401 mysite]$ /usr/local/bin/python3.6 manage.py runserver 10.0.2.15:8000 host 브라우저에서 접속192.168.56.1:8000 (VirtualBox Host-Only Network IP) 너무 졸려서 더이상 못쓰겠다
1. [root]# yum install firewalld 2. [root]# service firewalld start 3. Block SSH except specific IP address [root]# firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -s 111.111.111.111 -p tcp -m tcp --dport 22 -j ACCEPT [root]# firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 1 -p tcp -m tcp --dport 22 -j REJECT --reject-with icmp-port-unreachable * Find out all acti..
http://unix.stackexchange.com/questions/8656/usr-bin-vs-usr-local-bin-on-linux /bin (and /sbin) were intended for programs that needed to be on a small / partition before the larger /usr, etc. partitions were mounted. These days, it mostly serves as a standard location for key programs like /bin/sh, although the original intent may still be relevant for e.g. installations on small embedded devic..
한때 KVM을 사고 싶었으나 미친 가격 때문에 포기하고 있던 중 생활코딩의 은총으로 Synergy라는 프로그램을 알게 되어 깔아서 써본 결과 Windows 클라이언트는 Host에 연결할 때 host name으로 하면 안 되고 host의 ip주소로 하면 됨 host 컴퓨터는 유선으로 인터넷에 연결되어 있고 별도 사무실 공유기에 host 컴퓨터가 랜카드로 붙고 클라이언트 노트북이 사무실 공유기에 붙어서 사용중
상황 svn에 trunk, test branch, release branch가 있음 개발서버의 repository 디렉토리에 trunk, test, release 디렉토리, 테스트 서버에는 test 디렉토리, 실서버에는 release 디렉토리가 checkout되어 있는 상황. 각 체크아웃 위치를 별도의 디렉토리에서 심볼릭 링크를 따서 소스에서는 심볼릭 링크를 참조함. 운영은 로컬 개발이 완료되면 trunk에 commit, test branch에 commit 후 test 서버에서 test branch를 update, 검수 통과시 release branch에 commit, 실서버에서 release branch를 update하는 식으로 운영 서버 운영 이슈로 기존 svn 서버가 운영종료되고 새 svn 서버로 ..
[1~3 참고 : http://comet42.tistory.com/entry/VMware-CentOS-65-%EC%84%A4%EC%B9%98] 1. VMWare Player 설치 https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/7_0 2. CentOS 7 ISO 이미지 다운로드 http://www.centos.org/download/ DVD ISO 3. Create a New Virtual Machine I will install the operating system later. > Guest operating system : Linux, Version : CentOS 64-bit (상관없는듯) > Virtual..