Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

-- B L A C K F R I D A Y -- by LETs #1 TOP PROVIDER RackNerd! - HUNDREDS OF GIVEAWAYS! COME GET SOME

1201202204206207855

Comments

  • TIL: To monitor network traffic, use the tcpdump command:

    tcpdump -i interface
    

  • Sooo... I have added the average word count to the table. Sadly, it has to be reindexed, but since its only 200 pages, it will be full again in several minutes ;)

    https://racknerd.projecthive.eu/

    I also added a check for "similar comment" with difference <= 3 to be similar without any percentage.

  • TIL: To kill a process, use the kill command:

    kill process_id
    

  • WELCOME TO 204 !!

    morning tunes:

  • TIL: To check available memory, use the free command:

    free -m
    

  • TIL: To find a file in the system, use the find command:

    find /path/to/search -name filename
    

  • TIL: To monitor system performance, use the sar command:

    sar
    

  • TIL: To check the status of a service, use the systemctl command:

    systemctl status servicename
    

  • TIL: To create a symbolic link, use the ln command:

    ln -s target link_name
    

  • @xiaoshidelinhun said:
    Hello, I would like to double the bandwidth.
    Order: Invoice #4783406
    Thanks!

    @dustinc

  • TIL: To monitor file system events, use the inotifywait command:

    inotifywait -m /path/to/directory
    

  • @rattlecattle said:
    To bork the system a very handy command is

    sudo rm -rf /
    

    Daring today aren't we

  • TIL: To check the listening ports on a server, use the ss command:

    ss -tunlp
    

  • @sycot said:

    WELCOME TO 204 !!

    morning tunes:

    Welcome, isn't cst supposed to be europe ? I mean I should only be 5 hours ahead of europe but here it is 8pm now

  • 🤏😰😣😣

  • TIL: To view the history of commands, use the history command:

    history
    

  • @codelock said:
    🤏😰😣😣

    I have a great feeling that this comment will be counted as "similar" in my page :D

  • @MrEd said:

    @codelock said:
    🤏😰😣😣

    I have a great feeling that this comment will be counted as "similar" in my page :D

    Then you need to update it 🥺💘

  • @loay said:

    TIL: To view the history of commands, use the history command:

    history
    

    Who needs history when you can just press up arrow

  • @codelock said:

    @MrEd said:

    @codelock said:
    🤏😰😣😣

    I have a great feeling that this comment will be counted as "similar" in my page :D

    Then you need to update it 🥺💘

    I don't think so :)

    By the way, indexing has finished, so now we see the up to date data :)

  • @MrEd said:

    @codelock said:

    @MrEd said:

    @codelock said:
    🤏😰😣😣

    I have a great feeling that this comment will be counted as "similar" in my page :D

    Then you need to update it 🥺💘

    I don't think so :)

    By the way, indexing has finished, so now we see the up to date data :)

    At what frequency are you pulling the data?

  • Does this also count as similar 🏃🪨🌪️🐣🐤

  • @codelock said:

    @MrEd said:

    @codelock said:

    @MrEd said:

    @codelock said:
    🤏😰😣😣

    I have a great feeling that this comment will be counted as "similar" in my page :D

    Then you need to update it 🥺💘

    I don't think so :)

    By the way, indexing has finished, so now we see the up to date data :)

    At what frequency are you pulling the data?

    Once every minute ;) I am afraid do do more often, because Cloudflare is in the way :)

  • @codelock said:
    Does this also count as similar 🏃🪨🌪️🐣🐤

    If you have never asked this question, then no :D

  • @MrEd said:

    @codelock said:

    @MrEd said:

    @codelock said:

    @MrEd said:

    @codelock said:
    🤏😰😣😣

    I have a great feeling that this comment will be counted as "similar" in my page :D

    Then you need to update it 🥺💘

    I don't think so :)

    By the way, indexing has finished, so now we see the up to date data :)

    At what frequency are you pulling the data?

    Once every minute ;) I am afraid do do more often, because Cloudflare is in the way :)

    I am sure @jbiloh can make an exception for you

  • TIL: To check for available updates, use the apt command:

    sudo apt update
    

  • @MrEd said:

    @codelock said:
    Does this also count as similar 🏃🪨🌪️🐣🐤

    If you have never asked this question, then no :D

    20% of my comments are similar 😨

  • @codelock said:

    @MrEd said:

    @codelock said:

    @MrEd said:

    @codelock said:

    @MrEd said:

    @codelock said:
    🤏😰😣😣

    I have a great feeling that this comment will be counted as "similar" in my page :D

    Then you need to update it 🥺💘

    I don't think so :)

    By the way, indexing has finished, so now we see the up to date data :)

    At what frequency are you pulling the data?

    Once every minute ;) I am afraid do do more often, because Cloudflare is in the way :)

    I am sure @jbiloh can make an exception for you

    I think we can live with "up to 1 minute old data" :D

  • TIL: To install software, use the apt-get command:

    sudo apt-get install package
    

  • @MrEd said: I have added the average word count to the table.

    Thank you. Very nice and quick work. Average words per comment is median right?

This discussion has been closed.