Fetch the repository succeeded.
本节课程中向大家演示——如何从零搭建Hamony OS开发环境,具体包括:
Linux系统——源码下载和编译环境
Windows系统——源码编辑和烧录环境
Windows主机访问Linux主机
支持远程终端访问
sudo apt install openssh-server
,完成后可以使用远程终端登录MobaXterm(或者Putty)支持Windows系统“映射网络驱动器”
sudo apt install samba
,sudo smbpasswd -a $USER
(其中$USER为用户名),sudo service smbd restart
): [home]
comment = User Homes
path = /home
browsable = yes
writable = yes
guest ok = no
read only = no
create mask = 0755
如果是VirtualBox里面安装的Linux
Sign in for post a comment
Comment ( 0 )