Search Results - JustLinux Forums


Search:

Type: Posts; User: webwolf

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    5,746

    I posted a link to brothers debs

    I posted a link to brothers debs
  2. Replies
    4
    Views
    5,746

    http://support.brother.com/g/b/downloadlist.aspx?c...

    http://support.brother.com/g/b/downloadlist.aspx?c=au&lang=en&prod=hll2300d_us_eu_as&os=128
  3. Replies
    11
    Views
    43,504

    I wouldn't want to give www-data sudo rights...

    I wouldn't want to give www-data sudo rights without a password. Thats seems like opening a big hole in the system.

    A (dirty) alternative that I can think of would be to have the php script write...
  4. Replies
    11
    Views
    43,504

    Hi the last time I had to do something similar...

    Hi

    the last time I had to do something similar I did it like this:

    write a simple shell skript to do the acual work
    pclose(popen("/path/to/shellscript args > /dev/null 2>&1"))

    your shell...
  5. Thread: Learn C

    by webwolf
    Replies
    7
    Views
    1,588

    C/C++ Tutorials

    Have a look at freeprogrammingresources
  6. Replies
    23
    Views
    2,663

    First Language

    My first language was GWBASIC (puke). Later Moved to Pascal then C/C++. I don't really consider C to be a bad choice for a first language, it just depends on the determination of the learner. As far...
  7. Replies
    4
    Views
    1,287

    Do not start learning C++ with an IDE like...

    Do not start learning C++ with an IDE like kdevelop. Start with a simple texteditor and compiler. Text editors I can suggest are gedit, kate, and VIM (please no VIM vs. EMACS wars). Write your files...
  8. That card should work like a charm on any halfway...

    That card should work like a charm on any halfway recent distrobution. On Ubuntu/Feisty use nvidia-glx-new
  9. Replies
    8
    Views
    1,551

    Possible suggestions that tend to the simple...

    Possible suggestions that tend to the simple side:

    1.) dd, dd could be run from a crontab to backup to a fileserver or anouther (preferably larger) disk. The image could also be piped through tar...
  10. Replies
    3
    Views
    889

    You will find that PHP is very similar to C,...

    You will find that PHP is very similar to C, tutorials con be found at freeprogrammingresources

    Jeremy
  11. Thread: root

    by webwolf
    Replies
    23
    Views
    3,522

    My usual way to do an ssh login is to login as an...

    My usual way to do an ssh login is to login as an unprivledged user, then su -
    But then my server is running debian NOT Ubuntu. Ubuntu is running on my main box where my wife mainly works, and when...
  12. Replies
    2
    Views
    837

    The problems are boiling down to /usr/bin being...

    The problems are boiling down to /usr/bin being missing. Has it been potentially renamed? Do you have backups? (probably not, but I figured I'd ask anyway) If you have backups, you could replace you...
  13. Thread: root

    by webwolf
    Replies
    23
    Views
    3,522

    In fact I did find that wierd, but as I said ...

    In fact I did find that wierd, but as I said

    1.) The User is not denied root access. The user must only belone to the Admin group and can then use sudo. For a longer root session the user CAN...
  14. Thread: root

    by webwolf
    Replies
    23
    Views
    3,522

    Thats not entirely true. That user must be in the...

    Thats not entirely true. That user must be in the admin group for that to be that case and sudo <whatever> requires (at first) the entry of the user password.

    So changing the root password with...
  15. Replies
    4
    Views
    1,043

    Meaning Redhat81 maybe out of luck

    Meaning Redhat81 maybe out of luck
  16. Replies
    4
    Views
    1,043

    I accually have no idea about raid having never...

    I accually have no idea about raid having never used it personally. A suggestion that comes to mind though is updatedb && locate <name of file to be searched for>, but I won't garentee anything.
  17. Replies
    6
    Views
    1,487

    those can be found at FreeProgrammingResources...

    those can be found at FreeProgrammingResources

    webwolf
  18. Replies
    4
    Views
    884

    I'm not a C#/.NET developer myself, but I can say...

    I'm not a C#/.NET developer myself, but I can say mono has improved over the time. winforms are now even available. But my standpoint is and remains, everything micro$oft is evil, for cross plattform...
  19. Replies
    4
    Views
    884

    Several! Depending on the language you intend on...

    Several! Depending on the language you intend on using.

    For DOT NET I would look at mono and mono-develop. For C/C++ I would look at gcc/g++ and kdevelop3
    pascal = fpc+laserus
  20. Replies
    21
    Views
    2,121

    I have to admit that Percival has a damn good...

    I have to admit that Percival has a damn good point there. Unless your set up that only one person has access to each client that should be avoided then
  21. Replies
    12
    Views
    1,286

    make that ls -ld /dev/qemu then you can light...

    make that ls -ld /dev/qemu then you can light your cigar

    webwolf
  22. Replies
    21
    Views
    2,121

    my bad. I was thinking of using user,rw,auto on...

    my bad. I was thinking of using user,rw,auto on the client machine. I which case unmounting via umount /home would only unmount the share on that one client box, and not on the whole network (or...
  23. Replies
    21
    Views
    2,121

    try changeing "defaults" in fstab to user,rw

    try changeing "defaults" in fstab to user,rw
  24. Replies
    46
    Views
    7,881

    At least you can't call it false advertising...

    At least you can't call it false advertising :rolleyes:
  25. 1.) gcc is a compiler, NOT an IDE. For a good IDE...

    1.) gcc is a compiler, NOT an IDE. For a good IDE look at KDevelop3 or (for gnome)anjuta
    2.) audacious is also a very good stable music-player
    3.) apt-cache search game should bring quite a few (or...
Results 1 to 25 of 184
Page 1 of 8 1 2 3 4