Search:

Type: Posts; User: neurostu; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: How-to: Installing LabVIEW 8.2 under Ubuntu 7.10

    Does anyone know how to install the C API under Ubuntu (preferably a newer distribution like 9.10 or 10.04)

    Does the C API get installed with labview or does it have to be installed explicitly?
  2. Replies
    4
    Views
    314

    [ubuntu] Re: help comparing files

    I used this and then meld to do compare the differences, this worked perfectly. Thanks!
  3. Replies
    4
    Views
    314

    [ubuntu] help comparing files

    I recently moved a large number of files (over 1tb of data) from one computer to another.

    On the old computer I ran the command:



    find data/ -ls > /tmp/data.dir


    and then I ran the...
  4. Replies
    5
    Views
    929

    [ubuntu] Re: simple ownership script

    it seems as though the usermod command is what I want:


    sudo usermod -u <new uid>
  5. Replies
    5
    Views
    929

    [ubuntu] Re: simple ownership script

    thanks...

    What I was looking for was this:


    sudo chown 1050.1050 `find -uid 1000`
  6. Replies
    5
    Views
    929

    [ubuntu] simple ownership script

    I'm planning on changing the UID of my username for a variety of reasons. When I chance the UID of my username in the /etc/passwd file I also have to update all my files to reflect the proper...
  7. Replies
    11
    Views
    1,181

    [ubuntu] Re: Samba Permission Problems

    This is correct. So John's newley created file is owned by 1020 on the server. When John mounts the share locally the owner of the file is listed as 1020 and b/c john's system is unaware of a user...
  8. Replies
    11
    Views
    1,181

    [ubuntu] Re: Samba Permission Problems

    I guess I'm looking for the option that will reduce my workload. I'm on a network with ~20 linux machines that are run by people with relatively little linux experience. The last thing I want to be...
  9. Replies
    11
    Views
    1,181

    [ubuntu] Re: Samba Permission Problems

    ok so here is the explanation from the smb.conf man page:


    This parameter may be thought of as a bit-wise MASK for
    the UNIX modes of a file. Any bit not set here will be removed from...
  10. Replies
    11
    Views
    1,181

    [ubuntu] Re: Samba Permission Problems

    I also tried creating an individual share for every user but they keep running into permission problems.

    When I set the create mask to 0777 each person can create folders but not files with those...
  11. Replies
    11
    Views
    1,181

    [ubuntu] Re: Samba Permission Problems

    So the real issue I'm trying to overcome is the mapping of user ID's from their personal linux computers to the Samba server...

    So if my userID is 1023 on the samba server but 1000 on my computer...
  12. Replies
    11
    Views
    1,181

    [ubuntu] Samba Permission Problems

    I'm trying to setup a samba server to host files for several people.

    I don't want to mess around with 3rd party authentication as I'd like to keep this as simple as possible.

    The way I have...
  13. Thread: Sound Issues

    by neurostu
    Replies
    14
    Views
    1,149

    [ubuntu] Re: Sound Issues

    *bump

    anybody?
  14. Thread: Sound Issues

    by neurostu
    Replies
    14
    Views
    1,149

    [ubuntu] Re: Sound Issues

    $aplay -l
    aplay: device_list:223: no soundcards found...
  15. Thread: Sound Issues

    by neurostu
    Replies
    14
    Views
    1,149

    [ubuntu] Re: Sound Issues

    So nobody here has the time, desire, or know how to help me trouble shoot this bug, which is totally fine.

    Does anybody else know a place where I can go to get support for this issue?
  16. [ubuntu] My sound doesn't work in Ubuntu but it does in windows

    I've had ubuntu installed on my computer since 7.10. I'm currently running 9.10.

    I did a clean install of 8.10 or 8.04 and have been doing the dist-upgrades since then.

    I have never had working...
  17. Thread: Sound Issues

    by neurostu
    Replies
    14
    Views
    1,149

    [ubuntu] Re: Sound Issues

    I tried that and it still doesn't work...
  18. Thread: Sound Issues

    by neurostu
    Replies
    14
    Views
    1,149

    [ubuntu] Re: Sound Issues

    bump...
  19. [ubuntu] Re: Dependency is not satisfiable: libqt4-network

    Its usually better to start a new thread when the thread has been dead as long as this one has.
  20. Thread: Sound Issues

    by neurostu
    Replies
    14
    Views
    1,149

    [ubuntu] Sound Issues

    I've had ubuntu installed on my computer since 7.10. I'm currently running 9.10.

    I did a clean install of 8.10 or 8.04 and have been doing the dist-upgrades since then.

    I have never had...
  21. Replies
    8
    Views
    4,447

    [all variants] Re: Can I connect to 2 VPNs at the same time?

    so if one vpn is putting me on 10.43.121.0/24
    and the other is putting me on 18.something I shouldn't have a problem?
  22. [ubuntu] Re: Migratig RAID array from Karmic to Jaunty

    bump
  23. Replies
    8
    Views
    4,447

    [all variants] Re: Can I connect to 2 VPNs at the same time?

    I use the client that is installed when I run:
    sudo apt-get install network-manager-vpnc


    How do I setup the connections so I don't have conflicting addresses?
  24. Replies
    8
    Views
    4,447

    [all variants] Can I connect to 2 VPNs at the same time?

    I have two different VPN's I need to connect to. One is so that I can authenticate MATLAB from my university's matlab license manager. The other is for my lab's VPN so I can access my data.

    Is it...
  25. Replies
    10
    Views
    19,234

    [SOLVED] Re: Shutdown from Grub Loader

    control+alt+delete usually works to restart, or you can just press the power button to turn off.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4