This commit is contained in:
parent
429e11e27a
commit
750d52fe98
2 changed files with 5 additions and 3 deletions
|
@ -2,10 +2,12 @@
|
||||||
title = "Samba Adventures with Guix"
|
title = "Samba Adventures with Guix"
|
||||||
author = ["Peter Tillemans"]
|
author = ["Peter Tillemans"]
|
||||||
date = 2024-08-17T00:00:00+02:00
|
date = 2024-08-17T00:00:00+02:00
|
||||||
|
tags = ["linux", "guix"]
|
||||||
|
categories = ["os", "linux"]
|
||||||
draft = false
|
draft = false
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["linux", "guix"]
|
tags = ["linux", "guix"]
|
||||||
categories = ["guix", "os", "linux"]
|
categories = ["os", "linux"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Samba or CIFS file sharing is a finicky area at best, but widely used,
|
Samba or CIFS file sharing is a finicky area at best, but widely used,
|
||||||
|
@ -13,7 +15,7 @@ especially since it was heavily pushed by Microsoft in the Windows
|
||||||
ecosystem, This makes it widely used in corporate and NAS environments
|
ecosystem, This makes it widely used in corporate and NAS environments
|
||||||
and even for Linux file sharing.
|
and even for Linux file sharing.
|
||||||
|
|
||||||
In this post I will look at some ways to use RF'S file sharing as a
|
In this post I will look at some ways to use CIFS file sharing as a
|
||||||
client. Personally I find hardly any uses for Samba file serving
|
client. Personally I find hardly any uses for Samba file serving
|
||||||
nowadays from my compute environments, with **git**, **ssh**, **http(s)**,
|
nowadays from my compute environments, with **git**, **ssh**, **http(s)**,
|
||||||
databases, MQTT, file synchronization services ... it hardly ever happens that
|
databases, MQTT, file synchronization services ... it hardly ever happens that
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 67889a4ad90d6c7128e3815d899f9278900a2893
|
Subproject commit 1a510f1be436d04c36a3ff0596b3162673ff1298
|
Loading…
Reference in a new issue