LVM 가상머신 이미지 파일로 백업 뜨기 How to backup Xen with Logical Volume Mounts ; Works with HyperVM, SolusVM, FluidVM and MoreMAR19 20105 COMMENTSWRITTEN BY JAMESThrough our research and implementation of many Xen environments, it has become necessary to develop a reliable and secure method for backing up our Xen instances that are mounted on Logical Volumes (LVM).The underlying problem is that the logical volume is usually a li.. 더보기 Xen VM을 여러개의 VNC에서 띄우기 From the Xen xmexample1 file:# To create one using the VNC backend and sensible defaults: # # vfb = [ 'type=vnc' ] # # The backend listens on 127.0.0.1 port 5900+N by default, where N is # the domain ID. You can override both address and N: # # vfb = [ 'type=vnc,vnclisten=127.0.0.1,vncdisplay=1' ] # # Or you can bind the first unused port above 5900: # # vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncun.. 더보기 [Mysql] 외부에서 mysql에 접근할 권한 주는 명령어 > GRANT ALL ON *.* to root@'(원격 IP 주소)' IDENTIFIED BY '(root 암호)';> FLUSH PRIVILEGES; *INSERT나 UPDATE, DELETE문을 이용해서 MySQL의 사용자를 추가,삭제하거나, 사용자 권한 등을 변경하였을 때, MySQL에 변경사항을 적용하기 위해서 사용하는 명령어가 flush privileges 더보기 이전 1 ··· 15 16 17 18 19 20 21 ··· 27 다음