Root Access Daily
62 subscribers
135 photos
12 videos
146 links
Trench-level VPS tips for webmasters who SSH in and fix it themselves. Cheap droplet stacks, nginx tweaks, and the commands that saved our uptime at 3am.
Download Telegram
Docker vs bare-metal on small VPS
Docker is great for reproducibility, but on a 1GB box every container brings its own libc copy, an extra network layer, and 100-300MB of overhead before your app even loads.
— Run 1-2 sites, want max RAM for PHP/DB: bare LEMP, no Docker
— Juggling conflicting PHP/node versions, ship to other boxes: Docker
I keep prod LEMP bare-metal and use Docker only for one-off tools. RAM is the budget, spend it on the app. Try it tonight.
Forwarded from Natalia
ВПЕРВЫЕ! ТОЛЬКО ОДИН ВЕЧЕР!

🫥ПИАР-ВОЙС В ЭТОМ ЧАТЕ🫥

Участников никто не знает.
Откуда они? Хуй его знает.
Темы — просто пиздец!

• Аналитика на двух лидах
• Слив анлим бюджетов
• Как просрать медийку
• Где найти нормальную работу

• Как закупиться себе в карман

Все это для тех, кто придет на ВОЙС
Как делать PR, маркетинг и деньги в арбитраже трафика

На котором обсудим:
• На что компании еще готовы тратить деньги
• За чье внимание мы вообще конкурируем
• Что действительно работает, а что сливает бабки
• PR vs маркетинг
• Как измерить результаты кампейнов
• Что делать с запросом «хочу, чтобы про нас все знали»


Модераторы: @adv_god @natnetak

NO RESPECT CHAT • 27.08 • 19:00 GMT+3
Please open Telegram to view this post
VIEW IN TELEGRAM
Monit vs Uptime Kuma
Both watch your stack but solve different problems. Monit runs on the box and restarts dead services automatically — nginx crashes, Monit brings it back, no human.
Uptime Kuma is an external dashboard that tells you the whole box is down (Monit can't, it died with it).
— Auto-heal a stuck php-fpm: Monit
— Know when the server vanishes + status page: Uptime Kuma
Run Kuma on a *different* cheap box. Watching yourself is useless. Try it tonight.
Forwarded from AffPapa! Клуб спящих бизнесменов! Потрачено!
Иногда мне кажется, что я работаю не в iGaming, а в похоронном бюро.

Каждый день кто-то приносит очередной продукт и говорит: «У нас почему-то падает LTV.»

Потом открываешь аналитику и понимаешь, что игроки предупреждали об этом ещё месяц назад.

Просто никто не слушал.

Я — Head of Retention. И в своём канале разбираю ошибки, из-за которых команды месяцами теряют LTV, даже не замечая этого.
gzip vs Brotli in nginx
Brotli compresses text 15-25% smaller than gzip at the same speed for static assets — free bandwidth and faster loads. But the nginx Brotli module isn't built in; you compile it or use a package that has it.
— Stock nginx, don't want to recompile: gzip on; gzip_comp_level 5;
— Pre-compress static files once with brotli_static on;: ship .br files, zero runtime cost
Dynamic HTML? gzip level 4-5 is the sweet spot — level 9 burns CPU for ~2% gain. Tune it tonight.
Three (or four) more for the webmaster & site monetization crowd:

@EdgeOfGloryCDN — True stories of sites that went global on a CDN -- the latency drops,…
@CacheCatch — The best caching reads, tools, and configs from around the web,…
@BackupOrDie — Strong opinions on backup strategy, because the people who skip it…
@LockdownLedger — Battle-tested security hardening checklists and SOPs for your sites.…
Follow the ones that fit — they're all part of the same network.
Forwarded from AFF.TOP - про арбитраж трафика и CPA рынок!
This media is not supported in your browser
VIEW IN TELEGRAM
В роликах Youtube теперь можно рекламировать товары Amazone

➡️ Читайте на сайте: https://aff.top/blog/v-rolikakh-youtube-teper-mozhno-reklamirovat-tovary-amazone

🧠 Ещё больше инсайтов → в канале AFF.top
Forwarded from AFF.TOP - про арбитраж трафика и CPA рынок!
This media is not supported in your browser
VIEW IN TELEGRAM
Google выпустил Gemini Omni 1.1 Flash

Google обновил Gemini Omni для генерации видео: модель умеет продолжать сцены с учётом до 10 секунд контекста и собирать ролик до 40 секунд, работать по референсу и делать переходы между кадрами. Главный вывод — инструмент стал практичнее для продакшена, а посекундная цена делает его заметно доступнее для тестов и рабочих задач.

➡️ Читайте на сайте: https://aff.top/blog/google-vypustil-gemini-omni-1-1-flash

🧠 Ещё больше инсайтов → в канале AFF.top
Add swap to a 1GB box without killing the SSD
This $5/mo box OOM-killed php-fpm twice. Fix in 4 commands:
fallocate -l 2G /swapfile && chmod 600 /swapfile
mkswap /swapfile && swapon /swapfile
— Add to /etc/fstab: /swapfile none swap sw 0 0
— Now tune so it doesn't thrash: sysctl vm.swappiness=10 and vm.vfs_cache_pressure=50 in /etc/sysctl.conf
Swappiness 10 means swap is an emergency net, not a crutch. RAM stays the priority, no constant disk writes. Try it tonight.
Forwarded from AFF.TOP - про арбитраж трафика и CPA рынок!
This media is not supported in your browser
VIEW IN TELEGRAM
Топ 5 PWA-сервисов для залива дейтинга

Статья показывает, что PWA выгодны не только для гемблы: в дейтинге они дают пуш-базу, больше траста и помогают маскировать оффер под бренд. Главный выбор зависит от цены инсталлов и теста GEO: для старта лучше бесплатные или дешёвые решения, а Progressier выделяется как самый практичный вариант для залива дейтинга.

➡️ Читайте на сайте: https://aff.top/blog/top-5-pwa-servisov-dlia-zaliva-deitinga

🧠 Ещё больше инсайтов → в канале AFF.top
🔥 Новый участник НеТОПа на AffPapa!
https://affpapa.org/netop

🏆 НеТОП на AffPapa — https://affpapa.org/netop/go/27?src=broadcast
Платный рейтинг индустрии: плати больше — стоишь выше. Займи место в топе за USDT.
💰 Ставка: $100 · сейчас #1 в рейтинге
fail2ban for SSH in 6 lines
My auth.log had 4k failed logins a day. Set this and it dropped to near zero:
apt install fail2ban -y
cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
— In jail.local under [sshd]: enabled = true, maxretry = 3, bantime = 1h, findtime = 10m
— Then bantime.increment = true so repeat offenders get exponentially longer bans
systemctl restart fail2ban
Check the wall of shame: fail2ban-client status sshd. Try it tonight.