Here is a quick and dirty way to test your NFS transfer speed. What I did was to use the command “dd” to create a dummy file on the network share mounted with NFS. This will work when mounting a network share with Samba as well.
First, mount your network share if it is not already [...]
Archive for the ‘linux’ Category
Hardware information in Linux
It can be a real pain trying to find detailed hardware information in Linux when you don’t know what tools to use. I will try and outline a few tools that are typically pre-installed in many Linux distributions, as well as show you where to find information stored on your computer using the cat command [...]
How to play a DVD ISO in Linux
I downloaded a DVD torrent of a documentary titled “Steal This Film II“. This torrent was saved as a single ISO image. I figured there has to be a way to play a DVD ISO without having to burn that ISO to a physical DVD disc. Here is how to play a DVD ISO in [...]
How to create an ISO image in Linux
Sometimes, tasks are easier to accomplish from the command line. I stumbled upon a CD full of data from the BBS era. I thought to myself, I really need to create an ISO of this and put it on my file server (the cd is in pretty bad shape).
Here is a quick way to create [...]