树莓派查看信息
查看树莓派型号 cat /proc/device-tree/model Raspberry Pi 2 Model B Rev 1.1 查看系统位数 getconf LONG_BIT file /
...Read more...
数人世相逢,百年欢笑.
查看树莓派型号 cat /proc/device-tree/model Raspberry Pi 2 Model B Rev 1.1 查看系统位数 getconf LONG_BIT file /
...Read more...
外接U盘或移动硬盘时,默认不会自动挂载,所以需要用 mount 命令挂载。通常我们在 /mnt 或 /media 目录下新建一个目录作为挂载点。比如: sudo mkdir /mnt/1GB_U
...Read more...
刚入手的树莓,没有显示器 安装vnc sudo apt-get install tightvncserver # 安装好之后请一定
...Read more...