0

I discover Ubuntu for 2 month I installed 2 computers that run Ubuntu 24.04.2 LTS Each computer is able to "ping" the other I installed SAMBA on both machines. Each machine can see this path: Personal folder/Other place/Network/Name of the other computer/print$ I suppose this mean I am in good condition and see a default folder

But I can't create a folder with document and share it, in fact I don't see anything that change on my desktop On my favorite Fench Forum called "forum.Ubuntu-fr" I find a tutorial that explain I must perhaeps install more programs.

What must I check on my machines to see if my installation is good enough. In the Terminal Window I suppose

Thanks a lot in advance

PS I just found an old topic on your site. That's great. My question is :" Is something changed in year 2025 because I read that some problems occurs with Ubuntu 24.4.2 LTS ??

How to share files through the local network?

graham
  • 13,061

1 Answers1

0

I prefer SSH (synaptic : Secure Shell Client and Server (Metapackage)). Installed on all PCs, I have an easy access to the home directory of the respective server.

E.g. Ubuntu : After installation of the SSH meta package,

I can use Nautilus -> other locations -> connect to the server:

ssh://richard@192.168.1.2

Yes of course your user name, and the respective IP of your SSH server must be written.

I have all ways the same user/password for all my PCs.

Gloster
  • 33
  • 1
  • 9