Tag:
windows

Convert text files within a directory from Windows to Unix format

by
Ryan
on
January 7, 2009

When a file is saved in Windows and then moved to a Linux system the formatting differences can cause a variety of problems. To effectively use these files you will need to change the format from Windows/DOS to Unix. This conversion occurs by simply removing the Windows carriage return characters.
I have explained how to use [...]

Read More
1 Comment
bash

Remove Windows carriage returns with tr

by
Ryan
on
November 30, 2008

The end of a line in a UNIX text file is designated with the newline character. In Windows, a line ends with both newline and carriage return ASCII characters. If a file is saved in Windows and then moved to a Linux system these carriage returns can cause all sorts of problems. If the text [...]

Read More
No Comments
system administration

Creating a Windows Boot Disk with a Linux Machine

by
Ryan
on
November 17, 2008

The standard way to create a Windows boot disk is to have access to a Windows system. If you have access to a Linux system instead, and know a couple tricks, you can create boot disk as well.
The first thing to do is find a website that has the boot disks available for download. [...]

Read More
No Comments
system administration

Find the MAC address on a Windows machine

by
Ryan
on
September 28, 2008

For whatever reason lets assume you find yourself on a Windows machine and you need to obtain the MAC address of its network adapter. Do the following.
Go to Start -> Run which will bring up a text box. In this box type cmd. A command prompt will appear.
Type this is the terminal.

ipconfig [...]

Read More
No Comments
windows
Copyright 2008-2010 WiredRevolution.com. All rights reserved.