Search Results - JustLinux Forums


Search:

Type: Posts; User: LNXchd

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Not really. ...

    Not really.

    http://www.tuxfiles.org/linuxhelp/shell.html
    Copy and Paste with Kwrite
    Copy and Paste with Gedit

    Chad
  2. Replies
    2
    Views
    907

    Give this a whirl and see how it works for you......

    Give this a whirl and see how it works for you...

    #find / -type f -iname [your text files] -print
    ...the above will search your / directory for any files containing [whatever you decide..without...
  3. Copy je_fro's script in a text editor and save it...

    Copy je_fro's script in a text editor and save it as mymencodeadvd.sh, then...

    Found this for copying with Vim...if you don't want to type it out. ;)


    [edit]- That may only work if you...
  4. Thread: I`m new for RPM

    by LNXchd
    Replies
    7
    Views
    1,404

    I would suggest reading your distribution's...

    I would suggest reading your distribution's documentation on who, what, when, where, how and why. Might make life using it much easier. Suse has a decent database you can query and find lots of...
  5. Replies
    24
    Views
    3,958

    Poll: You guys are terrible....! I guess as the saying...

    You guys are terrible....! I guess as the saying goes...when there's blood in the water... :p

    Chad
  6. Replies
    4
    Views
    1,044

    I think you could probably use Blender for the...

    I think you could probably use Blender for the animations...as far as a presentation...not sure of any other than Impress.

    http://blender.org/cms/Home.2.0.html

    Chad
  7. Replies
    32
    Views
    16,477

    Have you tried to disable ACPI and see what would...

    Have you tried to disable ACPI and see what would happen? I have been reading on alot of problems with ACPI diabling IRQ's...maybe worth a look. Will continue to read up on this issue.

    Chad
  8. Replies
    6
    Views
    2,306

    Just like je_fro suggested htmldog.com is an...

    Just like je_fro suggested htmldog.com is an excellent starting point...I am no where near the level that most are but I learned alot using their tutorials. Another place to check out is the W3C's ...
  9. Replies
    32
    Views
    16,477

    Something else that was brough to my attention is...

    Something else that was brough to my attention is the ip range you are operating in and the subnet mask. May or may not be relevent but check it out. If you are operating in the 10.0.0.0 range should...
  10. Replies
    32
    Views
    16,477

    Okay...reading all these posts have made me go...

    Okay...reading all these posts have made me go cross-eyed, so I printed them out to read. I have a couple of questions.
    1. Do you have any other computers on this network, if so can you ping their...
  11. Replies
    32
    Views
    16,477

    nah...after futher reading the setserial command...

    nah...after futher reading the setserial command is for changing irq's of serial devices only...wasn't sure if it could work with pci or onboard...but now I am sure it does not. Honestly, I don't...
  12. Replies
    9
    Views
    2,175

    It has been some time since I have played with...

    It has been some time since I have played with KDE, but I think you can right-click on kmenu and select edit menu and add the program there. Or you can add it to the I believe it is called the...
  13. Replies
    9
    Views
    2,175

    yep..locate is a decent tool to use as well..the...

    yep..locate is a decent tool to use as well..the biggest problem I have ran into is if you're not careful with the command options it will spew forth way too much information, like 200 lines of...
  14. I thought thats what redhat81 was after. If...

    I thought thats what redhat81 was after. If he/she was looking for what kernel options are available before compiling the kernel then that is a different story. Maybe should have posed the question...
  15. Replies
    5
    Views
    2,869

    Kind of hard to do that since that is hdparm's...

    Kind of hard to do that since that is hdparm's function in life.


    #hdparm -c 1 /dev/hda --> turn on 32-bit I/O
    #hdparm -d 1 /dev/hda -->turn on DMA mode
    #hdparm -t /dev/hda -->to test setup ...
  16. Replies
    9
    Views
    2,175

    fire up a terminal and... $whereis mbrola...

    fire up a terminal and...

    $whereis mbrola
    http://linuxcommand.org/man_pages/whereis1.html

    Chad
  17. Replies
    4
    Views
    1,767

    http://www.die.net/doc/linux/man/man5/wvdial.conf....

    http://www.die.net/doc/linux/man/man5/wvdial.conf.5.html

    Chad
  18. A .bin is a binary file, for instance you want to...

    A .bin is a binary file, for instance you want to install blahblah.bin, you would first need to make it executable by...

    $chmod a+x blahblah.bin
    then to install...

    $./blahblah.bin
  19. find /lib/modules// -type f...

    find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'

    ...yeah lsmod is for finding loaded modules...my bad, not what you were after. :D

    Chad
  20. Replies
    2
    Views
    926

    Is there any error messages using dmesg? Chad

    Is there any error messages using dmesg?

    Chad
  21. #lsmod Chad

    #lsmod

    Chad
  22. Replies
    5
    Views
    2,869

    Ensure your configuration file was editted...

    Ensure your configuration file was editted correctly...I believe it is /etc/X11/XF86Config-4 to be something like this...


    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor ...
  23. Replies
    32
    Views
    16,477

    I have been following this post, even though my...

    I have been following this post, even though my suggestion was obviously incorrect(more often than not :D), and has headed clear in the opposite direction than what I thought it would have. I have...
  24. Replies
    5
    Views
    948

    Do you get the same result if you cp the file and...

    Do you get the same result if you cp the file and fire up OO.o and open the file without using a file browser? From what I have read, you can check the links below, is there seems to be a bug or two...
  25. Replies
    9
    Views
    1,405

    http://www.apt-get.org/ Chad

    http://www.apt-get.org/

    Chad
Results 1 to 25 of 176
Page 1 of 8 1 2 3 4