受欢迎的博客标签
RSS

博客

windows 10 VMware 性能 - 解决VMware上运行Windows 时卡顿的问题
原因 VMware:启动时就分配了固定的内存和CPU核心给虚拟机。 磁盘:如果虚拟磁盘文件(.vmdk)存放在传统的机械硬盘(HDD)上,速度会非常慢,因为虚拟机内所有系统、程序的读写都要经过主机硬盘的二次转换。 VMware 的 3
网络存储network storage - windows和linux之间挂载远程文件夹方案
windows局域网使用smb 协议,windows网上邻居发现的共享文件夹即使用的smb协议,可以通过windows自带的映射网络文件夹挂载。兼容性最好,但传输效率比其它略低。

win和linux都可以使用nfs挂载文件夹,ftp修改文件需要完全下载下来,修改完后再上传,而nfs可以直接修改服务端的文件

windows需要在“程序与功能”里启用NFS服务,然后在“映射网络驱动器”中输入nfs服务器的ip地址和要挂载的文件夹(和smb挂载方法一样)。

buntu 18.04 *64网络文件系统NFS Server - windows 2012R2 NFS Client

1.创建linux的NFS服务端

2.linux挂载linux的NFS

3.windows挂载Linux的NFS

网络存储 - Windows Server 2016 文件夹共享- 局域网中文件共享方案介绍(Windows 2016 版)- 共享权限、共享协议
In this article, we covered three network file-sharing protocols and their differences. First, we defined Distributed File Systems, which raised the question of which protocol is more convenient for file sharing. Then, we briefly covered the NFS, SMB, and CIFS protocols before identifying their differences. We observed that CIFS is an obsolete SMB implementation; therefore, NFS and SMB must be the best options to consider.
您的电脑到底需不需要装杀毒软件?
Windows Defender 已内置到最新的 Windows 版本中
How to Git and GitHub Integration in C# with LibGit2Sharp
let's explore how we can leverage C# to interact with Git and GitHub repositories programmatically. We'll achieve this i
【原创】Asp .Net Core 控制台中文乱码、读取中文文件乱码解决方案
Asp .Net Core 控制台中文乱码、读取中文文件乱码解决方案
github Markdown Basic Syntax and Readme.md Template
使用github Markdown Basic Syntax创建自己简历主页
c# 用GitHub REST API监控Github项目更新并自动下载
c# 用GitHub REST API监控Github项目更新并自动下载
网络存储network storage - Android 手机挂载PC硬盘为本地目录方案
Android 手机挂载PC硬盘为本地目录