ubuntu
CrazyZik
一枚程序猿
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Key exchange failed.
SecureCRT连接ubuntu时提示: Key exchange failed. No compatible key exchange method. The server supports these methods:curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,.原创 2021-09-15 21:36:56 · 557 阅读 · 0 评论 -
windows复制到ubuntu共享的文件权限问题
ubuntu共享了某个文件夹,然后windows复制文件进去后是上锁状态,解决: sudo vi/etc/samba/smb.conf 在 [global] 放入以下内容 force user = 帐号 force group = 群组 create mask = 0664 directory mask = 0775 存档,重启smbd sudo service smbd restart ......原创 2021-09-15 20:19:16 · 881 阅读 · 0 评论 -
ubuntu20.04配置 mtk android 8.1编译环境
准备工具 sudo apt-get install geany vim sudo apt-get install -y python sudo apt-get install -y samba sudo dpkg -i /D/Tool/bcompare-4.3.4.24657_amd641.deb 1.配置系统工具 sudo add-apt-repository ppa:rock-core/qt4 sudo apt update sudo apt-get install libcanberra-gtk-m原创 2021-05-22 17:45:24 · 1465 阅读 · 1 评论
分享