记录ubuntu16.04版本安装和使用过程中遇到的些问题,方便以后查看,主要内容有:
  1. ubuntu源替换
  2. windows与vmware ubuntu文件夹共享
  3. putty连接ubuntu
  4. boost1.65.0安装

  https://blog.csdn.net/m0_37924639/article/details/78779649

2. windows与vmware ubuntu文件夹共享

  被这个问题困扰了很久,根据网上的帖子尝试了各种方法,最后发现https://blog.csdn.net/kurosakimaon/article/details/53575301该博客最有用,只是最后一步不同vmhgfs-fuse .host:/  mnt/hgfs

3. putty连接ubuntu

  不设置ubuntu的静态ip,直接登录ifconfig看到的ip即可

4. boost1.65.0安装

  https://blog.csdn.net/landihao/article/details/78691981

  上面的博客是一种方法可以借鉴参考,后面发现可以直接用下面的方法:

  sudo apt-get install libboost-dev-all

  https://www.cnblogs.com/forest-wow/p/6642025.html

5. Ubuntu 16.04开启SSH服务

  https://www.cnblogs.com/EasonJim/p/7189509.html

相关文章:

  • 2021-10-26
  • 2022-01-04
  • 2021-10-03
  • 2021-12-31
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2021-08-03
猜你喜欢
  • 2020-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-08-17
  • 2022-01-16
相关资源
相似解决方案