In order to format a USB device under Unix you need to follow these simple steps under the root user account.
Find out the name of the device file representing the USB hardware device:
If the system is busy I clean out the dmesg to make it easie… more »
Category: "System Admin"
I recently had to take a copy of a web server to test some layout stuff but when I zipped it up, it was over 6GB. This was too much for me to transfer, so I had a look to see what was taking up all the space. It turned out that most of it was video… more »
I upgraded my PC at work which meant transferring all my old files and configuration from one computer to another. The pain is having 2 keyboards and 2 mice cluttering up my desk which is pretty messy already! Files and the like are easy to transfer;… more »
This article talks about how you can use Visual Studio and Clearcase in combination in order to provide more effective team integration and operation.
Visual Studio has 2 important features that facilitate this:
The ability to split the configur… more »
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Diagnostics;
using System.Collections.Specialized;
namespace We… more »