I read something interesting the other day. Running multiple VMs, on the same computer; the catch is that they are all running on the same
Recently came across one of my linux VM machines that ran out of disk space. But where did all the space go? What ate it
I was evaluating the demo version of Agisoft PhotoScan and I could not the OpenCL option to show up in the software’s preferences. After installing
I lost a HD the other day and whatever data was on it. I think I had most things backued up but there was still
http://www.commandlinefu.com/commands/view/5293/dd-with-progress-bar I like the last poster’s answer: (need to install pv) pv -tpreb input_file | dd of=output_file.
Installing the Brother HL-2070N printer in linux (more specifically my openSUSE installations) has been an intimidating task. Until now. I found a simple guide here.
Booting into runlevel 3 to install nvidia drivers: Press the E key for theedit screen. Find: /boot/vmlinuz Press the End key to move cursor to
I just came across jsfiddle.net. What a great resource. An easy place to try out code ideas involving html, css and any number of javascript
I know this will come in handy again: https://blogs.oracle.com/jkini/entry/how_to_scp_scp_and
http://en.opensuse.org/SDB:SSD_discard_(trim)_support Adding the option “discard” to the fstab line for option settings is the trick. This only works with ext4 and xfs file systems From