Search:

Type: Posts; User: KenJackson

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    795

    See if you have any process that's listening to...

    See if you have any process that's listening to port 80:
    netstat -t4ln If no process is listening to port 80, then that machine isn't forwarding it to 1234.
  2. Replies
    5
    Views
    892

    I remember when 192MB and 850Mhz was considered...

    I remember when 192MB and 850Mhz was considered awesome. But by today's standards you'll find it extremely frustrating. If you do go ahead with this, I recommend you don't try to load X or anything...
  3. You're running 300 separate processes...

    You're running 300 separate processes simultaneously! I've never tried that, but I expect it would be very challenging for any scheduler. On top of that, there's limited bandwidth between your...
  4. Thread: UEFI boot?

    by KenJackson
    Replies
    6
    Views
    5,436

    Are you saying you had to do it from within...

    Are you saying you had to do it from within Windows8? You couldn't do it from the BIOS screen?

    That's scary. What if the disk gets corrupted?

    I have yet to put my fingers on a UEFI PC, but of...
  5. Replies
    2
    Views
    861

    Indeed! You've found a feature of bash that I...

    Indeed! You've found a feature of bash that I stumble over occasionally and annoys me a lot.
    It's something to do with piping into the loop. It seems to make it a separate process or something.
    ...
  6. A lot of files get legitimately modified in some...

    A lot of files get legitimately modified in some way during installation or operation, so I don't worry about them unless there's a problem. Though if you have an MD5 failure, "5", on an executable,...
  7. If the text files all have the same extension,...

    If the text files all have the same extension, you can easily add the -name switch, like this:

    find dir_name -type f -name \*.txt -exec grep -l "phrase" {} \;

    If they they're not so...
  8. Replies
    2
    Views
    804

    Install lynx (http://lynx.isc.org), if you don't...

    Install lynx, if you don't already have it.
    (On Fedora use "yum install lynx" as root.)

    Then try this:

    lynx -dump http://google.com/
  9. This command runs through all the rpms on your...

    This command runs through all the rpms on your system and verifies their contents. But it sometimes reports lots of insignificant stuff, so you could add --nomtime. The nine dots and letters are...
  10. Replies
    1
    Views
    1,222

    Is there a reason you're using your own hardware...

    Is there a reason you're using your own hardware instead of using a hosting company?
    If your primary interest is having a high-availablity site, that would probably be better.

    Though I can see...
  11. Replies
    3
    Views
    1,149

    Exactly. The solution is to put one alias in...

    Exactly. The solution is to put one alias in ~/.profile (or ~/.bashrc) instead of using a separate file:

    alias salias='source ~/.alias'

    But I'm not sure what you gain by making it separately...
  12. Replies
    10
    Views
    2,432

    BTW. I regularly ssh into my home linux PC from...

    BTW. I regularly ssh into my home linux PC from work and from my laptop elsewhere. I do NOT have a static IP, so my home IP address changes every once in a while. But I can always find it.

    How...
  13. Replies
    10
    Views
    2,432

    You are not alone! I wiped my laptop clean and...

    You are not alone! I wiped my laptop clean and installed Fedora Linux immediately after I bought it several years ago.



    It sounds like you are looking for an account you can use SSH into. ...
  14. Replies
    24
    Views
    3,828

    I never heard of skill before. I was going to...

    I never heard of skill before. I was going to congratulate you on the find, but grief! Look how unflattering the man page is:
  15. Replies
    5
    Views
    2,634

    On Fedora (probably works on CentOS too) I...

    On Fedora (probably works on CentOS too) I routinely use yum search to find a package to install. For example, this command lists lots and lots of editors and editor helper packages:
    yum search...
  16. Replies
    5
    Views
    2,924

    It should be in /sbin. But from the fsck man...

    It should be in /sbin. But from the fsck man page: I thought I understood that fsck.ntfs, if it exists, points to ntfsfix. But on my Fedora16 system I see /bin/ntfsck and /bin/ntfsfix both exist...
  17. Buy it--that's good. That will help support the...

    Buy it--that's good. That will help support the people that do the work to bring it to us. Though I suspect most people download it for free and burn a CD.

    But to encourage you, you should...
  18. Replies
    5
    Views
    2,924

    Look for ntfsfix...

    Look for ntfsfix on the CD. I haven't used it, but I think it's what you're looking for.

    If it's not there, you should be able to download it from the Debian repository.
  19. Replies
    14
    Views
    2,116

    I have to use Windows at work and am constantly...

    I have to use Windows at work and am constantly annoyed and disgusted by it.

    One very big annoyance is that keyboard focus seems to frequently get switched away from the window I'm typing in, so...
  20. (As always, backup your system before you start,...

    (As always, backup your system before you start, yada, yada. At least copy all your important files to a USB thumb drive.)

    First, choose a "distro" (distribution) of Linux. Distrowatch.com has...
  21. Replies
    2
    Views
    555

    Yes, Debian does indeed provide both GNU/kFreeBSD...

    Yes, Debian does indeed provide both GNU/kFreeBSD and GNU/Hurd distributions. Though "GNU/UNIX" would seem awkwardly redundant.

    I personally try to use "GNU/Linux" and "free software" as much as...
  22. Replies
    20
    Views
    2,017

    I don't follow. How would SOPA or PIPA help...

    I don't follow. How would SOPA or PIPA help Linux?


    After Windows?
    Some people?
    What about you? Do you actually find using Windows preferable to using Linux?
  23. I enjoy my "putclip" and "getclip" aliases

    Thought I'd share something I find useful.

    Linux has the command-line xclip command, which I find to be much less intuitive that Cygwin's getclip and putclip commands. So I put this in universal...
  24. Replies
    7
    Views
    1,313

    Last night I typed in this command, accepted a...

    Last night I typed in this command, accepted a huge list of updates, did other things while they downloaded, rebooted and went to bed.
    sudo preupgrade-cli "Fedora 17 (Beefy Miracle)" In the morning...
  25. Replies
    7
    Views
    1,313

    Not excited, but interested. I don't pay a lot...

    Not excited, but interested.

    I don't pay a lot of attention, but when I do, I'm in awe of the speed of development these days, and even more in awe at the manner in which the development takes...
Results 1 to 25 of 74
Page 1 of 3 1 2 3
           








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,586
Threads: 3,921
Posts: 9,448
Top Poster: Fred (1,486)
Welcome to our newest member, mortizglez

» Links



Powered by vBadvanced CMPS