Top Self-Hosted Alternatives to Popular SaaS Apps

If you’ve ever wished you could stop paying monthly fees for the apps you rely on, or stop handing over your data to third-party services you don’t fully trust, you’re not alone. More users than ever before are turning to self-hosted apps to replace traditional SaaS tools like Google Workspace, Dropbox, Slack, and others. Whether … Read more

Resetting File Permissions And Ownership On RPM-Based Linux Systems

If you’ve come here looking to fix an errant recursive chmod or chown command on an RPM-based Linux system, then here is the quick solution. Run the following commands using root privileges: The –setugids option to the rpm command sets user/group ownership of files in a given package.  By using the -a option we’re telling … Read more