Jump to content

liquidzoo

Global Moderator
  • Posts

    2260
  • Joined

  • Last visited

Posts posted by liquidzoo

  1. For ls, you don't need the cat command. cat is to read the contents of files.

     

    ls and it's many options (see man ls for more) work just like the DOS command dir (you can use that too, but ls gives you color)

     

    I'll put the command in caps, even though it shouldn't be when you use it:

     

    LS -L

     

    It's a bit confusing to read in lower case, depending on the font you use. l's look a lot like 1's with the font I use by default.

  2. What is the filesystem? Is it Fat32 or NTFS?

     

    Either way, you should be able to issue the commands (as root)

     

    mkdir /mnt/win_c
    mount /dev/hda1 /mnt/win_c

     

    And have it mount. Give it a try and see if that works. If it just returs you to the command line, with no error messages then you're fine. Try the command I said above.

     

    Also, did you try to recreate your net connection as a LAN connection?

  3. I believe, if I'm not mistaken, that the path for the desktop in 2k/XP is:

     

    C:\Documents and Settings\All Users\Desktop

     

    So...assuming that this drive is mounted as /mnt/win_c (which I hope it is, cause this will be a lot easier if it is) type the following in a console, as root (open a terminal, type su <enter>, enter your root password <enter>

     

    First thing, enter this:

     

    df -h

     

    This will tell you if your Windows drive is mounted (assuming it's the first partition on the drive, it will be /dev/hda1) Here is the output of mine:

    Filesystem            Size  Used Avail Use% Mounted on
    /dev/hda1             8.3G  232M  8.1G   3% /
    /dev/sda1              71G   30G   41G  42% /home
    /dev/hda8              49G   25G   24G  51% /mnt/music
    none                  379M   44K  379M   1% /tmp
    /dev/hda6             9.5G  3.3G  6.2G  35% /usr
    /dev/hda7             8.1G  264M  7.8G   4% /var
    /dev/sda5             6.5G  773M  5.8G  12% /var/www/html

     

    If you see that it says something for /mnt/win_c then we're in business.

     

    From that point, still as root type the following:

     

    ifconfig > /mnt/win_c/Documents\ and\ Settings/All\ Users/Desktop/ifconfig.txt

     

    You can hit the tab key in there to simplify things (ex: type Doc<tab> will most ikely give you that whole foldername). Notice both the Capitalization and the \'s before the spaces. That's very important.

     

    Assuming that worked, you can reboot to windows and see that file. That will help us out a lot.

     

    Also, while you're there, try setting up your internet connection as a LAN (Not a Cable) Connection. (remove the existing connection and set up a new connection as a LAN Connection, accepting all default settings) and see if that works.

     

    Now, if your Windows drive is not mounted; come back and we'll tell you how to get it mounted.

  4. rt-click on the panel, go to the properties (for either panel there, you'll want to do it for both)

     

    On the second tab (might be the first) there is a place for "Show hide button" (or something like that) and there should be 3 choices. Right, Left, or No. Choose No (or off, whichever it is) and click apply.

     

    I'll try to post a screenshot of exactly what I mean later tonight.

  5. Purchasing any distro is a good idea if you want to support the company. The last Mandrake distro I purchased was 8.1. I imagine that the manual has changed quite a bit since then, but it is a good manual. Granted, you can find the information it contains elsewhere on the net, but usually not in one convenient location (except this forum :P, but even then, you can't take this forum with you everywhere you go).

     

    From a newbie standpoint, it is a good thing to have. It really does help you through a lot of the basic things that every Linux user, reguardless of the distro, should know.

  6. I edited the screenshot link to go to a better page (and cause the original link didn't work for me)

     

    The game looks awesome, though! Hope we get a client

  7. ssh will work if you're logged in at home. As long as your computer is on and sshd is running it will work.

     

    putty is an excellent program. I use it from work all the time.

     

    Keep in mind, though; that you won't be able to do anything graphical with putty.

  8. You have to make sure that the kernel-source and the kernel version match exactly. nVidia is picky, but it will install using this kernel. Until recently, I used this version of the kernel exclusively.

     

    Make sure the following output matches (obviously substituting for the correct kernel version):

     

    [Coruscant//liquidzoo]$ uname -r
    2.6.8.1-8mdk
    [Coruscant//liquidzoo]$ ls -l /usr/src/linux
    lrwxrwxrwx  1 root root 19 Sep  8 15:33 /usr/src/linux -> linux-2.6.8.1-8mdk//
    [Coruscant//liquidzoo]$

×
×
  • Create New...