zoukankan      html  css  js  c++  java
  • 准备篇(一)环境搭建

    第一次接触linux真的是有点小激动。linux真的很棒。写下这个仅仅是作为以后参考。

      环境安装:

      win7:

        1. 用虚拟机安装linux。我使用的是ubuntu16.   18感觉也不错,不过我的电脑18会卡顿就用16了。Ubuntu应该算是嵌入式开发使用最多的一个系统了。

      Ubuntu:

        1. 安装vim

        2. 安装git

        3. 安装ssh

        4. 安装samba,配置共享路径。这样windows就可以访问linux。

        5. 有需要的话,可以自己编译一个gcc。不过我就用系统默认得了。

    sudo apt-get install vim
    sudo apt-get install git
    sudo apt-get install ssh
    sudo apt-get install samba

        

      

  • 相关阅读:
    Matplotlib.pyplot 三维绘图
    Matplotlib.pyplot 二维绘图
    面对对象进阶
    面对对象基础
    python安装第三方模块
    json & pickle
    os模块
    sys模块
    正则表达式
    Python2与Python3的编码差异
  • 原文地址:https://www.cnblogs.com/kmist/p/9865355.html
Copyright © 2011-2022 走看看