Re: [CentOS] Dual Boot Windows 8 & CentOS 6.4

2013-09-21 Thread Xinyun Zhou
r answer will be in the virtual machine). If you really want to boot that, I would suggest you use a external hard drive to boot CentOS, and install virtual machines in it. Be sure to disable Secure Boot. -- Xinyun Zhou ___ CentOS mailing list Cent

Re: [CentOS] Live Cd from custom install

2013-09-03 Thread Xinyun Zhou
ently a live CD image. > > Google confuses me. > Maybe you should try to do a search on "kickstart live cd", and I think you may find something useful. -- Xinyun Zhou ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Fastest way of removing very large number of files?

2013-08-22 Thread Xinyun Zhou
ably be faster than just about anything else. > I agree with what you are saying, and I think you may even want to use unlink() if they are all files, no dirs. remove() actually will call unlink() so you may be able to save few function calls and logical statements.