#baremetal — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #baremetal, aggregated by home.social.
-
Оценка скорости реакции RTOS на события
продолжение темы RTOS, начало см. https://habr.com/ru/posts/1060466/ https://habr.com/p/1062346/ Получив результат, а именно, запуск SMP версии RTOS, задался вопросом, а какая же плата в виде ухудшения временнЫх характеристик взимается за межъядерное взаимодействие сервисов RTOS? Достал из пыльного чулана давно написанный тест производительнсти сервисов RTOS и причесал с целью использования в одно- и много-ядерном режиме.
-
El sesgo tecnológico actual es absurdo: muchas organizaciones prefieren el gasto recurrente y la dependencia de plataformas de terceros antes que gestionar su propia infraestructura.
Le tienen más miedo a asumir la responsabilidad técnica que al desperdicio financiero. La soberanía digital no solo ahorra recursos, expone la inercia del sector. ⚙️
#SelfHosted #DeClouding #SysAdmin #Linux #OpenSource #BareMetal #SoberaniaDigital #DevOps
-
La «repatriación de la nube» ya es una realidad. Pagar fortunas por servicios en AWS o Azure sin entender el motor debajo ya no es sostenible.
Cada vez más empresas están volviendo al hardware propio y a la administración Bare Metal: menor costo, cero dependencia y soberanía real sobre los datos.
El control volvió a la infraestructura propia. ⚙️
#DeClouding #BareMetal #Linux #SelfHosted #DevOps #SysAdmin #OpenSource #Privacidad
-
¿Docker o Bare Metal para un servidor de Minecraft? 📦 vs 🖥️
Docker (usando imágenes como itzg/minecraft-server) es ideal para aislamiento y despliegue rápido. Sin embargo, en servidores con cientos de plugins o modpacks pesados, el acceso directo en Bare Metal exprime cada ciclo de CPU al reducir el overhead de E/S.
La arquitectura manda. ⚙️
#SelfHosted #Minecraft #Docker #BareMetal #Linux #SysAdmin #DevOps
-
RTT без JLINK
“Обнаруженный в кустах рояль” под названием IAR i-Jet TRACE позволяет полноценную отладку SMP (Symmetric Multiprocessing) приложения, запущенного на нескольких ядрах многоядерного процессора, в данном случае это Allwinner T113. Полноценная это значит: возможность старт-стоп отдельно каждого ядра, установка breakpoints для каждого ядра, просмотр регистров каждого ядра
-
Stop burning money on raw TFLOPS—Generative AI inference is memory-bound!
While NVIDIA H100 and H200 share identical compute, memory bandwidth changes everything:
• H200 (141GB HBM3e @ 4.8 TB/s) gives 1.9x faster LLM inference
• 1.1 TB node VRAM fits 70B parameter models without sharding
• Zero 84°C thermal throttling using high-density bare metal cooling
• No 10–15% cloud hypervisor tax for maximum token output speeds -
Stop burning money on raw TFLOPS—Generative AI inference is memory-bound!
While NVIDIA H100 and H200 share identical compute, memory bandwidth changes everything:
• H200 (141GB HBM3e @ 4.8 TB/s) gives 1.9x faster LLM inference
• 1.1 TB node VRAM fits 70B parameter models without sharding
• Zero 84°C thermal throttling using high-density bare metal cooling
• No 10–15% cloud hypervisor tax for maximum token output speeds -
Ditch JVM bloat! ⚡ Deploy C++ Typesense on bare metal for sub-50ms latency without Elasticsearch RAM lag.
SRE Bare Metal Blueprint:
• Vector RAM: Calculate 7 Bytes × Dims × Records (+15% OS buffer)
• Docker Fix: Override limits with nofile: 65535 to stop drops
• SSL Trap: Map fullchain.pem for backend API trust
• K8s Fix: Use startupProbe for index RAM loadingScale AI search on bare metal!
🔗 https://www.servermo.com/howto/deploy-typesense-bare-metal/
#Typesense #Elasticsearch #DevOps #SysAdmin #Kubernetes #BareMetal #ServerMO
-
🤖💻 Frame: Un nou server grafic X11 pentru Linux scris în întregime în Assembly
Într-o epocă în care industria Linux migrează masiv către Wayland și dezvoltă software complex în limbaje moderne, un proiect incredibil vine să zguduie status quo-ul prin tehnica pură: Frame. Acesta este un server grafic compatibil X11, scris de la zero în întregime în Assembly (ASM).
Proiectul reprezintă un tur de forță ingineresc, demonstrând ce se poate obține atunci când elimini complet straturile intermediare de cod, compilatoarele greoaie și dependințele masive, vorbind direct pe limba procesorului.
Iată caracteristicile uluitoare ale acestui proiect minimalist:
🔹 Performanță brută și latență zero
Deoarece codul este scris direct în Assembly, Frame ocolește toate optimizările (sau limitările) pe care un compilator de C sau C++ le-ar impune.Latență minimă: Timpul de răspuns între input-ul utilizatorului (mouse/tastatură) și randarea pe ecran este redus la minimul absolut permis de hardware.
Fără supraîncărcare (Zero Overhead): Serverul nu încarcă biblioteci externe gigantice, scăzând drastic numărul de instrucțiuni executate de procesor pentru fiecare cadru (frame) randat.
🔹 Dimensiune microscopică a binarului
Spre deosebire de serverul clasic Xorg, care are nevoie de zeci sau sute de megabiți de biblioteci și dependențe pentru a funcționa, binarul executabil al Frame ocupă doar câțiva kilobiți. Întregul server grafic poate fi stocat pe o veche dischetă, fiind probabil cel mai mic server de afișare funcțional creat vreodată pentru Linux.🔹 Compatibilitate cu protocolul X11
În ciuda naturii sale experimentale și a limbajului de nivel jos în care este scris, Frame implementează elementele de bază ale protocolului X11. Acest lucru înseamnă că poate, teoretic, să comunice cu clienți X standard, permițând rularea aplicațiilor grafice de bază din ecosistemul Linux direct pe această fundație ultra-ușoară.🔹 Eficiență extremă a resurselor
Consumul de memorie RAM al serverului se măsoară în câțiva megabiți (sau chiar mai puțin în modul idle), făcându-l o opțiune fascinantă pentru:Sisteme integrate (Embedded): Dispozitive cu resurse hardware extrem de limitate, unde fiecare octet de RAM contează.
Sisteme de restaurare și recuperare: Medii de boot minimale care au nevoie de o interfață grafică rapidă, fără a încărca RAM-disk-ul.
Frame este un proiect manifest dedicat programării retro-futuriste, o dovadă vie că optimizarea extremă nu a murit și că bătrânul protocol X11 poate fi reinventat în cel mai pur mod cu putință.
#OpenSource #FrameServer #Assembly #X11 #LinuxGraphics #BareMetal #LowLevel #Minimalism #TechNews #Linuxiac
-
🤖💻 Frame: Un nou server grafic X11 pentru Linux scris în întregime în Assembly
Într-o epocă în care industria Linux migrează masiv către Wayland și dezvoltă software complex în limbaje moderne, un proiect incredibil vine să zguduie status quo-ul prin tehnica pură: Frame. Acesta este un server grafic compatibil X11, scris de la zero în întregime în Assembly (ASM).
Proiectul reprezintă un tur de forță ingineresc, demonstrând ce se poate obține atunci când elimini complet straturile intermediare de cod, compilatoarele greoaie și dependințele masive, vorbind direct pe limba procesorului.
Iată caracteristicile uluitoare ale acestui proiect minimalist:
🔹 Performanță brută și latență zero
Deoarece codul este scris direct în Assembly, Frame ocolește toate optimizările (sau limitările) pe care un compilator de C sau C++ le-ar impune.Latență minimă: Timpul de răspuns între input-ul utilizatorului (mouse/tastatură) și randarea pe ecran este redus la minimul absolut permis de hardware.
Fără supraîncărcare (Zero Overhead): Serverul nu încarcă biblioteci externe gigantice, scăzând drastic numărul de instrucțiuni executate de procesor pentru fiecare cadru (frame) randat.
🔹 Dimensiune microscopică a binarului
Spre deosebire de serverul clasic Xorg, care are nevoie de zeci sau sute de megabiți de biblioteci și dependențe pentru a funcționa, binarul executabil al Frame ocupă doar câțiva kilobiți. Întregul server grafic poate fi stocat pe o veche dischetă, fiind probabil cel mai mic server de afișare funcțional creat vreodată pentru Linux.🔹 Compatibilitate cu protocolul X11
În ciuda naturii sale experimentale și a limbajului de nivel jos în care este scris, Frame implementează elementele de bază ale protocolului X11. Acest lucru înseamnă că poate, teoretic, să comunice cu clienți X standard, permițând rularea aplicațiilor grafice de bază din ecosistemul Linux direct pe această fundație ultra-ușoară.🔹 Eficiență extremă a resurselor
Consumul de memorie RAM al serverului se măsoară în câțiva megabiți (sau chiar mai puțin în modul idle), făcându-l o opțiune fascinantă pentru:Sisteme integrate (Embedded): Dispozitive cu resurse hardware extrem de limitate, unde fiecare octet de RAM contează.
Sisteme de restaurare și recuperare: Medii de boot minimale care au nevoie de o interfață grafică rapidă, fără a încărca RAM-disk-ul.
Frame este un proiect manifest dedicat programării retro-futuriste, o dovadă vie că optimizarea extremă nu a murit și că bătrânul protocol X11 poate fi reinventat în cel mai pur mod cu putință.
#OpenSource #FrameServer #Assembly #X11 #LinuxGraphics #BareMetal #LowLevel #Minimalism #TechNews #Linuxiac
-
Hit by VMware renewal hikes? Proxmox VE is the ultimate open-source escape, but naive migrations will brick your data. 🛑
Our SRE blueprint fixes the traps:
• Bypass 503 ESXi API limits via NFS push
• Prevent vTPM cryptographic data loss
• Fix Windows VirtIO boot loopsRun clusters on ServerMO Bare Metal to eliminate hypervisor taxes. ⚡
🔗 https://www.servermo.com/howto/vmware-to-proxmox-migration/
-
At some point, every application became a landlord—and the rent included my privacy, data and increasingly creative interpretations of consent.
So I rented two bare-metal servers, deployed far too many databases, and built one very expensive way to say: my life is not an untapped dataset.
https://augustini.wtf/blog/why-i-built-a-bare-metal-cluster/
#SelfHosting #Privacy #DigitalSovereignty #BareMetal #OpenSource
-
At some point, every application became a landlord—and the rent included my privacy, data and increasingly creative interpretations of consent.
So I rented two bare-metal servers, deployed far too many databases, and built one very expensive way to say: my life is not an untapped dataset.
https://augustini.wtf/blog/why-i-built-a-bare-metal-cluster/
#SelfHosting #Privacy #DigitalSovereignty #BareMetal #OpenSource
-
О Raspberry Pi Pico, RP2040 и Baremetal
В этой статье пойдет речь о первом поколении микроконтроллеров от Raspberry Pi Foundation — RP2040 на основе двух ядер ARM Cortex‑M0+, и о плате, которая базируется на этом чипе — Raspberry Pi Pico. Статья призвана облегчить понимание некоторых принципов работы RP2040 и микроконтроллеров в целом.
-
Stop relying on blind scripts to install Pterodactyl Panel. When they fail, you get a 500 error with no context. 🎮
Our SRE guide walks you through a clean manual deployment on Bare Metal:
• Secure WebSocket console routing (port 8080)
• Fix root file ownership permission traps
• Restore flatlining CPU/RAM telemetry graphsReclaim absolute control over your game hosting performance.
Read the full guide on our site:
https://www.irexta.com/tutorials/install-pterodactyl-panel-bare-metal/ -
Stop relying on blind scripts to install Pterodactyl Panel. When they fail, you get a 500 error with no context. 🎮
Our SRE guide walks you through a clean manual deployment on Bare Metal:
• Secure WebSocket console routing (port 8080)
• Fix root file ownership permission traps
• Restore flatlining CPU/RAM telemetry graphsReclaim absolute control over your game hosting performance.
Read the full guide on our site:
https://www.irexta.com/tutorials/install-pterodactyl-panel-bare-metal/ -
Ich habe seit ca. 5 Jahren Nextcloud stabil laufen. Allerdings nur mit den Standartsapps, also keine externen APPs oder Plugins.
Das schwierigste ist wenn NC, eine PHP-Version braucht die das OS nicht ausliefert, oder nicht die passende DatenbankVersion für die neue NC-Version verfügbar. Das ist doof.
Ehrlich ohne CLI-Kenntnisse lieber Fingerweg vom Selberhosten.
-
Ich habe seit ca. 5 Jahren Nextcloud stabil laufen. Allerdings nur mit den Standartsapps, also keine externen APPs oder Plugins.
Das schwierigste ist wenn NC, eine PHP-Version braucht die das OS nicht ausliefert, oder nicht die passende DatenbankVersion für die neue NC-Version verfügbar. Das ist doof.
Ehrlich ohne CLI-Kenntnisse lieber Fingerweg vom Selberhosten.
-
BareMetal RAM Dumper – Bare-metal x86 tool for Cold Boot Attack experiments
https://github.com/pIat0n/BareMetal-RAM-Dumper
#HackerNews #BareMetal #RAM #Dumper #Cold #Boot #Attack #x86 #Security #Research #Tool
-
BareMetal RAM Dumper – Bare-metal x86 tool for Cold Boot Attack experiments
https://github.com/pIat0n/BareMetal-RAM-Dumper
#HackerNews #BareMetal #RAM #Dumper #Cold #Boot #Attack #x86 #Security #Research #Tool
-
Escape the "cloud tax" and reclaim your CI/CD pipelines! Stop relying on slow, shared CPUs.
We just published a DevSecOps playbook on self-hosting GitHub Actions on ServerMO Bare Metal for massive speed and security.
Highlights:
Rootless Assembly (Kaniko)
Strict Ephemeral Nodes
Local NVMe Caching (20-min builds -> 30s)
OIDC Federation📖 Read the guide: https://www.servermo.com/howto/self-hosted-github-actions-bare-metal/
-
#Crowdsec has been re-enabled on #Midgaard - the #Kubernetes cluster running #MSTDNDK. We're doing this without CloudFlare and virtualization - it's #baremetal and homegrown #firewall all the way.
Should you experience connectivity issues, either as a user or a federated instance, please reach out to us.
-
#Crowdsec has been re-enabled on #Midgaard - the #Kubernetes cluster running #MSTDNDK. We're doing this without CloudFlare and virtualization - it's #baremetal and homegrown #firewall all the way.
Should you experience connectivity issues, either as a user or a federated instance, please reach out to us.
-
🛠️ alexellis/awesome-baremetal
Bare-metal is awesome. Let's share our favourite tools.
Shares a curated list of favorite bare-metal tools for developers, system administrators, and hardware enthusiasts
⭐ Stars: 1910
📅 Last Update: Jun 10, 2026https://github.com/alexellis/awesome-baremetal
#selfhosted #homelab #selfhost #selfhosting #opensource #baremetal #tools
-
Agentic AI destroys old hardware assumptions.
Generative AI demanded massive GPUs. Agentic AI demands extreme CPU core density. Stop overprovisioning expensive accelerators! Learn why:
The 1:8 CPU-to-GPU ratio is dead (1:2 or 1:1 is the future)
GPUs sit idle waiting for CPU orchestration
Autonomous agents require MicroVM sandboxing for security
Public cloud egress fees will bleed your budget
Read the full guide by @irexta:
🔗 https://www.irexta.com/blogs/agentic-ai-cpu-gpu-hardware-requirements/ -
Agentic AI destroys old hardware assumptions.
Generative AI demanded massive GPUs. Agentic AI demands extreme CPU core density. Stop overprovisioning expensive accelerators! Learn why:
The 1:8 CPU-to-GPU ratio is dead (1:2 or 1:1 is the future)
GPUs sit idle waiting for CPU orchestration
Autonomous agents require MicroVM sandboxing for security
Public cloud egress fees will bleed your budget
Read the full guide by @irexta:
🔗 https://www.irexta.com/blogs/agentic-ai-cpu-gpu-hardware-requirements/ -
Migrate Redis to DragonflyDB on Bare Metal
Escape single-threaded database bottlenecks & copy-on-write RAM spikes. This SRE guide details how to unlock multi-threaded scalability:
Docker Fix: Bypass bridge networks using host mode to eliminate NAT latency.
Zero Downtime: Route live traffic smoothly via HAProxy replication.
RAM Safety: Prevent background snapshot OOM spikes.
Read the playbook by @ServerMO:
🔗 https://www.servermo.com/howto/migrate-redis-to-dragonflydb/ -
Optimize AI Cluster Networks with Multi-Rail RoCEv2
Standard Ethernet stalls GPU training with packet drops and ECMP hash collisions. Master the SRE fabric playbook: Bypass the OS kernel with RDMA, enforce lossless PFC (use watchdogs to prevent deadlocks!), and use Multi-Rail PCIe affinity to dedicate physical NICs directly to GPUs.
Read the bare-metal architecture guide by @ServerMO:
🔗 https://www.servermo.com/blogs/multi-rail-rocev2-ai-cluster/#SRE #DevOps #AI #Networking #BareMetal #RoCEv2 #MachineLearning
-
Optimize AI Cluster Networks with Multi-Rail RoCEv2
Standard Ethernet stalls GPU training with packet drops and ECMP hash collisions. Master the SRE fabric playbook: Bypass the OS kernel with RDMA, enforce lossless PFC (use watchdogs to prevent deadlocks!), and use Multi-Rail PCIe affinity to dedicate physical NICs directly to GPUs.
Read the bare-metal architecture guide by @ServerMO:
🔗 https://www.servermo.com/blogs/multi-rail-rocev2-ai-cluster/#SRE #DevOps #AI #Networking #BareMetal #RoCEv2 #MachineLearning
-
Replace Nginx with Pingora: The Enterprise Proxy Playbook
Stop C-based memory leaks and drop CPU overhead by 70%. Fix reload spikes with atomic in-memory updates. Stop work-stealing lock contention on bare metal threads. Prevent OOM panics by bounding memory caches and fix FD mismatches by aligning socket addresses with SNI strings!
SRE Guide by @ServerMO:
🔗 https://www.servermo.com/howto/replace-nginx-with-pingora/#SRE #DevOps #Rust #Pingora #Nginx #BareMetal #SysAdmin #ServerMO
-
Создаем I2C Master Controller на Verilog. Перенос на Zynq 7000 (bare-metal)
После успешной отладки на плате с Cyclone IV пришла пора перенести наработки на плату Zynq Mini c XC7Z020. В этой статье я опишу, каким образом можно организовать вывод нужной нам информации из PS-части Zynq на дисплей который подключен к EMIO на выводах PL. Сделаем обновленный модуль i2c_master_axi который добавляет сверху к уже разработанному ядру поддержку AXI4-Lite Slave, сделаем сборку проекта, подключим их к PS и проверим в bare-metal сценарии. После того как это будет все работать - переходить к Linux уже будет гораздо проще. Всем заинтересованным добро пожаловать под кат!
https://habr.com/ru/companies/beget/articles/1037124/
#zynq7000 #zynqmini #oled #ssd1306 #verilog #baremetal #tutorial #vivado #vitis
-
Deploy Supabase on Bare Metal: Secure Self-Hosted Firebase
Stop Docker firewall bypasses by binding microservices strictly to 127.0.0.1. Fix Nginx regex routing to handle client SDK demands & prevent real-time WebSocket drops. Avoid 502 Bad Gateway OOM crashes with unthrottled hardware. Never reuse default JWT secrets! Escape cloud lock-in.
SRE Guide @ServerMO:
🔗 https://www.servermo.com/howto/self-host-supabase-bare-metal/#SRE #DevOps #Supabase #SelfHosted #Docker #Nginx #Linux #BareMetal
-
Optimize MongoDB on Bare Metal
Disable Transparent Huge Pages to halt database memory freezes, structure your NVMe arrays on XFS, apply NUMA interleaving wrappers, & activate strict TLS to kill plaintext network risks. Increase process limits to 64k via systemd LimitNOFILE overrides to sustain massive geographical replica sets.
SRE Guide by @ServerMO:
🔗 https://www.servermo.com/howto/optimize-mongodb-wiredtiger-xfs/ -
Балансировка входящего трафика на железе: как надёжно вывести K8s наружу с MetalLB, BGP и L2 (подход от Deckhouse)
На bare metal внешний доступ к Kubernetes часто становится головной болью: NodePort с рандомными нестандартными портами не для продакшена, а облачного балансировщика нет. MetalLB превращает обычные узлы кластера в полноценный балансировщик с автоматическим failover. Разбираем режимы BGP и L2, а ещё показываем фишку Deckhouse Kubernetes Platform, которая спасает активные соединения при падении узла.
https://habr.com/ru/companies/flant/articles/1039392/
#nodeport #kubernetes #bgp #metallb #deckhouse_kubernetes_platform #baremetal #балансировка_нагрузки #l2 #nlb #loadbalancer
-
Small but important change in CORTEX LABS: I shrink the bootloader and mouse_driver so now both fits in the boot-sector (512 bytes)! Game is dos/bare-metal agnostic.
-
Small but important change in CORTEX LABS: I shrink the bootloader and mouse_driver so now both fits in the boot-sector (512 bytes)! Game is dos/bare-metal agnostic.
-
Bare Metal als Baustein im SCS-Ökosystem 🔧
Stefan Majer (x-cellent technologies) zeigt beim #SCSSummit2026, wie metal-stack.io souveränes Kubernetes direkt auf Bare Metal liefert, ohne Hypervisor-Schicht.
#OpenSource #SCS #SCSSUMMIT2026 #BareMetal -
Bare Metal als Baustein im SCS-Ökosystem 🔧
Stefan Majer (x-cellent technologies) zeigt beim #SCSSummit2026, wie metal-stack.io souveränes Kubernetes direkt auf Bare Metal liefert, ohne Hypervisor-Schicht.
#OpenSource #SCS #SCSSUMMIT2026 #BareMetal -
Virtualize Game Dev: NVIDIA Blackwell SRE Review
The 48-user VRAM claim on 96GB Blackwell servers is a total illusion. Unreal Engine 5 needs 12-16GB per user just to boot—meaning 6-8 creators max per physical card.
Evade the Broadcom software subscription tax by utilizing open-source Proxmox VE. Implement strict NUMA node pinning to prevent shader compilation crashes from freezing adjacent workspaces.
🔗 https://www.servermo.com/blogs/virtualize-game-development-nvidia-blackwell-server/
-
Virtualize Game Dev: NVIDIA Blackwell SRE Review
The 48-user VRAM claim on 96GB Blackwell servers is a total illusion. Unreal Engine 5 needs 12-16GB per user just to boot—meaning 6-8 creators max per physical card.
Evade the Broadcom software subscription tax by utilizing open-source Proxmox VE. Implement strict NUMA node pinning to prevent shader compilation crashes from freezing adjacent workspaces.
🔗 https://www.servermo.com/blogs/virtualize-game-development-nvidia-blackwell-server/
-
Tired of the predatory commercial virtualization tax?
The industry is migrating to open-source Type 1 hypervisors like Proxmox VE. Our new SRE blueprint on iRexta covers:
✅ Type 1 vs Type 2 architecture
✅ Defending against "VM Escape" side-channel attacks
✅ SR-IOV hardware network partitioning
✅ Running VMs and LXC containers side-by-sideTake control of your infrastructure on Dedicated Servers.
🔗 https://www.irexta.com/blogs/type-1-bare-metal-hypervisors-private-cloud/
-
The difference between 99.9% and 99.99% uptime isn't just a decimal—it’s nearly 9 HOURS of annual downtime vs just 52 MINUTES.
Don't fall for the cloud "SLA Credit" scam, where providers refund $50 while you lose $25,000 during a shared hypervisor outage.
Our iRexta SRE guide covers:
✅ Error Budget math
✅ Defeating the Bathtub Curve
✅ RTO/RPO metrics
✅ Security as Uptime🔗 https://www.irexta.com/blogs/what-99-9-vs-99-99-uptime-really-means/
-
Migrating from Redis to Valkey? Don't just swap the port. Avoid catastrophic data loss by auditing modules first.
Our SRE runbook for a zero-downtime migration on Ubuntu 24.04 is live.
The Blueprint:
✅ Pristine RDB module audits
✅ Deep TLS (v1.2/1.3) ciphers
✅ HAProxy traffic shifting
✅ Prometheus observabilityDeploy on ServerMO Bare Metal for raw memory bandwidth and zero cloud jitter.
Full SRE guide:
🔗 https://www.servermo.com/howto/migrate-redis-to-valkey/#Valkey #Redis #OpenSource #SRE #DevOps #ServerMO #BareMetal
-
2026 UK Bare Metal Audit is live! 🇬🇧
Deploying in the UK needs more than just a brand. For strict GDPR and sub-15ms latency, ServerMO is the #1 choice.
✅ 10+ UK Edge Hubs (Manchester, Edinburgh, etc.)
✅ 100Gbps Unmetered (No egress fees)
✅ Enterprise GPUs: NVIDIA A100, L4, RTX A4000
✅ Full UK GDPR ComplianceFull technical review:
🔗 https://www.servermo.com/blogs/best-uk-dedicated-server-providers-2026/ -
Как развивалась виртуализация в Авито
Всем привет! Меня зовут Ярослав Покрепов , я DevOps-инженер в Авито . Виртуализация — это технология создания изолированных и независимых виртуальных сред на базе физических ресурсов. Виртуализация в Авито — это неотъемлемая часть технического стека, как и во многих других IT-компаниях. На этапе основания Авито виртуализация уже была широко распространённой технологией. Проект нуждался в эффективных и гибких решениях для управления ресурсами, в возможности масштабироваться в будущем и в обеспечении стабильной работы при растущей нагрузке. В этой статье попробую провести читателя от истоков виртуализации в Авито до современных решений и показать, как эти изменения повлияли на архитектуру и возможности компании. Описать общую хронологию развития виртуализации без полного погружения в технические детали — об этом расскажу подробнее в следующих частях. Дисклеймер: ранняя история инфраструктуры компании восстановлена не по документации, а по воспоминаниям инженеров, которые работали в тот период. Это устная история — с допущениями, реконструкцией контекста и попыткой передать факты и логику решений.
https://habr.com/ru/companies/avito/articles/1027504/
#virtualization #proxmox #openvz #lxc #clusterization #ceph #ldap #baremetal #history #avitotech
-
🦝 Ubuntu 26.04 is the new standard for high-performance data clusters.
Still using ZooKeeper & apt-key? Your ClickHouse setup is legacy. Our 2026 blueprint:
✅️ Modern GPG keyrings
✅️ Tiered Storage: NVMe + HDD on Bare Metal
✅️ Native C++ Keeper: Bye Java!
✅️ AI Vector Search: High-Freq CPUsZero cloud egress. Zero throttles.
🔗 https://www.servermo.com/howto/install-clickhouse-ubuntu-26-04/
#ClickHouse #Ubuntu2604 #SysAdmin #DataEngineering #BareMetal
-
Stop renting "Dedicated" servers that are just glorified VPS. 🛑
If you are scaling in APAC, your hardware needs to be as real as your traffic. At #MIGServers, we’re looking at the 2026 infra landscape:
🔹 True Bare Metal: No hypervisor tax.
🔹 Storage: Pure NVMe (SATA is a bottleneck).
🔹 Network: 10Gbps/100Gbps ports for those massive spikes.
🔹 Compute: Intel 14900k or AMD EPYC.Don't settle for marketing fluff. Check the specs first. 🇸🇬💻
https://www.migservers.com/blogs/singapore-dedicated-server-specs/
-
Repórter Retro 124
https://retropolis.com.br/2026/04/29/reporter-retro-124/
#ReprterRetro #68000 #68020 #ActionRetro #AdrianBlack #Agfa #AmstradCpc #Apple1 #AtariSt #BareMetal #CalebeAdventure #Codeolences #DanielFalco #DNS #DockingStation #Emuladores #ENIAC #fMSX #GutBomb #IBM #IBMPCjr #Intel #Intel8085 #KonradZuse #LGP21 #MacSE30 #Macintosh #microsoft #MSXDev #NASDAQ #OldComputersSucked #PCXT #PowerBook #RaspberryPi #RetroCollective #RetroTechChris #SanderSouza #SBC #SunMicrosystems #Tan
-
Running Bare-Metal Rust Alongside ESP-IDF on the ESP32-S3's Second Core
https://tingouw.com/blog/embedded/esp32/run_rust_on_app_core
#HackerNews #Rust #ESP32 #Embedded #Development #BareMetal #ESPIDF
-
Scaling AI agents is a distributed systems nightmare.
Network RTT & the 'N+1 tool calling problem' are the real killers. Sequential loops leave GPUs idle waiting on APIs.
Our blueprint covers:
✅ Collapsing RTT via API proximity
✅ Escaping the O11y 'Log Tax'
✅ Deep eBPF tracing on Bare MetalRead the truth:
🔗 https://www.servermo.com/blogs/scaling-ai-agents-infrastructure/#AI #MLOps #SysAdmin #DevOps #BareMetal #OpenTelemetry #DistributedSystems #eBPF
-
FAKE- or Pseudo PWM - STM32 Bare Metal #9
In this video we will cover handling external interrupts using nothing but bare metal.
#STM32 #BareMetal #Tutorial #Timer #PWM #STM32World #CurrentMakers #Streamline