Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    32
    Views
    2,738

    [ubuntu] Re: ubuntu 9.04 screwed my system

    making sure nothing has regressed, making sure the proper drivers are available etc etc.
  2. Poll: Re: How many people actually take advantage of their 64bit processor?

    i use 32bit everything on my 64 bit systems. enable smp and youre good to go and dont have to worry about kernel limitations in freebsd.
  3. [all variants] Re: testing bash terminal mode/type in scripts

    read the man page for the terminal youre using.
  4. Re: Why are Ubuntu names retarded? Jaunty Jackalope?

    ive always thought the EXACT same thing.
  5. Replies
    4
    Views
    1,675

    [all variants] Re: Is mounting ISO as read write impossible?

    http://www.linuxquestions.org/questions/linux-software-2/editing-iso-images-mounting-read-write-271314/
  6. Thread: hacking

    by LateNiteTV
    Replies
    24
    Views
    2,201

    Re: hacking

    sorry, i forgot the [sarcasm] tags.
    if you combine knowledge of tcp/ip, with c, asm, and lets say... linux... you could do some damage.
  7. [ubuntu] Re: Problem with cable connection...Help please!

    https://help.ubuntu.com/8.10/internet/C/index.html
  8. Replies
    5
    Views
    573

    [ubuntu] Re: This Sucks...

    try this as root

    killall -9 trackerd
    dbus-launch trackerd
  9. Thread: hacking

    by LateNiteTV
    Replies
    24
    Views
    2,201

    Re: hacking

    want to learn how to be a 1337 h4x0r?
    learn c.
    learn asm.
    learn the ins and outs of tcp/ip.
    learn some perl.
    shell scripting also helps.
    learn how to reverse engineer.
  10. Thread: java

    by LateNiteTV
    Replies
    3
    Views
    357

    [ubuntu] Re: java

    there are a ton of java IDEs out there. google is your friend.
  11. Thread: pxe booting

    by LateNiteTV
    Replies
    2
    Views
    628

    [ubuntu] Re: pxe booting

    maybe this can help you: http://swik.net/ltsp+Windows
  12. Replies
    1
    Views
    260

    [all variants] Re: Easy question about defragging

    its not ntfs anymore.
    no defragging.
  13. Thread: Tag Program

    by LateNiteTV
    Replies
    2
    Views
    215

    [ubuntu] Re: Tag Program

    http://www.worldlabel.com/Pages/openoffice-template.htm
    http://www.tech-recipes.com/rx/1955/making_labels_with_openoffice_org_templates/
  14. Replies
    3
    Views
    346

    [ubuntu] Re: Password Protection

    nope.
    try locking the desktop.
  15. [ubuntu] Re: Differentiate server and workstation kernel

    have u tried "uname -a"?
  16. Thread: Bug or Not?

    by LateNiteTV
    Replies
    2
    Views
    293

    [ubuntu] Re: Bug or Not?

    check this out:
    http://www.saifur-rahman.com/2008/11/is-keyboard-not-working-properly-in-ubuntu-810/
    https://answers.launchpad.net/ubuntu/+question/47860
  17. Replies
    4
    Views
    381

    [ubuntu] Re: Problem with USB stick!!

    try this as root:

    mkdir /mnt/usbkey
    mount /dev/sda1 /mnt/usbkey

    your usb stick should now be ready for use.
  18. Replies
    8
    Views
    711

    [ubuntu] Re: File not found... ls says it is there

    try running it without the "./"
  19. Replies
    32
    Views
    1,343

    [other] Re: ./configure not working

    ive never used gcov or gprof. i dont know about those.

    ok, say you download a source tarball or something. filename.tar.gz

    you do: tar xvzf filename.tar.gz
    this unzips and unpacks the file and...
  20. Replies
    32
    Views
    1,343

    [other] Re: ./configure not working

    oooooohhhhhh ok, so its already compiled and whatnot, correct? u can run the program?

    ./configure isnt for end user configuration.

    ./configure is for pre-compilation configuration of the make...
  21. Replies
    32
    Views
    1,343

    [other] Re: ./configure not working

    what program is it?
  22. Replies
    32
    Views
    1,343

    [other] Re: ./configure not working

    how can you build it, but not configure and install it?

    ./configure is the first step in compiling it. if you cant even do that, then i have no idea how youre managing to "build" it.

    ...
  23. Replies
    32
    Views
    1,343

    [other] Re: ./configure not working

    is it a windows program? you said that you ran it on windows... so that leads me to believe that its a windows program and cant be run on linux.
  24. Replies
    7
    Views
    466

    [ubuntu] Re: Dont know how to make so Help

    a .bat file CANNOT run on linux.
  25. Replies
    7
    Views
    466

    [ubuntu] Re: Dont know how to make so Help

    if it the file ends in .sh, you need to run it in the terminal.


    sh whatever.sh

    .bat files are windows batch files. they wont run on linux.
Results 1 to 25 of 244
Page 1 of 10 1 2 3 4