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.
Today, I tried for the second time to use my electronic ID card (standard issue in Belgium since a few years) with OpenSuSE 10.3. I work on a project at the regional Flemish Government at the moment, currently with tasks concerning access control to applications. Even if the eID card is a federal program, the regional governments have access to the resources when they want or need to.


