FizzyforSRE Tribeblogs.sretribe.net·Aug 11, 2024How to Mount a WebDAV Server on Linux Using a Bash ScriptWebDAV (Web Distributed Authoring and Versioning) is an extension of HTTP that allows users to collaboratively edit and manage files on remote web servers. It is commonly used for web hosting, file sharing, and other collaborative applications. If yo...11 likes·41 readsLinux
Ups Snowmanbackuptutorial.hashnode.dev·Aug 9, 2023How to create a WebDAV server using rcloneHow to configure a WebDAV server using rclone Introduction WebDAV is an extension of the HTTP protocol that allows you share files remotely. Most web server software such as Apache HTTPhave built-in WebDAV modules but they usually require complex con...67 readsrclone
Thomas Schühlytschuehly.de·Jun 22, 2022Parallel processing with Worker Pools in KotlinWorker pools Recently while doing a project with Go I came across Worker Pools on GoByExample to do parallel processing. I didn't find many resources for implementing Worker Pools in Kotlin, but it seemed a good idea for my current Spring Boot + Kotl...Kotlin