LinuxHosted.com
open-menu closeme
Home
VPS Hosting
Shared Hosting
Managed Hosting
About
Contact Us
Privacy Statement
rss
  • How to Install MariaDB on an Ubuntu Linux VPS

    calendar Aug 14, 2026 / Aug 14, 2026 · 6 min read · mariadb mysql database linux vps ubuntu apt sysadmin devops sql  ·
    Share on: twitter facebook linkedin copy

    Two decisions determine how a MariaDB install turns out on a fresh Ubuntu VPS: which repository the packages come from, and whether the post-install hardening script actually gets run. Skip either one and you end up with a database that's either years out of date or wide open by default. This guide covers both paths — …


    Read More
  • SQL Workbench/J: Free Multi-Database Client for a Linux VPS

    calendar Aug 3, 2026 / Aug 3, 2026 · 8 min read · sql database jdbc linux vps sysadmin devops open-source sql-client java  ·
    Share on: twitter facebook linkedin copy

    Command-line clients like psql and the MySQL shell handle a quick query fine, but they start to strain once a Linux VPS admin is juggling more than one database engine, or wants to browse table structures and query history without re-learning another tool's dialect for every server. SQL Workbench/J exists for exactly …


    Read More
  • Valkey vs Redis: Choosing a Cache for Your Linux VPS

    calendar Jul 20, 2026 / Jul 20, 2026 · 6 min read · redis valkey caching linux vps open-source licensing devops sysadmin  ·
    Share on: twitter facebook linkedin copy

    A caching layer is one of those pieces of a VPS stack that people install once and stop thinking about — until the license under which it ships changes and suddenly matters again. That's exactly what happened with Redis, and it's why anyone provisioning a new Linux VPS for a session store, a queue backend, or a query …


    Read More
  • How to Monitor a Linux VPS with Netdata

    calendar Jul 12, 2026 / Jul 19, 2026 · 7 min read · netdata monitoring linux vps sysadmin devops performance observability dashboard  ·
    Share on: twitter facebook linkedin copy

    A VPS with no monitoring installed only tells you about a problem after it has already become one — the process that has been leaking memory for six hours, the disk that filled up overnight, the CPU spike from a runaway cron job three days ago. Netdata closes that gap by collecting and charting server metrics every …


    Read More
  • How to Install Docker on a Linux VPS

    calendar Jul 10, 2026 / Jul 11, 2026 · 6 min read · docker containers ubuntu vps linux devops apt sysadmin  ·
    Share on: twitter facebook linkedin copy

    A stock Ubuntu install ships an ancient Docker package under a different name entirely — docker.io — if it ships one at all, and that package trails months or years behind what Docker actually maintains. The reliable path on a VPS is Docker's own apt repository, which tracks Docker Engine releases directly and gets you …


    Read More
  • journald Logs: Retention, Size Limits and Queries

    calendar Jun 20, 2026 / Jun 20, 2026 · 6 min read · logging journald systemd  ·
    Share on: twitter facebook linkedin copy

    On a systemd-based VPS the journal is not a plain text file you can tail and forget — it is a structured, indexed binary store managed by systemd-journald, and left at its defaults it will quietly grow until it claims a slice of your disk you never agreed to give it. That structure is a feature, not an annoyance: every …


    Read More
  • Linux VPS Disk and Inode Cleanup: du, find, lsof

    calendar Jun 19, 2026 / Jun 20, 2026 · 6 min read · disk-space troubleshooting filesystem  ·
    Share on: twitter facebook linkedin copy

    No space left on device. The error stops your application cold, and the first instinct — delete some logs and move on — usually misses what is actually wrong. A full disk on a VPS is rarely one obvious huge file; it is more often a directory you forgot about, a log that a process is still writing to after you "deleted" …


    Read More
  • Manage Linux Users and sudo Permissions on a VPS

    calendar Jun 18, 2026 / Jun 20, 2026 · 6 min read · security user-management sudo  ·
    Share on: twitter facebook linkedin copy

    Every shared-root server has the same origin story. One person spins up the VPS, a second needs access so they get handed the root password, a contractor joins and gets it too, and within a year nobody can say who logged in last week or who still knows the password that protects everything. When something is deleted at …


    Read More
  • Systemd Timers: Replace Cron Jobs on a Linux VPS

    calendar Jun 17, 2026 / Jun 20, 2026 · 6 min read · systemd scheduling automation  ·
    Share on: twitter facebook linkedin copy

    Cron has scheduled Unix jobs for forty years and it still works, but on a systemd-based VPS it is no longer the only option — and for anything you need to operate rather than just fire-and-forget, systemd timers are the better tool. The difference is not nostalgia versus novelty; it is that a cron job is invisible …


    Read More
  • Logrotate for Nginx and App Logs on a Linux VPS

    calendar Jun 16, 2026 / Jun 20, 2026 · 6 min read · logging nginx disk-space  ·
    Share on: twitter facebook linkedin copy

    1/var/log/myapp/*.log { 2 daily 3 rotate 14 4 compress 5 delaycompress 6 missingok 7 notifempty 8 create 0640 www-data adm 9 sharedscripts 10 postrotate 11 systemctl reload myapp >/dev/null 2>&1 || true 12 endscript 13} That single stanza is the whole job: it keeps two weeks of compressed application logs, never lets …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Recent Posts

  • How to Install MariaDB on an Ubuntu Linux VPS
  • SQL Workbench/J: Free Multi-Database Client for a Linux VPS
  • Valkey vs Redis: Choosing a Cache for Your Linux VPS
  • How to Monitor a Linux VPS with Netdata
  • How to Install Docker on a Linux VPS
  • journald Logs: Retention, Size Limits and Queries
  • Linux VPS Disk and Inode Cleanup: du, find, lsof
  • Manage Linux Users and sudo Permissions on a VPS

Categories

LINUX HOSTING 53 HOW-TO 22 BUYING GUIDES 11 VPS HOSTING 9 SHARED HOSTING 6 MANAGED HOSTING 4 DIGITALOCEAN GUIDES 3 LINUX SERVER SECURITY 3 MANAGED WORDPRESS HOSTING 3

Series

HOW-TO 19 BUYING GUIDES 11 SHARED HOSTING 6 VPS HOSTING 6 DIGITALOCEAN GUIDES 3 LINUX SERVER SECURITY 3 MANAGED WORDPRESS HOSTING 3 LINUX HOSTING 1 MANAGED HOSTING 1

Tags

UBUNTU-22-04 16 WORDPRESS 15 VPS 11 SECURITY 10 LINUX 7 SYSADMIN 6 CPANEL 5 DEVOPS 5 NGINX 3 SHARED 3 SYSTEMD 3 UBUNTU 3 VPN 3 APT 2
All Tags
APT2 AUTOMATION1 BACKUP1 BUDGET-HOSTING1 CACHING1 CLOUD-VPS1 COMPARISON2 CONTABO1 CONTAINERS1 CPANEL5 CRON1 DASHBOARD1 DATABASE2 DEVOPS5 DISK-SPACE2 DOCKER1 FAIL2BAN1 FILESYSTEM1 FIREWALL1 GOOGLE-CLOUD1 JAVA1 JDBC1 JOURNALD1 LETS-ENCRYPT1 LICENSING1 LINUX7 LINUX-VPS1 LINUXHOSTED1 LOGGING2 MANAGED2 MARIADB1 MONITORING1 MYSQL1 NETDATA1 NGINX3 NVME-SSD1 OBSERVABILITY1 OPEN-SOURCE2 PATCHING1 PERFORMANCE2 REDIS1 RSYNC1 SCHEDULING1 SECURITY10 SELF-HOSTING1 SHARED3 SQL2 SQL-CLIENT1 SSH1 SUDO1 SYSADMIN6 SYSCTL1 SYSTEMD3 TLS2 TROUBLESHOOTING1 UBUNTU3 UBUNTU-22-0416 UNMANAGED-HOSTING1 USER-MANAGEMENT1 VALKEY1 VPN3 VPS11 VPS-HOSTING1 WORDPRESS15
[A~Z][0~9]
LinuxHosted.com

Copyright  LINUXHOSTED.COM. All Rights Reserved

to-top