Page 4 of 21 FirstFirst 123456714 ... LastLast
Results 31 to 40 of 207

Thread: Linux Quiz

  1. #31
    Poster
    Join Date
    Jan 2003
    Posts
    889
    hmmm

    What is the command to take a screenshot of the whole screen?

  2. Software & Hardware   -   #32
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    import -window /file.jpg

    what does gnu stand for ?

  3. Software & Hardware   -   #33
    Poster
    Join Date
    Jan 2003
    Posts
    889
    GNU's not Unix

    What is gentoo's package manager command?

  4. Software & Hardware   -   #34
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by 4play@19 February 2004 - 21:36
    its mostly c with some c++ and a bit of aseembly.

    what are the basic commands to compiling your own kernel ( the 2.6 version)
    • cd /usr/src/linux
    • menuconfig
    • make dep
    • make clean
    • make bzimage
    • cp ./bzimage /boot
    • reboot


  5. Software & Hardware   -   #35
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    emerge - package_name

    what process is always assigned 1 as its pid.

  6. Software & Hardware   -   #36
    Poster
    Join Date
    Jan 2003
    Posts
    889
    Originally posted by shn@19 February 2004 - 22:18
    • cd /usr/src/linux
    • menuconfig
    • make dep
    • make clean
    • make bzimage
    • cp ./bzimage /boot
    • reboot

    Is that all you have to do to make a new kernel?

    I downloaded 2.6.2 a week ago but haven't touched it because I didn't know how to do it, and most tutorials were really old.

    I missed the Linux meeting

    I couldn't get a ride until it was already started, no slackware for me yet

  7. Software & Hardware   -   #37
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    its slighty more work then that since you do have to sort out the config file im always screwing that up.

    i know you dont have to do make clean with the 2.6 kernels and im not sure about make dep.

  8. Software & Hardware   -   #38
    Poster
    Join Date
    Jan 2003
    Posts
    889
    Originally posted by 4play@19 February 2004 - 22:21
    emerge - package_name

    what process is always assigned 1 as its pid.
    init

    I can't think of a question right now

  9. Software & Hardware   -   #39
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by 4play@19 February 2004 - 22:25
    its slighty more work then that since you do have to sort out the config file im always screwing that up.

    i know you dont have to do make clean with the 2.6 kernels and im not sure about make dep.
    http://www.kernel.org/pub/linux/kernel/README

    You have to type "make dep" to make the dependencies for your kernel modules that you select with menuconfig.

    "make clean" it cleans up the mess you make after compiling..

    Let me know if I get point B)

    And you said basic

  10. Software & Hardware   -   #40
    The questions seem to have dried up so.....

    If you have these files in your home directory...

    file.c
    main.c
    defines.h
    program.tar.gz
    index.html

    How can you delete the C source files and the header file only, using just one command?

Page 4 of 21 FirstFirst 123456714 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •