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
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
Godlike VPS
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
Shells Virtual Desktop
Home โ€บ General
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.

Easter Thread: CrunchEaster Peepers

1171172174176177186

Comments

  • @allthemtings said:
    I am here to save the thread with some offers

    it s possibel giv u - https://crankbis.com/

    ๐Ÿ”ธ DDR IGNOR
    ๐Ÿ”ธ PORT 25 PERMANENT OPEN
    ๐Ÿ”ธ FULL FIX
    ๐Ÿ”ธ HATER, BUT FREE SPEAKS ALLOW
    ๐Ÿ”ธ WARNER BROST
    ๐Ÿ”ธ LITERRARY MAKE DAY BETTER

    Nice offer can I have 2?

  • My bank account, crypto wallet & real life pocket at the moment.

  • @Xytronix said:
    I want some lifetime plans for hosting.

    Can anyone do this for me?

    Your life or ... provider's life?

    Thanked by 3FAT32 admax Blembim
  • @FAT32 said:
    i think it is time to end

    This is no longer a megathread, therefore it does not benefit of special rules either.

  • allthemtingsallthemtings Member, Megathread Squad

    @allthemtings said:
    I am here to save the thread with some offers

    it s possibel giv u - https://crankbis.com/

    ๐Ÿ”ธ DDR IGNOR
    ๐Ÿ”ธ PORT 25 PERMANENT OPEN
    ๐Ÿ”ธ FULL FIX
    ๐Ÿ”ธ HATER, BUT FREE SPEAKS ALLOW
    ๐Ÿ”ธ WARNER BROST
    ๐Ÿ”ธ LITERRARY MAKE DAY BETTER

  • @allthemtings said:

    @allthemtings said:
    I am here to save the thread with some offers

    it s possibel giv u - https://crankbis.com/

    ๐Ÿ”ธ DDR IGNOR
    ๐Ÿ”ธ PORT 25 PERMANENT OPEN
    ๐Ÿ”ธ FULL FIX
    ๐Ÿ”ธ HATER, BUT FREE SPEAKS ALLOW
    ๐Ÿ”ธ WARNER BROST
    ๐Ÿ”ธ LITERRARY MAKE DAY BETTER

    K raptor

  • Thanked by 1admax
  • @beanman109 said:
    helo verun
    from a man who lost 80% of his ssh crednetials today bcuz i refuse to pay for termius pro to save my vault

    regards

    I don't think termius is that expensive that you need split it into 12 payments o.O

    on side note: amazing domain, .ai, for loan service.

    Thanked by 1beanman109
  • XytronixXytronix Member
    edited April 2025

    @default said:

    @Xytronix said:
    I want some lifetime plans for hosting.

    Can anyone do this for me?

    Not here.

    There are some lifetime offers on Stacksocial though. With coupon TAKE20 you can reduce the price by 20%.

    unfortunately no dedicated

    how about 10k for a reasonable machine? @crunchbits

  • wadhahwadhah Member, Host Rep

    @nghialele said:

    @allthemtings said:
    I am here to save the thread with some offers

    it s possibel giv u - https://crankbis.com/

    ๐Ÿ”ธ DDR IGNOR
    ๐Ÿ”ธ PORT 25 PERMANENT OPEN
    ๐Ÿ”ธ FULL FIX
    ๐Ÿ”ธ HATER, BUT FREE SPEAKS ALLOW
    ๐Ÿ”ธ WARNER BROST
    ๐Ÿ”ธ LITERRARY MAKE DAY BETTER

    Nice offer can I have 2?

    traitor

  • plumbergplumberg Veteran, Megathread Squad

    Yes

    Thanked by 1nghialele
  • crank.biz

    Thanked by 2wadhah nghialele
  • _MS__MS_ Member
    edited April 2025
  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    Sorry guys... Been busy for a while... Thread still alive :D what did I miss? Have 3K plus notifications so yeah... Not gonna bother to find out myself.

  • plumbergplumberg Veteran, Megathread Squad

    @Saragoldfarb said:
    Sorry guys... Been busy for a while... Thread still alive :D what did I miss? Have 3K plus notifications so yeah... Not gonna bother to find out myself.

    Folks are waiting for your permission to sunset this thread

  • plumbergplumberg Veteran, Megathread Squad

    BTW how is unixsocks coming along @Saragoldfarb

    Thanked by 2Saragoldfarb admax
  • @Saragoldfarb said: Sorry guys... Been busy for a while... Thread still alive what did I miss? Have 3K plus notifications so yeah... Not gonna bother to find out myself.

    Are you here again to let the curtain fall?

    Thanked by 1Saragoldfarb
  • wadhahwadhah Member, Host Rep
    edited April 2025

    So quick overview of my main ansible playbook, it was written with the help of duckduckgo and a lot of deepseek

    do not use ansible's docs, they fucking suck. Just find anything else if you dont want to use AI

    This is what my main setup script does in this order

    1. Create a new user "x" ,
      1. give them passwordless sudo access
      2. add pubkey to new user [it grabs the pubkey from a variable file in the same directory]
    2. Create a new group "y" and add user "x" to it
      1. Limit ssh access to group 'y'
      2. limit sudo and su access to to group 'y'
    3. backup current sshconfig file and put the new file sshconfig file
      1. basically i have my own hardened sshconfig file that follows best practices for SSH servers, I just upload to every new server, it has the user and group whitelisted already baked in
    4. Create a password for root user
      1. this is for VNC and disaster recovery, not for ssh. Root cannot SSH at all.
    5. install and setup fail2ban
      1. create a custom ssh jail for port Z
    6. install and setup ufw
      1. allow custom ssh port (Z) and block everything else
    7. setup uninterrupted updates
      1. and restarts (uninterrupted restarts are a pain but they are a necessary part of security, as I'm told)
    8. setup automatic ntp with good reliable privacy respecting servers
      1. fix the time zone and use the only sane option: UTC
    9. Restarts ssh, ntp, fail2ban, ufw etc

    This script includes 2 files:

    • a hosts file
      1. this basically tells ansible on which server to apply the script
    • a variable file that contains:
      1. ssh port
      1. ssh, su, sudo group name
      1. username
      1. path to the sshconfig file

    My other scripts include a script to setup nodeexporter for grafana monitoring, and another one for some minor security and privacy updates that are boring af. I'm working on a script to automate beszel thanks to @Smigit mentioning it yesterday.

    Here's hoping I inspire you guys to learn it and save yourself the trouble of manually setting up :D

    For you my lovely @plumberg , my lovely @JohnFilch123, and the traitor @nghialele

    I'm also slowly working on a script that benchmarks all my servers every 12 hours and adds the information to grafana, but let's not tell any hosts I am currently with that :D

  • plumbergplumberg Veteran, Megathread Squad

    @wadhah said:
    So quick overview of my main ansible playbook, it was written with the help of duckduckgo and a lot of deepseek

    do not use ansible's docs, they fucking suck. Just find anything else if you dont want to use AI

    This is what my main setup script does in this order

    1. Create a new user "x" ,
      1. give them passwordless sudo access
      2. add pubkey to new user [it grabs the pubkey from a variable file in the same directory]
    2. Create a new group "y" and add user "x" to it
      1. Limit ssh access to group 'y'
      2. limit sudo and su access to to group 'y'
    3. backup current sshconfig file and put the new file sshconfig file
      1. basically i have my own hardened sshconfig file that follows best practices for SSH servers, I just upload to every new server, it has the user and group whitelisted already baked in
    4. Create a password for root user
      1. this is for VNC and disaster recovery, not for ssh. Root cannot SSH at all.
    5. install and setup fail2ban
      1. create a custom ssh jail for port Z
    6. install and setup ufw
      1. allow custom ssh port (Z) and block everything else
    7. setup uninterrupted updates
      1. and restarts (uninterrupted restarts are a pain but they are a necessary part of security, as I'm told)
    8. setup automatic ntp with good reliable privacy respecting servers
      1. fix the time zone and use the only sane option: UTC
    9. Restarts ssh, ntp, fail2ban, ufw etc

    This script includes 2 files:
    1. a hosts file
    1. this basically tells ansible on which server to apply the script
    2. a variable file that contains:
    1. ssh port
    2. ssh, su, sudo group name
    3. username
    4. path to the sshconfig file

    My other scripts include a script to setup nodeexporter for grafana monitoring, and another one for some minor security and privacy updates that are boring af. I'm working on a script to automate beszel thanks to @Smigit mentioning it yesterday.

    Here's hoping I inspire you guys to learn it and save yourself the trouble of manually setting up :D

    For you my lovely @plumberg , my lovely @JohnFilch123, and the traitor @nghialele

    I'm also slowly working on a script that benchmarks all my servers every 12 hours and adds the information to grafana, but let's not tell any hosts I am currently with that :D

    Love you muh lovely @wadhah

    That's superbly thorough and organized. I wish I would have that discipline in practice ๐Ÿ˜•

    I am motivated to take one step forward into secure idling...

    Enough of 123456789O passwords to login with root.

  • @wadhah said:

    @nghialele said:

    @allthemtings said:
    I am here to save the thread with some offers

    it s possibel giv u - https://crankbis.com/

    ๐Ÿ”ธ DDR IGNOR
    ๐Ÿ”ธ PORT 25 PERMANENT OPEN
    ๐Ÿ”ธ FULL FIX
    ๐Ÿ”ธ HATER, BUT FREE SPEAKS ALLOW
    ๐Ÿ”ธ WARNER BROST
    ๐Ÿ”ธ LITERRARY MAKE DAY BETTER

    Nice offer can I have 2?

    traitor

    Lmao was just asking for a fren

    Thanked by 1wadhah
  • wadhahwadhah Member, Host Rep

    @plumberg said: Enough of 123456789O passwords to login with root.

    well that's progress at least :D

    But if anyone needs help setting ansible up just DM me i'll be happy to help

  • @wadhah said:

    @plumberg said: Enough of 123456789O passwords to login with root.

    well that's progress at least :D

    But if anyone needs help setting ansible up just DM me i'll be happy to help

    Will do when stuck, make sure stab me moar tutorials <3

    Thanked by 2wadhah plumberg
  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @plumberg said:

    @Saragoldfarb said:
    Sorry guys... Been busy for a while... Thread still alive :D what did I miss? Have 3K plus notifications so yeah... Not gonna bother to find out myself.

    Folks are waiting for your permission to sunset this thread

    @DP i think its about time.

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @plumberg said:
    BTW how is unixsocks coming along @Saragoldfarb

    Not so good... Was gonna import them from China to the US but all of a sudden the math doesn't work out anymore.

    Thanked by 3plumberg admax Blembim
  • @Saragoldfarb said:

    @plumberg said:

    @Saragoldfarb said:
    Sorry guys... Been busy for a while... Thread still alive :D what did I miss? Have 3K plus notifications so yeah... Not gonna bother to find out myself.

    Folks are waiting for your permission to sunset this thread

    @DP i think its about time.

    No no, let's wait for one last deal please?

  • Good night beautiful people, its been real.

  • plumbergplumberg Veteran, Megathread Squad

    @Saragoldfarb said:

    @plumberg said:
    BTW how is unixsocks coming along @Saragoldfarb

    Not so good... Was gonna import them from China to the US but all of a sudden the math doesn't work out anymore.

    Gotta makem home

    Thanked by 1admax
  • wadhahwadhah Member, Host Rep

    175 is a nice number

This discussion has been closed.