View Single Post
  #1  
Old 01-15-2010, 03:52 AM
Dssman007
Fire Beetle
 
Join Date: Feb 2002
Posts: 6
Default New Linux Install

I'm trying to install the sever on linux. I'm using Ubuntu 9.10 and have followed the debian guide as best as possible along with some help from reading the forums.

For some reason I run this command and it just sits there and never processes.

Code:
grep -Ril Di386 * | xargs perl -pi -e 's/ -Di386//g'
Reply With Quote