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

1200201203205206855

Comments

  • TIL: To check disk space usage, use the df command:

    df -h
    

  • sycotsycot Member
    edited November 2023

    @sh97 said:

    @sycot said:

    @codelock said:
    Btw, what should I do with my racknerd vpses? All of them are idle currently any cool ideas?

    I'm looking for cool ideas myself. lemme know if you come up with any

    Try self hosting small apps.

    so far that's been my main thing. currently self-hosting audiobookshelf, seed box, syncthing, discord bots, and some game servers.

    I need to move my calibre server from my PC. trying to decide if I want to keep ebooks separate from audiobooks or if I should see about combining them.

    are there any apps you think are fun or cool that you'd recommend me?

  • TIL: To monitor system resources, use the top command:

    top
    

  • Xoxo

  • TIL: To display network configuration, use the ifconfig command:

    ifconfig
    

  • @loay said:

    TIL: To monitor system resources, use the top command:

    top
    

    htop is better imo

    Thanked by 1loay
  • TIL: To add a user to a group, use the usermod command:

    usermod -aG groupname username
    

  • TIL: To change file permissions, use the chmod command:

    chmod permissions filename
    

  • TIL: To compress and decompress files, use the tar command:

    tar -cvf archive.tar.gz files
    

  • @sycot said:

    @loay said:

    TIL: To monitor system resources, use the top command:

    top
    

    htop is better imo

    Agree

  • TIL: To check system logs, use the journalctl command:

    journalctl
    

  • TIL: To schedule tasks, use the cron and crontab commands:

    crontab -e
    

  • TIL: To list running processes, use the ps command:

    ps aux
    

  • rattlecattlerattlecattle Member
    edited November 2023

    top, htop, iotop, bashtop, gtop, ...

    For a change we also have bottom.
    https://github.com/ClementTsang/bottom

    Thanked by 3loay sycot 0xC7
  • TIL: To check the system's IP address, use the ip command:

    ip addr show
    

  • TIL: To restart a network interface, use the ifdown and ifup commands:

    sudo ifdown interface && sudo ifup interface
    

  • TIL: To list open ports and the programs using them, use the netstat command:

    netstat -tulpn
    

  • @sycot said:

    @codelock said:
    @sycot which timezone btw?

    CST reporting in ๐Ÿซก

    Let's go don't let this thread down

  • Nobody welcomed page 203

  • ๐Ÿซก๐Ÿ‹๐ŸŽจ๐Ÿ–๏ธ

  • Don't let me down is a very popular song ๐Ÿคค

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

  • To bork the system a very handy command is

    sudo rm -rf /
    
    Thanked by 1loay
  • @codelock said:
    Nobody welcomed page 203

    I'll be on top of it for 204 :)

  • @codelock said:
    ๐Ÿซก๐Ÿ‹๐ŸŽจ๐Ÿ–๏ธ

    baby shark do do do doooo baby shark do doo

  • I'm rate limited by cloudflare

  • @loay said:
    I'm rate limited by cloudflare

    rate limited not such a bad thing ;)

  • @loay said: I'm rate limited by cloudflare

    LET has its own rate limit too. Like 4 posts in a couple of minutes or so.

  • To check system information, use the uname command:

  • @rattlecattle said:

    @loay said: I'm rate limited by cloudflare

    LET has its own rate limit too. Like 4 posts in a couple of minutes or so.

    Yes, but this was by Cloudflare :'(

This discussion has been closed.