Linux 挂载 samba 目录

10-28 1,461 views

ubuntu

mount -t cifs //120.24.217.174/share /mnt/share -o user=yourname,pass=yourpass,iocharset=utf8

censtos

mount -t cifs //120.24.217.174/share /mnt/share -o username=yourname,pass=yourpass,iocharset=utf8

Ubuntu 更新源

Ubuntu 16.04 LTS国内快速更新源 sudo vi /etc/apt/sources.list deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse deb ...

阅读全文

SSH NAT 端口映射

使用ssh命令建立正向端口映射 ssh -C -f -N -g -L 188:aliyuncs.com:88 root@tiaobanji.com 引用http://blog.creke.net/722.html SSH隧道与端口转发及内网...

阅读全文

CentOS 7 安装 Nginx,MySQL,PHP

第一步 – 安装Nginx 为了向我们的网站访问者显示网页,我们将使用 Nginx,一种现代化的高效网页服务器。 要添加CentOS 7 EPEL存储库,请打开终端并使用以下...

阅读全文

欢迎留言