Lynxbee topic

System Administration, Security

Upgrade Ubuntu Server or Desktop from the Command Line

Upgrading your Ubuntu installation upgrades system packages, kernel versions, and security patches to the next release. The canonical tool for performing version upgrades from the terminal is do-release-upgrade , which safely updates package repositories, handles dependencies, and cleans up obsolet

Add a Domain to Cloudflare Without DNS Downtime

Cloudflare’s DNS scan is only a starting point. Prevent website and email outages by exporting the authoritative zone, inventorying hidden services, handling DNSSEC in the correct order, deciding which web records should be proxied, validating the replacement zone, and changing registrar nameservers with a tested rollback.

Configure Cloudflare CDN Without Breaking Your Site

Cloudflare improves a site only when DNS, origin TLS, cache eligibility, application state, and performance features agree. Configure the proxy in layers, keep authenticated and personalized WordPress responses out of shared cache, measure each optimization, protect the origin, and retain a tested rollback.

Move a WordPress Site from HTTP to HTTPS

A WordPress HTTPS migration is more than installing a certificate. Move the site without redirect loops or broken media by validating TLS and proxy behavior, backing up, updating URLs with serialization-aware tools, fixing mixed content, publishing one-hop permanent redirects, and monitoring search and application traffic.

Copy Files Between Linux Hosts with SSH

Use scp for a straightforward one-off copy, rsync over SSH for repeatable or resumable directory synchronization, SFTP for interactive/file-oriented workflows, and a tar stream for carefully controlled archive pipelines. The protocol encrypts transport; you still need host verification, least privilege, safe destination semantics, and end-to-end validation.

Fix Apache “ErrorDocument” 404 Failures

The message means Apache could not serve the original request and then failed again while handling that error. Test the custom error URI as an ordinary request, trace the selected virtual host and mapping, fix authorization or rewrites, and verify the final response remains 404.

Engineering weekly

Useful technical knowledge, not inbox noise.

Receive verified fixes, references, labs, and tools. Confirm by email; unsubscribe any time.