블로그
- [CentOS] 디스크 확장으로 인한 PV 확장 방법(VirtualBox) 참조: https://www.thegeekdiary.com/centos-rhel-how-to-extend-physical-volume-in-lvm-by-extending-the-disk-partition-used / * 환경 - OS partition: /dev/sda, LVM - ViralBox의 디스트 생성 시 "동적 할당"으로 1GB 크기로 생성(/dev/sdb) > LVM 구성
- Linux 권한설정 및 파티션 연결 http://askubuntu.com/questions/305712/how-do-i-auto-mount-my-partition mkdir 파일 chmod 777 파일 mount -t ntfs(type) /dev/mmcblk0p(device) /media/파일(경로 파일)
- Variable references non-existent resource Build.xml It should be : /MyProject_JAVA/dev/dev-new/build.xml. How do I change where Ant thinks the build file is? Answer---------------.......
- Populating Array in DOS Batch Script How can I setup an array variable in a DOS batch script? Files\My App Folder\bin" set BAK_PATH="C:\Program Files\My App Folder\bin\Backups" set DEV_PATH="C:\My Dev
- Django 시작하기 bo_table=web_tip&wr_id=327&page=2 How to use Django with Apache and mod_python http://docs.djangoproject.com /en/dev/howto/deployment/modpython/#howto-deployment-modpython Python 공부하기 http://coreapython.hosting.paran.com
- [Shell Script] Preparing tool for shrinking (VMWare) /bin/sh# Reference: http://www.howtoforge.com/how-to-shrink-vmware-virtual-disk-files-vmdkLIST=`grep LABEL /etc/fstab | awk -F" " '{ print $1 }' | sed -e 's/LABEL=//g' | grep "^/"`ZERODEV="/dev/zero"DUMMY