Howdy, Stranger!

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


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
Home โ€บ Offers
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

1203204206208209855

Comments

  • @loay said:

    TIL: To check the system's UUID, use the blkid command:

    blkid
    

    Is this guy boting his account?

  • TIL: To monitor disk I/O, use the iostat command:

    iostat
    

  • @rattlecattle said:

    @MrEd said: Nope, its plain average, I used the quickest possible solution :) Just sum up all words of all comments and divide by number of comments.

    Average is fine too. Great work anyway ๐Ÿ‘.
    There should be a special prize for the fine work.

    Well, last time I got a very generous special giveaway - Intel to Ryzen upgrade. So I am now just helping the community :)

    Thanked by 1rattlecattle
  • WELCOME TO PAGE 206 !!

  • TIL: To view real-time file changes, use the watch command:

    watch -n 1 'ls -l'
    

  • TIL: To check network connectivity, use the ping command:

    ping destination
    

    > @codelock said:

    @loay said:

    TIL: To check the system's UUID, use the blkid command:

    blkid
    

    Is this guy boting his account?

    No

  • TIL: To check for available updates on a Red Hat-based system, use the yum command:

    sudo yum check-update
    

  • @MrEd said: Exactly ;) It may also happen if I indexed the page 55 seconds, then you have only 5 seconds left to edit the comment :) Indexed comments are not reindexed, unless I clean up the database and start all over again (what happens when I do the changes).

    Got that. Once a comment is indexed, further edits aren't taken into account unless the db is reindexed. And we don't know at what second of the minute indexing happens, so have to think before posting if aiming for better stats :lol:

  • TIL: To view the contents of a compressed file, use the zcat command:

    zcat file.gz
    

  • TIL: To display the contents of a file in reverse order, use the tac command:

    tac file.txt
    

  • TIL: To search for a file in the updatedb index, use the locate command:

    locate filename
    

  • TIL: To check the status of a RAID array, use the mdadm command:

    mdadm --detail /dev/md0
    

  • TIL: To copy files with progress information, use the rsync command:

    rsync -av --progress source/ destination/
    

  • @rattlecattle said:

    @MrEd said: Exactly ;) It may also happen if I indexed the page 55 seconds, then you have only 5 seconds left to edit the comment :) Indexed comments are not reindexed, unless I clean up the database and start all over again (what happens when I do the changes).

    Got that. Once a comment is indexed, further edits aren't taken into account unless the db is reindexed. And we don't know at what second of the minute indexing happens, so have to think before posting if aiming for better stats :lol:

    Exactly :) And you cannot fix your comment, if it appears to be similar to your previous comment :D

    But with the average word per comments column it is now easier to see, who was participating in discussions, and who were just trying to spam comment count :)

    Thanked by 3loay rattlecattle 0xC7
  • @wudali said:
    Hello, I would like to double the bandwidth.
    Order: 1173593630
    Thanks!

    @dustinc

  • TIL: To monitor and manage services on a systemd-based system, use the systemctl command:

    systemctl
    

  • everyone trying to give more & more information, entertainment, commercials, tech info. ๐Ÿ”ฅ๐Ÿ˜…๐Ÿ‘

  • TIL: To check the system's DNS configuration, use the resolv.conf file:

    cat /etc/resolv.conf
    

  • TIL: To check for open files by a specific user, use the lsof and grep commands:

    lsof -u username
    

  • TIL: To display or set the system date and time, use the date command:

    date MMDDhhmm[[CC]YY][.ss]
    

  • TIL: To check for failed login attempts, use the faillog command:

    faillog
    

  • TIL: To check the system's CPU information, use the lscpu command:

    lscpu
    

  • TIL: To create a RAM disk, use the mount command with the tmpfs filesystem:

    mount -t tmpfs -o size=512M tmpfs /mnt/ramdisk
    

  • @waheed said:

    everyone trying to give more & more information, entertainment, commercials, tech info. ๐Ÿ”ฅ๐Ÿ˜…๐Ÿ‘

    Welcome to the party sirrrrrrrrrr , it is going to go wild soon

    Thanked by 1waheed
  • @codelock said: Why edit when you can repost ๐Ÿคค

    True that. Also works wonders when trying to increase the post count. Can get rid of the edit button totally specifically for this thread. Every edit is a new post. :lol:

  • TIL: To check the status of a network interface, use the ethtool command:

    ethtool eth0
    

  • TIL: To generate strong passwords, use the pwgen command:

    pwgen
    

  • TIL: To display a tree-like structure of directories, use the tree command:

    tree
    

  • @rattlecattle said:

    @codelock said: Why edit when you can repost ๐Ÿคค

    True that. Also works wonders when trying to increase the post count. Can get rid of the edit button totally specifically for this thread. Every edit is a new post. :lol:

    new post instead of edit

  • TIL: To monitor network bandwidth usage, use the nload command:

    nload
    

This discussion has been closed.