挂载K3的smb 安装cifs.utils, mount -t cifs //192.168.2.1/sda1 /mnt/K3/ -o vers=1.0 //192.168.2.1/sda1 /mnt/K3 cifs guest,iocharset=utf8,vers=1.0,x-systemd.automount,auto 0 0 //192.168.2.1/sda1 /mnt/K3 cifs x-systemd.automount 0 0 不是2.0版本,参考https://serverfault.com/questions/414074/mount-cifs-host-is-down和archwiki
Last active
May 1, 2018 07:05
-
-
Save sjqlwy/6fdc5e1692cc11a79e30d3698913d78b to your computer and use it in GitHub Desktop.
[知识杂记]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo dd if=/dev/zero of=/dev/sdb bs=1M count=100 | |
| (echo n; echo p; echo 1; echo ''; echo ''; echo w) | sudo fdisk /dev/sdb | |
| sudo mkfs.ext4 -O ^metadata_csum,^64bit /dev/sdb1 | |
| sudo mount /dev/sdb1 /mnt/storage |
- curl 使用http代理:
curl -x ip:port url; 使用socks5代理:curl --socks5 ip:port url,例如ip.sb - 加速ftp/https
- 安息吧 REST API,GraphQL 长存
- ODROID-C2: Power Off and Wake Up Using a Simple GPIO Button
- net console | odroid magazine 18年期
- stm32 学习网站:
- pip 使用代理:
pip3 --proxy 127.0.0.1:1080 - 如何对Linux服务器的端口限速? —— iptables
- 5寸树莓派屏使用参数
- ncdu查看磁盘空间占用
- iodine——dns tunnel
- MicroG——取代google框架| https://www.v2ex.com/t/407016#reply46| MicroG安装与配置
- VirtualBox与笔记本无线网卡桥接
- 关闭SELinux的两种方法
- vbox共享文件夹 |
sudo mount -t vboxsf BaiduShare /mnt/bdshare/ - 大家都是手写 Makefile 的吗? | xmake
- Makefile 简介
- 跟我一起写Makefile
- picocom -b 115200 /dev/ttyUSB0
- https://alternativeto.net
- 生成软件源列表:https://mirrors.ustc.edu.cn/repogen/
- QtRPi | 预编译qt,http://www.qtrpi.com/home
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment