Tag:
remove

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

Install, upgrade, and remove RPM packages

by
Ryan
on
October 22, 2008

RPM stands for Red Hat Package Manager. There are a variety of distributions besides Red Hat that use RPM to manage packages including Fedora, Mandriva, SUSE, CentOS, and Yellow Dog Linux among others. RPM uses a database to keep track of what packages have been installed on the system and where they are located. This [...]

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