Skip to content

Instantly share code, notes, and snippets.

View Infiniti151's full-sized avatar

Infiniti151

View GitHub Profile
@Infiniti151
Infiniti151 / systemd-samba.md
Last active September 1, 2026 12:08
Share systemd User Config Over Samba in Fedora 44

Share systemd User Config Over Samba in Fedora 44

Systemd user config (~/.config/systemd/user/*) typically cannot be shared over Samba due to different SELinux context (unconfined_u:object_r:systemd_unit_file_t:s0) than home files (unconfined_u:object_r:user_home_t:s0), even if home directory sharing is turned on (sudo setsebool -P samba_enable_home_dirs on). In order to share them, we need to add a custom SELinux policy module.

1. Generate the type enforcement (.te) file

Try to connect to the systemd user folder with your phone.

Check the denial with:

@Infiniti151
Infiniti151 / install-guide.md
Last active September 1, 2026 10:40
Fedora MS SQL Server Installation

Install MS SQL Server 2025 on Fedora 44

1. Installation & Setup

# Add Microsoft repository configurations
sudo dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/config/rhel/9/mssql-server-2025.repo
sudo dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/config/rhel/9/prod.repo

# Check for updates and install MS SQL Server and tools