Skip to main content

8 posts tagged with "sysadmin"

View All Tags

Shared home folders!

· 5 min read
Hirusha Adikari
Student interested in Tech

Whether you are setting up a computer for yourself or someone else, it's always better to have the user's files on a separate disk (or at least a partition) for easy recovery and management. Doing this also allows directories (like Desktop) to be shared among multiple operating systems if you dual boot.

alt text

Autostart Services with Systemd in Linux

· 3 min read
Hirusha Adikari
Student interested in Tech

Automating the startup of services in Linux is crucial for ensuring system reliability and reducing manual intervention. In this guide, you'll learn how to use systemd to create and manage a service that starts automatically on boot. We'll cover setting up a dedicated user for security, creating a service file, enabling the service, and troubleshooting common issues.

alt text