$ VBoxManage modifyhd "./Windows7.vdi" --resize 102400
1024 * 100 = 100G
'System > VM' 카테고리의 다른 글
| [VirtualBox] To access USB on Linux host. (0) | 2019.05.19 |
|---|---|
| 하이퍼바이저(Hypervisor) (0) | 2012.09.19 |
$ VBoxManage modifyhd "./Windows7.vdi" --resize 102400
1024 * 100 = 100G
| [VirtualBox] To access USB on Linux host. (0) | 2019.05.19 |
|---|---|
| 하이퍼바이저(Hypervisor) (0) | 2012.09.19 |
Q. 이클립스에서 톰캣 실행 시 "Error configuring application listener of class ~ " 에러 발생
A. tomcat이 정상적으로 배포되지 않은 경우 eclipse tomcat server -> clean를 통해 해결될 수 있음
| eclipse - Can't make svn store password, even though the configuration is set to allow it (0) | 2014.07.23 |
|---|---|
| subclipse - Failed to load JavaHL Library (0) | 2014.02.16 |
| eclipse - CDT g++ (0) | 2013.09.02 |
| eclipse - javadoc 한글 깨짐 (0) | 2013.06.20 |
| svn password 초기화 (0) | 2013.01.16 |
return exits from the function while exit exits from the program.
In main function executing return 0; statement or calling exit(0) function will call the registered atexit handlers and will cause program termination.
source - http://stackoverflow.com/questions/17383015/difference-between-return-0-and-exit-0
The only case when both do the same thing is in the main() function, as a return from main performs an exit().
source - http://stackoverflow.com/questions/3463551/what-is-the-difference-between-exit-and-return
| c - waitpid() 함수 (0) | 2013.11.03 |
|---|---|
| c - execlp() 함수 (0) | 2013.11.03 |
| c - pid_t (0) | 2013.11.03 |
| c - 메모리 맵(memory map) (1) | 2013.08.30 |
| c - 구조체 (0) | 2013.04.26 |