nazmulidris / rust-scratch

This is a repo full of explorations into various Rust language features and crates. They are written for didactic exposition where possible. In the future, these can be turned into tutorials on developerlife.com or videos on the developerlife.com YouTube channel
https://developerlife.com
47 stars 7 forks source link

[yt] video on linux systemd (service, timer, script, etc) #61

Open nazmulidris opened 1 month ago

nazmulidris commented 1 month ago

1. timer & service to change GNOME 47 wallpaper on ubuntu

https://github.com/nazmulidris/notes/blob/main/workflow/gist/systemd-service-recurring-change-wallpaper.md

2. service to mount sshfs shares

3. replace the use of fish with rust programs to do this!