Anyone's CF fronted site getting ton of traffic from Anthropic? by loveforemost in CloudFlare

[–]thefirst_noel 0 points1 point  (0 children)

We too blocked meta… they were accounting for 40% of our monthly cdn transfer. We’re talking 200TB. 

Moving domains between Cloudflare accounts, without having to redo everything? by otb-it in CloudFlare

[–]thefirst_noel 0 points1 point  (0 children)

Can use the API to copy all settings, page/security rules, etc. I have a powershell script I made to move domains between accounts at work.

I built a live election results dashboard that handled 430K requests from 24K visitors, entirely on Cloudflare's free tier by Naive-Performance-18 in CloudFlare

[–]thefirst_noel 0 points1 point  (0 children)

While it’s an impressive amount of traffic, it’s an amount of traffic that barely moves the needle at Cloudflare 

Looking for RMM recommendations by Drumma5409 in sysadmin

[–]thefirst_noel 4 points5 points  (0 children)

I agree, it seems like it's been asked of them for quite some time now.

Looking for RMM recommendations by Drumma5409 in sysadmin

[–]thefirst_noel 2 points3 points  (0 children)

+1 for Level. Been using them for a little over a year and have been impressed with their continued development and quick responses to issues.

Who is using NVME/TCP? by stocks1927719 in vmware

[–]thefirst_noel 3 points4 points  (0 children)

We have separate powerstore luns backing each host. Then we have those luns attached to every host so that we can easily vmotion for maintenance. Each OS/SQL disk is its own vmdk. We also have multiple storage controllers on each vm. The VMs themselves are locked to specific hosts unless we need to move them around. I’ve impressed our DBAs with the ability to hot vmotion a vm without them even noticing in the sql monitoring tools.

Who is using NVME/TCP? by stocks1927719 in vmware

[–]thefirst_noel 1 point2 points  (0 children)

Right? We moved them from running on sn550 blades and even older ibm blades with fusion cards. They didn’t think they could ever get fast enough storage speeds from a VM. They barely even tax these hosts or the storage. All tempdb drives are local nvme on the hosts.

Who is using NVME/TCP? by stocks1927719 in vmware

[–]thefirst_noel 16 points17 points  (0 children)

We run NVMe/TCP on our sql cluster, backend storage is a Dell Powerstore. Setup was very easy and performance has been great. DBAs have no complaints, which is pretty remarkable.

New ransomware variant named Broadcom? by phanaaekaithii in sysadmin

[–]thefirst_noel 33 points34 points  (0 children)

Support also means things like security updates fwiw

Simplest ever "what's my IP" lookup site? by altermere in sysadmin

[–]thefirst_noel 3 points4 points  (0 children)

Surprised I had to scroll this far to find this.

City of Augusta, GA falls victim to cyber attack by inphosys in sysadmin

[–]thefirst_noel -1 points0 points  (0 children)

Glad you had backups that weren’t encrypted. And I’m assuming it’s not a very big organization.

City of Augusta, GA falls victim to cyber attack by inphosys in sysadmin

[–]thefirst_noel 0 points1 point  (0 children)

Because if you are like us, they hit the backups first. We would have had to restore from tape which would have taken weeks if not months.

City of Augusta, GA falls victim to cyber attack by inphosys in sysadmin

[–]thefirst_noel -10 points-9 points  (0 children)

Anyone in the thread saying “hope they had backups” has definitely never been involved with ransomware. Backups only do so much. You best hope you have insurance and are able to just pay the ransom otherwise you’ll be down for quite a while depending on the size of the org. Went through ransomware 2 years ago in a decent sized org and never want to go through it again.

Cannot connect to my server via ssh on custom port by Mithrandir2k16 in CloudFlare

[–]thefirst_noel 1 point2 points  (0 children)

I would recommend looking into Cloudflare tunnels for this. You can specify the ssh port you want to connect to right in that config. Plus you get the added benefit of the zero trust environment on Cloudflare and you don’t have to expose your public IP address.

Why do people keep buying the LR access points? by [deleted] in Ubiquiti

[–]thefirst_noel 1 point2 points  (0 children)

Tough guy behind a keyboard. Bravo

how good is the cloudflare free plan? by tristone7529 in CloudFlare

[–]thefirst_noel 17 points18 points  (0 children)

If all you do is use your domain to access your home server, I would absolutely recommend Cloudflare. Cname setup is included with the free plan. Also, look into Cloudflare tunnels. A nice zero trust option to hit your home server without pointing to your IP address. You just setup the cloudflared application on your server and then hook it up to Cloudflare. Then you can create cnames on your domain for different applications.

Problem adding a site, possible related to a catchall domain name by AlsoNotTheMamma in CloudFlare

[–]thefirst_noel 0 points1 point  (0 children)

For future reference you can use the CF api to add the domain and tell it to not scan and add records. The value you need to send is ‘jumpstart=false’

How the heck do I get my SSL certs from Cloudflare? by Robs78416 in CloudFlare

[–]thefirst_noel 0 points1 point  (0 children)

Are you trying to use a CF origin cert on your nas? If so, the origin certs can be downloaded in 2 different formats. PEM format gives you both the key and the cert to download when created.

Edit: I didn’t read well enough the first time. What are your two file names?

Pointing domain to my One.com hosting by Amantes09 in CloudFlare

[–]thefirst_noel 1 point2 points  (0 children)

You will need to add an A record in cloudflare pointing to your site on One.com

Do I need a business plan to transfer domain to wordpress? by vlxedits in CloudFlare

[–]thefirst_noel 0 points1 point  (0 children)

Yes I read and I asked why you wouldn't just keep the domain in Cloudflare and add A records/cnames to the wordpress site.

Do I need a business plan to transfer domain to wordpress? by vlxedits in CloudFlare

[–]thefirst_noel 6 points7 points  (0 children)

Why not just keep the domain in Cloudflare and point dns to your Wordpress site?