使用Ubuntu的公用文件夾輕松地在計算機之間共享文件

image

You’ve probably noticed that Ubuntu comes with a Public folder in your home directory. This folder isn’t shared by default, but you can easily set up several different types of file-sharing to easily share files on your local network.

您可能已經注意到,Ubuntu在主目錄中帶有一個Public文件夾。 此文件夾默認情況下不共享,但是您可以輕松設置幾種不同類型的文件共享,以輕松共享本地網絡上的文件。

This folder was originally meant for the Personal File Sharing tool, which is no longer included with Ubuntu by default. You can install the Personal File Sharing tool or use Ubuntu’s built-in file-sharing feature to share files.

該文件夾原本是用于個人文件共享工具的,默認情況下它不再包含在Ubuntu中。 您可以安裝個人文件共享工具,也可以使用Ubuntu的內置文件共享功能來共享文件。

桑巴分享 (Samba Sharing)

Ubuntu’s built-in file-sharing tool uses Samba, which is interoperable with Windows. Windows PCs on the local network will be able to view your shared folder if you share it this way.

Ubuntu的內置文件共享工具使用Samba,可與Windows互操作。 如果以這種方式共享,則本地網絡上的Windows PC將能夠查看您的共享文件夾。

To share the Public folder – or any other folder, there’s nothing special about the Public folder when it comes to Samba sharing – right-click it and select Properties. You’ll find a Share tab in the properties dialog.

要共享公用文件夾–或任何其他文件夾,在涉及Samba共享時,公用文件夾沒有什么特別的–右鍵單擊它,然后選擇屬性。 您將在屬性對話框中找到“共享”選項卡。

image

Share a folder and you’ll be prompted to install the Samba software. Click the Install service button and follow the prompts to install Samba and restart your desktop session.

共享一個文件夾,系統將提示您安裝Samba軟件。 單擊“安裝服務”按鈕,然后按照提示安裝Samba并重新啟動桌面會話。

image

After you’ve installed Samba, you can easily share the folder and set the sharing permissions as restrictive or as permissive as you want them to be. Enable the Allow others to create and deletes files in this folder and Guest access check boxes and other computers on the local network will be able to easily add files to the folder without entering a password. Click the Create Share button after selecting your options.

安裝Samba之后,您可以輕松地共享文件夾,并將共享權限設置為限制性的或隨意的。 啟用“允許其他人在此文件夾中創建和刪除文件”和“訪客訪問”復選框,本地網絡上的其他計算機將能夠輕松地將文件添加到該文件夾??,而無需輸入密碼。 選擇選項后,單擊創建共享按鈕。

image

Select Browse Network in Ubuntu’s file manager to view your network shares.

在Ubuntu的文件管理器中選擇“瀏覽網絡”以查看您的網絡共享。

image

個人文件共享 (Personal File Sharing)

The Personal File Sharing tool – also known as gnome-user-share – was the original reason for the Public folder. It uses Apache to offer convenient WebDAV-based file sharing, but doesn’t work with Windows systems. It supports Bluetooth file sharing, too. To use it, you’ll have to install the appropriate packages:

個人文件共享工具(也稱為gnome-user-share)是公用文件夾的最初原因。 它使用Apache提供方便的基于WebDAV的文件共享,但不適用于Windows系統。 它也支持藍牙文件共享。 要使用它,您必須安裝適當的軟件包:

sudo apt-get install gnome-user-share apache2.2-bin libapache2-mod-dnssd

須藤apt-get install gnome-user-share apache2.2-bin libapache2-mod-dnssd

image

After you do, you’ll find the Personal File Sharing application in your Dash.

完成后,您將在Dash中找到“個人文件共享”應用程序。

image

With the Personal File Sharing application, you can enable easy sharing of your Public folder over the network – it only works with the Public folder, not other folders. You can require a password never, when? writing files, or whenever the share is accessed. You an also enable easy sharing and receiving of files in the Public folder over Bluetooth.

使用“個人文件共享”應用程序,可以通過網絡輕松共享“公用”文件夾-它僅適用于“公用”文件夾,不適用于其他文件夾。 寫入文件或訪問共享時,您永遠不需要密碼。 您還可以通過藍牙輕松共享和接收“公共”文件夾中的文件。

image

Open the Network pane in the Nautilus file browser and you’ll see each Public folder shared on the network.

在Nautilus文件瀏覽器中打開“網絡”窗格,您將看到網絡上共享的每個公用文件夾。

image

翻譯自: https://www.howtogeek.com/116309/use-ubuntus-public-folder-to-easily-share-files-between-computers/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/280343.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280343.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280343.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

NSA泄露的惡意軟件DoublePulsar感染了數萬臺Windows電腦

本文講的是NSA泄露的惡意軟件DoublePulsar感染了數萬臺Windows電腦,安全研究人員認為,世界各地的腳本小子和在線犯罪分子正在利用Shadow Brokers 黑客組織上周泄露的NSA黑客工具,致使全球數十萬臺Windows計算機正面臨網絡攻擊威脅。 上周&…

Nginx、LVS及HAProxy負載均衡軟件的優缺點詳解

轉自:https://www.csdn.net/article/2014-07-24/2820837 摘要:Nginx/LVS/HAProxy是目前使用最廣泛的三種負載均衡軟件,一般對負載均衡的使用是隨著網站規模的提升根據不同的階段來使用不同的技術,具體的應用需求還得具體分析&…

windows下使用nginx調試簡介

安裝使用 nginx是一個反向代理服務器,在web開發調試中經常用到,寫一個簡單的使用說明和總結。 1. 下載 點擊官網下載地址 下載對應版本的nginx并解壓 2. 配置 在解壓的目錄下找到conf/nginx.conf文件添加所需監聽和代理的server # 項目名稱server {liste…

MASA Framework 命令查詢職責分離

概念CQRS (https://learn.microsoft.com/zh-cn/azure/architecture/patterns/cqrs)是一種與領域驅動設計和事件溯源相關的架構模式, 它的全稱是Command Query Responsibility Segregation, 又叫命令查詢職責分離, Greg Young在2010年創造了這個術語, 它是基于Bertrand Meyer 的…

Google的Project Stream準備在Chrome中播放AAA控制臺游戲

Streaming full 3D games over a high-speed web connection is a fast growing trend. And with ridiculous amounts of infrastructure and remote computing power, Google is well equipped to join it. 通過高速網絡連接流式傳輸完整的3D游戲是一種快速增長的趨勢。 憑借可…

私有云之迷思:未來是什么?

本文講的是私有云之迷思:未來是什么?,【編者的話】非常好的一篇文章,作者從OpenStack目前的困境講起,聊到了私有云的產生背景,進而介紹了云計算的發展史。從云計算誕生的初衷以及現在流行的分布式應用又延伸…

如何在vue中使用sass

安裝sass 安裝教程鏈接: https://www.sass.hk/install/ 在vue中使用sass 參考鏈接: https://www.jianshu.com/p/8e60048baeb7 打開控制臺:輸入命令行 如果是沒有淘寶鏡像的,先下載淘寶鏡像,之后的下載速度比較快 npm i…

maven項目的目錄結構

1、maven項目采用“約定優于配置”的原則: src/main/java:約定用于存放源代碼,src/test/java:用于存放單元測試代碼,(測試代碼的包應該和被測試代碼包結構保持一致,方便測試查找)src…

AWS大力支持.NET 開源項目,和Azure搶.NET 客戶

出品 | OSC開源社區(ID:oschina2013)在 2022 re:Invent 會議上, AWS 軟件開發經理 Saikat Banerjee 銳評道:” 我們發現 .NET 開源項目資金嚴重不足,仍可稱之為第三方開源”。隨即表示 AWS 過去非常重視 .net 生態&…

攻防 logmein_如何使用LogMeIn Hamachi在任何地方訪問文件

攻防 logmeinWhether you’re at work and forgot some file on your home computer, want to play some music on a train, or just want to move some files between your computers, accessing your files from anywhere is a life saver. 無論您是在工作時忘記了家用計算機…

Docker-machine創建虛機時停在虛機啟動的提示上,并且創建的虛機顯示Ip Not found...

Docker-machine創建虛機時停在虛機啟動的提示上,并且創建的虛機用docker-machine ls 列出來的時候顯示Ip Not found, 是什么原因那? 【答案】 看這個帖子: https://github.com/docker/machine/issues/3832 拷貝如下: I…

【年度總結】2016年年度總結

早晨醒來,在被窩里面刷著簡書,看到一篇文章叫《深漂一年,一個資深程序員的2016年終告白》,寫的很好,很有感觸。在2016年的農歷的最后一天,總是有很多感觸要寫下來。所以下午掃墓之后,我也按照劇…

在FC中如何獲取fcdot文件

在FlexiCapture中一些客戶在問如何獲取.fcdot文件(在測試序列號下或者沒有測試模板的情況下) 第一步: 1、查看License Manager查看是否找到序列號 首先我們在開始菜單里面打開ABByyFlexiCapTure11——》選擇"工具"下的License Manager 第二步 1、選擇管理…

Blazor學習之旅 (9) 用MudBlazor重構Todo

【Blazor】| 總結/Edison Zhou大家好,我是Edison。在之前的學習之旅(3)開發一個Todo應用中,我們開發了一個簡單版的Todo,這次我們基于MudBlazor來重構這個Todo應用。Todo V1回顧在Blazor入門學習(3&#xf…

50多種在Photoshop中刪除圖像背景的工具和技術,第3頁

We’re completing the 50 Tools and Techniques today with this final installment. Read about advanced selection and masking tools, as well as some stupid graphics geek tricks, and ways to fake removing a background in seconds. 我們今天最后一部分將完成50多種…

socket跟TCP/IP 的關系,單臺服務器上的并發TCP連接數可以有多少

常識一:文件句柄限制 在linux下編寫網絡服務器程序的朋友肯定都知道每一個tcp連接都要占一個文件描述符,一旦這個文件描述符使用完了,新的連接到來返回給我們的錯誤是“Socket/File:Cantopen so many files”。 這時你需要明白操作系統對可以…

SSPL的MongoDB再被拋棄,GUN Health也合流PostgreSQL

2019 年 2 月 12 日,紅帽官方發博稱,Red Hat Satellite 將擁抱PostgreSQL,并且不會支持 SSPL 許可的 MongoDB 新版本。無獨有偶,同一天GNU Health也發博稱GNU Health Federation Information System 將從MongoDB遷移到PostgreSQL&…

開源的 .NET 數據庫遷移框架

你好,這里是 Dotnet 工具箱,定期分享 Dotnet 有趣,實用的工具和組件,希望對您有用!簡介FluentMigrator 是一個開源的數據庫遷移框架,可以幫助用戶在開發過程中保持數據庫的一致性。它提供了一個簡潔的 Flue…

在deepin上安裝YouCompleteMe

詳細安裝步驟在github上有,https://github.com/Valloric/YouCompleteMe,我這里是自己總結的簡化版安裝步驟。 步驟1.安裝Vundle 首先,clone到本地 git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim把以下內容…

2015年IT領域里Docker和其它顛覆性的趨勢

本文講的是2015年IT領域里Docker和其它顛覆性的趨勢,【編者的話】文中作者介紹了2015年IT領域的一些顛覆性的趨勢,比如Docker將如何革新PaaS、IaaS等,Docker將如何顛覆虛擬化、私有云、配置管理。 2014年真是令人興奮的一年,這一年…