linux 挂载win7共享文件夹的方法

admin6年前IT技术1619

mount -t cifs -o user=administrator,password=000000 //192.168.1.2/gongxiang /mnt/share

相关文章

推广导图

推广导图

  ...

设置apach多站点的配置方法

 Include conf/vhost/*.conf...

为CMD设置代理

set http_proxy=http://127.0.0.1:10809set https_proxy=http://127.0.0.1:10809永久设置方案先设置好IE代理,cmd执行如下命令:...

Android Studio下载sdk失败的解决方案

在浏览器打开这个网站http://ping.chinaz.com/dl.google.com或者:https://www.ping.cn/ping/dl.google.com他会列出一个ip列表,挨个...

ubuntu 远程连接 22 端口

安装OpenSSHUbuntu缺省没有安装SSH Server,使用以下命令安装:sudo apt-get install openssh-server openssh-client不过Ubuntu缺...

设置nginx不限制域名的访问

关键是listen 80 default;...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。