copy a directory in linux
Posted in Linux on November 16th, 2011 by David – Be the first to commentI’ve been throwing around some websites from one server to another, and this command really comes in handy to copy an entire folder to a new distination under linux.
cp -R origindir/ destinationdir/
This copies the entire ‘origindir’ to ‘destinationdir’. Simple, but effective.










A few days ago, there was a newly released version of the OpenSuSE kernel available in my update list. After download and installation, my bcm4306 wifi adapter was finding multiple broadcasted signals with associated networks. Sadly, it seems that encryption support isn’t yet working in this configuration, as I can’t seem to connect with my secured network at home.



