Build steps:
1. Install Source Insight
2, Installation SecureCRT
3. Install the virtual machine
4, install Fedora 10 (version is very old, development does not matter)
The above steps are simple and the information on the web is everywhere. The following mainly talk about the construction of SMB:
Referring to the http://blog.chinaunix.net/uid-24682564-id-2596732.html article, after building the SMB server, two problems were found:
(1) SMB directory can go in, but cannot create file
Workaround: Chmod-r 777 dir
(2) You need to reconfigure SMB for each reboot
Workaround:
A, speak IP set to static IP
B
Chkconfig Network on
Chkconfig SMB on
* Also, be aware of shutting down selinux and firewalls.
This allows SMB to be used every time the virtual machine is started. The benefit of building SMB is that it can be developed under Win7 using source insight. Then use SECURECRT to compile.
Reprint please indicate the source, only for learning exchange, not for commercial purposes
Copyright @ Http://blog.csdn.net/tandesir
Build Linux development environment