Jump to content

dino_bosnia

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by dino_bosnia

  1. [3] Make sure that you have the same user accounts setup on both your windows machine and on your linux machine

    What did U mean by this?

     

    My server also need to be a Domain Controler.

    Can I merge two (or 3) SCSI disks, so users see them as one disk? I should use some disks for backup, can I merge two for this?

     

    And tnx

    Samba works good now

  2. Download the hcf or hsf according to your setup and install as follows (you must have the kernel source installed):

     

    $ tar -xzf package.tar.gz<!--QuoteEBegin-->$ cd /directory_that_was_created<!--QuoteEBegin-->$ su<!--QuoteEBegin--><passwd><!--QuoteEBegin--># make install<!--QuoteEBegin--># hsfconfig _or_ hcfconfig<!--QuoteEBegin-->

     

    :thumbs:

    I did use those HSF drivers and I got this

     

     
    ..... 
    common.mak:11: *** Is the kernel-source package installed? KERNELSRC does not point to a proper directory (/lib/modules/2.4.22-10mdk/build).  Stop. 
    make[1]: Leaving directory `/home/dino/hsflinmodem-5.03.27/modules' 
    make: *** [install] Error 2

     

    How will I install kernel source?

  3. <!--QuoteEBegin--><!--QuoteEBegin-->for(int i=0; i<n; i++)<!--QuoteEBegin-->   sum++;<!--QuoteEBegin-->for(int j=0; j<n; j++)<!--QuoteEBegin-->   sum++;<!--QuoteEBegin--><!--QuoteEBegin-->

     

    O(2N)  Any chance this is right?

     

    O(2N) ???

     

    why did u use "for" loop???

  4. As for tutorials, I would actually recommend getting a book on the subject. Also, how much do you know about Object-Oriented programming?

    I did try (just now) Kdevelop and Qt designer, and I think I can deal with them :)

     

    I have some experience with Object-Oriented programming ,C++ and C#, (and PHP, but I think that PHP 4.x programming is not really OO).

     

    So I know the basics of Object-Oriented progamming.

     

    Which book do u find a good enough for start (I am reading Qt manual now)?

×
×
  • Create New...