Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    9,722

    [SOLVED] Re: chown not working

    That did it, thanks :)
  2. Replies
    5
    Views
    9,722

    [SOLVED] Re: chown not working

    The filesystem is an ntfs one.
  3. Replies
    5
    Views
    9,722

    [SOLVED] chown not working

    despite repeatedly running
    sudo chown -Rv josh:josh /mnt/data
    it still lists files in the directory as owned by root. Why is chown not working?
    The terminal outputs a massive string of working...
  4. Replies
    7
    Views
    825

    [SOLVED] Re: fstab question

    Changing it to 1001 instead of 1000 fixed the problem :) but I'll do the above if I have any more issues.

    Thanks,
    Josh
  5. Replies
    7
    Views
    825

    [SOLVED] Re: fstab question

    joshua@Nero:~$ cat /etc/passwd | grep joshua
    joshua:x:1001:1001:Joshua,,,:/home/joshua:/bin/bash


    This would mean that I'm 1001, not 1000, right?
  6. [ubuntu] Re: 500GB harddrive claims to be full at 225gb.

    du: cannot access `./.gvfs': Permission denied
    981M .
    981M total


    I ran the command today, and this is what it gave me.
    "System Monitor" is still telling me that I have 1.5GB left on a...
  7. Replies
    7
    Views
    825

    [SOLVED] Re: fstab question

    The screenshot utility seems to hate me today, but here's the text output.

    tar: Darcey's Website/index3.html: Cannot utime: Operation not permitted
    tar: Darcey's Website/index.html: Cannot utime:...
  8. Replies
    7
    Views
    825

    [SOLVED] fstab question

    UUID=44EBC5660C2616FA /mnt/data ntfs defaults,nls=utf8,umask=000,uid=1000,windows_names 0 0


    I have this line in my fstab to mount a data partition.
    However, I can't seem to extract archives to...
  9. Replies
    2
    Views
    464

    [ubuntu] Cursor stays on screen

    I installed Ubuntu on an older computer, and when I move the mouse around, the mouse leaves a mark where it has been.
    Is there any way I can fix this?
    The computer has a 512+256 of ram, so it...
  10. [ubuntu] Re: 500GB harddrive claims to be full at 225gb.

    du: cannot access `/home/joshua/.gvfs': Permission denied
    11G /home
    11G total
  11. [ubuntu] Re: 500GB harddrive claims to be full at 225gb.

    That's just the thing, I have nothing in my /home but softlinks to my storage partition.
  12. [ubuntu] Re: 500GB harddrive claims to be full at 225gb.

    df - h

    /dev/sda5 25G 24G 285M 99% /
    udev 3.9G 12K 3.9G 1% /dev
    tmpfs 1.6G 948K 1.6G 1% /run
    none 5.0M 0 5.0M 0% /run/lock
    none ...
  13. [ubuntu] 500GB harddrive claims to be full at 225gb.

    Yeah, I really can't give much more detail than the title.
    Any idea why this is happening?
  14. Replies
    5
    Views
    873

    [SOLVED] Re: fstab is messed up

    Thanks oldfred, that worked perfectly. :)
  15. Replies
    5
    Views
    873

    [SOLVED] Re: fstab is messed up

    # /etc/fstab: static file system information.
    #
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that...
  16. Replies
    5
    Views
    873

    [SOLVED] fstab is messed up

    I edited my fstab to allow for mounting a partition as part of the file system.
    Since then, I've juggled the partitions around to make room for windows again, and I'd like it if someone could tell...
  17. Thread: Photoshop

    by bobman321123
    Replies
    5
    Views
    732

    [ubuntu] Re: Photoshop

    Do you know if you can...
    A. install photoshop on more than one computer?
    B. unregister a computer if it works badly?

    Thanks for the advice, btw :)
  18. Thread: Photoshop

    by bobman321123
    Replies
    5
    Views
    732

    [ubuntu] Re: Photoshop

    I'd be getting all CS6.

    My only worry is that wine might be insufficient for a huge program like photoshop.
  19. Thread: Photoshop

    by bobman321123
    Replies
    5
    Views
    732

    [ubuntu] Photoshop

    Does anyone know if there's a way to get Photoshop running on Ubuntu?
    I'm buying an Adobe bundle, but I'd prefer not to have to Install Windows to run it. :\


    p.s. Virtualboxes not prefered.
  20. Replies
    4
    Views
    432

    Re: Python switch

    Is there any way you could do the above with a dict? I can't figure out how to set a variable value in a dict.
  21. Replies
    4
    Views
    432

    Python switch

    How would I convert the following block from C++ into Python?


    cin >> input;
    switch(input)
    {
    case 'testing': anotherVariable=4;
    break;
    case 'etc': thisVariable=87;
    break;
  22. Replies
    50
    Views
    2,560

    Re: Modular programming

    No classes I've ever taken have ever told me that.
    My Java teacher told me to throw the whole bunch in one file.

    What I said has been from my experience thus far.
  23. Replies
    50
    Views
    2,560

    Re: Modular programming

    Why thank you :D
  24. Replies
    50
    Views
    2,560

    Modular programming

    So, in an ideal program, it would be modular.
    That is, each function would be written to perform a single task, and the main function would act as an outline.

    Is it possible then, to write a C...
  25. Replies
    1
    Views
    731

    Python input sterilization

    Does anyone have any advice/links on how to sterilize Python input?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4