View previous topic :: View next topic |
Author |
Message |
Chronus88
Joined: 14 Apr 2009 Posts: 10
|
Posted: Sun Apr 19, 2009 1:02 Post subject: |
|
|
Fantastic! Thanks so much for your help everyone. I got the server to "start"
Code: | lynx@Lynx-Host:~/Program_Data/NWN$ ./nwserver
Neverwinter Nights Server
Build:8109
Copyright BioWare Corp 1998-2004
Server: Loading...
Server: Running...
|
Now I've gotta install NWNX2 and get my server mounted/running appropriately. I'll try to do so and let you know if I get stuck again, thanks.
PS: That tab shortcut, is amazing. |
|
Back to top |
|
|
Chronus88
Joined: 14 Apr 2009 Posts: 10
|
Posted: Sun Apr 19, 2009 1:18 Post subject: |
|
|
I can't for the life of me figure out how to unrar a .rar file using the commands. I downloaded winrar and tried using the prompt to issue unrar commands to the file, but no luck. Anyone got an example? I assume using winrar is common procedure...
I feel so novice |
|
Back to top |
|
|
Fireboar
Joined: 17 Feb 2008 Posts: 323
|
Posted: Sun Apr 19, 2009 13:38 Post subject: |
|
|
Okay. First, about using sudo, this excerpt should sum it up quite nicely:
Quote: | If there was one habit that one should strictly abide by, it’s probably this one. Most of us come from a Windows background, and we have the notion that more power is better, so we login using our administrator accounts. Well let me tell you my friend, that this is a major reason that Windows is plagued with viruses and insecurities, half the world is currently running ‘root’ accounts! |
Linux doesn't need root for most things, and good security practise dictates that running things as root (su) or temporary root (sudo) is a Bad Idea if you can help it. Which, in the vast, vast majority of cases, you can, since applications for Linux are designed to be run as a user, not as an administrator.
About the tab shortcut, I'm surprised it isn't highlighted in big bold letters in the installer! It's something I use every time I drop a terminal down, and speeds things up no end.
Finally, your question. Winrar isn't a Linux program. The clue is in the name: Winrar. Instead, you should install the rar package - it can be found in Synaptic Package Manager, but it's faster to open up a terminal and type:
Code: | sudo apt-get install rar |
Now to extract a rar file to the current directory, you'd type:
To add a file to an archive:
Code: | rar a thefile.rar file1 file2 file3 |
Replacing thefile.rar with the name of the rar file in each case, and file1, file2 etc with the names of each file or folder to add. I'd recommend using 7zip for compression for NWN files though - it's a much better algorithm that I've seen compress NWN files to half the size that rar manages (~7% compression ratio - awesome!). The package name for 7zip is called "p7zip". You run it in exactly the same way as with rar, replacing "rar" with "7z".
Hope that helps. |
|
Back to top |
|
|
Chronus88
Joined: 14 Apr 2009 Posts: 10
|
Posted: Mon Apr 20, 2009 1:10 Post subject: |
|
|
Great! Thanks for the info! |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|