2016-11-25:
* SSH disabled by default; can be enabled by creating a file with name "ssh" in boot partition
* Prompt for password change at boot when SSH enabled with default password unchanged
* Adobe Flash Player included
* Updates to hardware video acceleration in Chromium browser
* Greeter now uses background image from last set in Appearance Settings rather than pi user
* Updated version of Scratch
* Rastrack option removed from raspi-config and Raspberry Pi Configuration
* Ability to disable graphical boot splash screen added to raspi-config and Raspberry Pi Configuration
* Appearance Settings dialog made tabbed to work better on small screens
* Raspberry Pi Configuration now requires current password to change password
* Various small bug fixes
* Updated firmware and kernel
见最新官方文件http://downloads.raspberrypi.org/raspbian/release_notes.txt
最新版本的raspbian系统默认ssh关闭,解决办法:
在内存卡根目录下建个名为“ssh”的文件,放入树莓派重启就会自启ssh了。
即:在刻录好的SD卡根目录建个SSH的文件(新建文本,改名SSH,去掉后缀!!!)
————————————————
版权声明:本文为CSDN博主「Aguangg_6655_la」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/Aguangg_6655_la/article/details/54347675
2020年3月4日星期三
扩容/dev/mapper/pve-root
.执行 parted /dev/sdq 输入 print 找到要扩容的盘,应该是/dev/sdq3,检查大小 resizepart 3 100% quit 再检查大小 退出parted 更新物理卷的大小,当然这里前提是使用了LVM pvresize /dev/sda3 lvdis...
-
The Raspberry Pi 4 can drive up to two displays, with a resolution up to 1080p at a 60Hz refresh rate. At 4K resolution, if you connect two...
-
510-01:~$ cat /proc/mdstat Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raidF1] md2 : active raid5 sdj5[1] sdt5[11] sds5[9] sd...
-
核心参数 参数 作用 适用场景 建议值 size 副本数量,决定数据在 OSD 之间的冗余度 2-3 副本保证数据安全 生产环境建议 3 ,测试环境 2 min_size 最小副本数,低于该值时数据不可写 一般设置为 size 的一半 size / 2 向上取整,例如 2...
没有评论:
发表评论