LowEndBox - Cheap VPS, Hosting and Dedicated Server Deals

OpenBSD 7.1 Released!

Tags: , , Date/Time: April 21, 2022 @ 12:51 pm, by raindog308

OpenBSD 7.1OpenBSD 7.1 has been released!

For those unfamiliar with this OS, OpenBSD was forked from NetBSD in 1995.  In the BSD landscape, FreeBSD is the 800 pound gorilla, and OpenBSD is more of a niche OS focused on security and correctness.  The project has released a ton of innovative projects, many of which have gone on to become core components in other operating systems.  I’m referring to little things like OpenSSH, OpenBGPD, LibreSSL, and many others.  They’ve also developed many interesting OS technologies, such as memory protections and pledge (an alternative approach to enhanced security like selinux).

What I’ve always loved about the project is its gorgeous documentation.  Not that a man page is gorgeous per se but when the man page matches the code and missing documentation is considered a serious bug, I’m in love, especially wading through the garbage dump that is Linux OS documentation.  Add in their continuous code audits and OpenBSD is a very cool project.

This is the 52nd(!) release.  New features include:

  • Support for Apple Silicon!  Yes, run OpenBSD on your Apple M1.  You can do this with Linux also but OpenBSD has been working on getting their OS on Apple Silicon almost since the moment it was released and I think they’re further along.
  • More support for ARM architecture.  Yes, OpenBSD has supported the Raspberry Pi for a while now.
  • As always, many OS and SMP improvements, as well as many new improvements for vmm, which is OpenBSD’s native hypervisor.

There’s much more, so read the release notes.  Alas, no song this time but there are shirts.

MyRootPw: Cheap Discounted Blesta Licenses!

Tags: , , , Date/Time: April 21, 2022 @ 12:00 am, by raindog308

MyRootPw Logo

We had an offer from MyRootPw earlier this month but they’ve got a completely different offer to share with you: discounted Blesta!

Blesta is one of the leading WHMCS competitors, and if you’d like to know more about it, check out our interview with Blesta’s founder (hint: you’ll learn where the name “Blesta” comes from!).

Prices start at 10 €/month which if you do the math is a discount over Blesta’s list price, and discounts for buying an owned license as well!

BTW, being a Blesta reseller is completely legit, unlike some other big software packages which have pulled back their reseller support (for example, oh, let’s see, who could it be, oh yes…WHMCS).  Blesta offers some hefty discounts if you’re selling in volume so it’s a viable business model.

Their Terms of Service is available on their web site. They accept PayPal, Stripe, GoCardless, Crypto (via coinpayments.net), Wire Transfer (IBAN/SEPA).

Here’s a little about MyRootPw in their own words:

“The focus of MyRootPW is to provide quality IT-Solutions with a focus on Reliability, Performance and Security.

With MyRootPW you can can deploy dedicated servers or choose webhosting plans in one of 3 Locations:
– Vienna/Austria
– Apeldoorn/Netherlands
– Kansas-City/United States)

Other Services offered include LIR-Services, Blesta Licenses as well as bespoke IT-Solutions according to your needs.

Are you ready #Choose, #Configure, #Deploy with MyrootPW today?

Today’s Offer: Blesta

Blesta Licenses (Client-Management, Billing) at affordable Prices.  Choose one of the best cient-management and billing solutions available to the hosting industry today.”

Now read more to see the offers!

(More…)

Expansion Of A Successful Dedicated Server and Colocation Provider: Interview with @Ian_Dot_Tech of LevelOneServers!

Tags: , Date/Time: April 20, 2022 @ 12:29 am, by Not_Oles

LevelOneServers logo

LevelOneServers’ recent expansion into Tampa, Florida enables them to play a larger part in the Low End. LevelOneServers was featured here at Low End Box in July, 2021. We invited LevelOneServers to return so we could hear the story behind their recent Florida expansion and find out what’s coming next for LevelOneServers! Here is what @Ian_Dot_Tech from LevelOneServers shared with us:

Hey Tom,

I would like to thank you, Jon, and the entire team at LowEndBox for inviting us back for another interview. The interview topic is definitely an exciting one for me with how recently we expanded into Tampa, FL. I hope during this interview I am able to shed some light on our efforts to find a new location and the thought process behind it.

(More…)

Ramdisks: Why You Might Enjoy One, Plus a Performance Puzzler

Tags: , , , , , Date/Time: April 19, 2022 @ 12:00 am, by raindog308

A ramdisk – or if you prefer, RAMdisk – is a method of taking a section of memory and treating it as disk.  If you think about it for a moment, the pros/cons should be obvious:

  • RAM is much faster than even the fastest disk, so operations on the ramdisk are much faster than when using NVMe, SSD, and certainly spinning disk.
  • However, RAM is also volatile.  If the server reboots or crashes, anything on the ramdisk is lost.

Ramdisks are excellent places to keep caches, session files, and other ephemeral data.  I’ve even setups where people keep database journal on ramdisk (i.e., the Postgres write-ahead log, Oracle redo logs, etc.), which systems around them to copy to permanent storage and restore as part of shutdown/startup and perform frequent backups in case there is a crash.

Let’s look at setting up and using a ramdisk.  For fun, I fired up a big 24GB Linode system:

root@bigmem:~# free -m
               total        used        free      shared  buff/cache   available
Mem:           24049          65       23913           0          70       23732
Swap:            511           0         511

You’d probably think you need to reconfigure the system and reboot, but it’s much simpler.

root@bigmem:~# mkdir /ramdisk
root@bigmem:~# mount -t tmpfs -o size=16G ramdisk16 /ramdisk
root@bigmem:/ramdisk# df -h /ramdisk
Filesystem      Size  Used Avail Use% Mounted on
ramdisk16        16G     0   16G   0% /ramdisk

That’s really all there is to it.   Note that “ramdisk16” here is an arbitrary name I’ve chosen.  I believe this parameter is required because of the general form of the mount command (which is “mount [type] [options] [device] [mountpoint]”).  There is no “device” per se, so a placeholder is used.

Note that the term “ramdisk” a little misleading because you’d think you’d get some kind of /dev/sdX or whatever device to make a filesystem on, etc.  You could think of a ramdisk as really more of a “ram filesystem” on a pre-created disk.

I can do anything I want now with /ramdisk – create directories, add files, etc.  But when I unmount it (or the system reboots), all is lost.  I can make the entry permanent in /etc/fstab, but of course all this means is that the ramdisk will be re-created upon reboot as an empty mount:

ramdisk16  /ramdisk  tmpfs  defaults,size=16G  0  0

So, is it really any faster?  Let’s see.  And stay tuned for a head-scratcher! (More…)

ReliableVPS: 4GB RAM VPS in Manhattan, New York as Cheap as $7.67/Month!

Tags: , , , , Date/Time: April 18, 2022 @ 12:00 am, by raindog308

ReliableVPS Logo

ReliableVPS has returned! We last featured them back on Black Friday 2021.  This time they’ve got some nice VDS offers.  Also known as VPS.  One of these days I’m going to have to run a poll on terminology because some people say VDS but I think VPS is more typical now.

Yadda yadda @raindog308 stop blabbering and GIVE US THE DEAL.  Very well:

  • 4GB RAM, 64GB SSD, 30TB (!) Transfer…for $8.99/month or $7.67/month if you go annual!
  • 8GB and 16GB Packages available, too!

ReliableVPS is registered in USA. Their Terms of Service is available on their web site. They accept PayPal, VISA/MASTER/AMEX/Discover, Cryptocurrency.

The LEB community thrives on reports from our readers about the companies they patronize, so please comment below about your experience with ReliableVPS.

Now read more to see the offers!

(More…)

How To Become A Successful Solo Low End Hosting Provider! — How One Guy Is Succeeding In 2022!

Tags: , Date/Time: April 17, 2022 @ 5:05 pm, by Not_Oles

Tom Not Oles

Back in December 2019 I spotted on Low End Talk a great offer for bare metal servers from OVH’s SoYouStart brand. As I looked at the ad, I wondered:

  • Could one guy, working solo, become a successful hosting provider?
  • Could that one guy enjoy a ton of computer learning and also actually earn 💰 profit 💰 without allocating way too much time?

It seemed like the best way to find the answer was to try! So, I rented two SoYouStart servers and began my journey toward becoming a hosting provider. Here is what has happened so far and what’s happening right now:

The SoYouStart Days
The two SoYouStart servers that I rented were Xeon D-1521 machines. Each had 32 GB of ECC RAM and two 2 TB spinning rust disks. They cost about $30 per month each.

I began by installing Proxmox on both servers and giving away accounts for free. Then I transitioned to charging.

I made a very simple website, srvr.ovh, which still can be seen on archive org. I sold a five dollar per month plan and a ten dollar per month plan.

To make a long story short, a few folks purchased services. Many people were openly unenthusiastic because the servers lacked both the fastest Ryzen CPUs and the latest, fastest NVMe disks. Others were unenthusiastic because the plans were LXC instead of KVM.

Additionally, I didn’t have any Customer Management System. And I was asking customers to use Proxmox’s “classic style” web GUI as a VM Control Panel.

The lack of the CMS and CP wasn’t because I didn’t want them! I omitted those because I didn’t find good, modern, open source solutions.

The SoYouStart Days ended abruptly when OVH’s outgoing spam filtration falsely flagged an email I sent to a customer in reply to a question the customer had emailed to me.

The falsely flagged email caused great difficulty for me! My customer, who had no way of knowing my reply had been killed, filed a chargeback!

(More…)

Obsidian vs. Joplin vs. Notion vs. Evernote vs. OneNote vs. Apple Notes

Tags: , , , , , , Date/Time: April 17, 2022 @ 2:37 am, by raindog308

PIM ToolsIn this “unscripted” LowEndBoxTV episiode, @raindog308 makes an in-depth comparison of these popular personal information management tools.

Learn

  • Why he loves Notion…and cried when he had to let it go
  • Why some products feel more future-proof than the others
  • Which product’s logo he has in a T-shirt
  • Which product may have been named after a secret order of intelligence operatives (but actually…or is it allegedly?!?…was not)

Special guest star: Steve Martin’s stunt double.

Enjoy this episode, and if you do, please remember to subscribe!

Join the MEGA Deal Chat on LowEndTalk Happening Now!

Tags: , , Date/Time: April 16, 2022 @ 11:55 pm, by Jon Biloh

Happy Easter!

Did you know there’s an “Easter Megathread” on LowEndTalk right now?

There will be exclusive deals published directly by our community hosts, so be sure to check out the deals and show some support!

The LowEndTalk Megathread concept is a massive tradition in our community, and it happens only a few times per year (Black Friday, Cyber Monday, New Years, Easter, etc).

A little history:

  • In 2018, @Nekki hosted it and peppered us with Emma Watson memes and gifs
  • In 2019, he returned and switched it up to K-Pop
  • In 2020, @FAT32 hosted an amazing Year of Chaos edition, with flash deals dropping at random intervals
  • In 2021, @FAT32 hosted again and the Megathread received the most views ever

For this Easter LowEndTalk administrator @FAT32 is at it again, hosting the whole thing.

LET Megathrad button

Is Social Media a Failed Experiment?

Tags: , , , Date/Time: April 15, 2022 @ 4:58 pm, by raindog308

Social MediaWhen I heard that Elon Musk is toying with the idea of buying Twitter, I wondered why he’d want it.  I suppose he thinks on grander societal scales than I do, and perhaps he sees some strategic use for the platform.

Personally, I wonder if social media is a failed experiment.

This sounds flippant but knowing how humans think leads me to believe that the present state of social media is ultimately where social media will always be.  I’m not talking about the web itself, because it’s too large and fragmented and it doesn’t coalesce people the way SM does.  I’m thinking of Twitter, Facebook, and their ilk.

As I see it, SM only plays out one of two ways.

First, you have the Open Platform scenario.   Here I’m thinking of Twitter.  The problem with this scenario is that the platform is inevitably flooded with

(a) People who are politically, religiously, or socially passionate about causes, and the more passionate they are they more they participate because their fervor leads them to post more.  These communities are also far larger than they are on the Internet in general (where one can easily avoid visiting a web site) or in offline life because these platforms bring together people from many disparate geographies and continually welcome new people who’d otherwise never discover them.

(b) Corporations who have the resources to manage social media as an advertising/publicity platform and an outspend others to make sure that their brand is promoted and robustly defended

(c) Government subversives who have practically unlimited resources to manipulate the platform subtlety, explicitly, periodically, continually, or however else they choose.

(d) The platform itself – or others, who develop scrapers, API interfaces, whatever with or without the platform’s consent or abetting – which plunders user’s privacy.  Even platforms where the main modus operandi is public (e.g., Twitter) can still harvest all kinds of information through cookies, trackers, etc.

In short, very quickly the platform is not really very social but more an arena of competing megaphones, angry mobs, hucksters and shills, and crusades.  This to me seems inevitable because those with the time (passionate people), financial power (corporations, governments), or devious self-interest (the platform itself) are going to dominate.

So what’s scenario two?  Maybe we should just put in some rules to exclude the really bad stuff, and let people make their own channels or filters so that they can interact with only groups and people they want to interact with.  Ah, you mean Facebook.

(More…)

Low End Detectives: IP Address of Low End Talk Phishing Attacker Revealed In Just 5 Minutes!

Tags: , , , , Date/Time: April 15, 2022 @ 12:30 am, by Not_Oles

The Phishing Attack

On April 9, 2022, some not-so-nice ungentleman went phishing. As announced on Low End Talk, phishing emails were received by several Low End Talk members.

The phishing emails falsely stated that Low End Talk members needed to validate their account passwords. Then the emails asked Low End Talk members to enter their email addresses and Low End Talk passwords into a web form.

Presumably, anyone who followed these fake instructions handed his password over to the attackers. Low End Talk members may ask the Low End Talk Support Desk for a password reset.

Who was the Black Hat that did this? How much can we Low End Detectives find out about him in 5 minutes? Quite a bit!

(More…)

Older Posts »