博客
关于我
韦东山提供的虚拟机可选改进的地方(JZ2440)(分色排版)
阅读量:239 次
发布时间:2019-02-28

本文共 1065 字,大约阅读时间需要 3 分钟。

???????

?????VMware Workstation???????14.1.1.28517????465.2M??????2018-01-18???Win2000/WinXP/Win2003/Vista/Win7/Win8????

???????????VMware6.0.5???????????2???VMware Workstation12?Ubuntu9.10?????????????????????????????????ubuntu16.04????Ubuntu18.04??????????

?????????????????

  • ??vmware tools??

    ?????????????????????????????????

  • ???????????????

    ??????????nautilus-open-terminal????

    sudo apt-get install nautilus-open-terminal
  • ???????????????????

    1. ??ll??

      ?Ubuntu??ll???????????????????

      alias ll='ls -l'

      ????????~/.bashrc?????????gedit ~/.bashrc??????

    2. ??Samba????

      ?Windows?Ubuntu???????????????Samba?????Samba????????

      sudo apt-get install samba  sudo smbpasswd -a book

      ??????????Samba????/etc/samba/smb.conf????

      [global]  browsable = yes  [book]  comment = book????  path = /  writable = yes  readonly = yes  valid users = book  create mask = 0700  directory mask = 0700  available = yes  browseable = yes

      ????????sudo chmod 644 /etc/samba/smb.conf?????

    3. ?????

      ?????????

      System ? Preferences ? Power Management ? On AC Power ? Display ? Never sleep
    4. ?????????????????????

    转载地址:http://drdp.baihongyu.com/

    你可能感兴趣的文章
    Python map() 函数 和 numpy mean()函数
    查看>>
    Python Matplotlib Box并排绘制两个数据集
    查看>>
    Python Matplotlib 中如何用 plt.savefig 存储图片
    查看>>
    Python matplotlib 中更换画布背景颜色
    查看>>
    python matplotlib简单使用
    查看>>
    Python mock Patch os.environ 和返回值
    查看>>
    Python mock 修补另一个函数调用的函数
    查看>>
    python mqtt 客户端实现
    查看>>
    Python Multiprocessing - 将类方法应用于对象列表
    查看>>
    Python multiprocessing.Queue 与 multiprocessing.manager().Queue()
    查看>>
    Python multiprocessing使用详解
    查看>>
    python mysql 基于 sqlalvhrmy_Python操作MySQL:pymysql和SQLAlchemy
    查看>>
    Python NLP完整项目实战教程(1)
    查看>>
    Python NLP自然语言处理详解
    查看>>
    python nltk nltk_data 离线安装,chatterbot
    查看>>
    python note 06 编码方式
    查看>>
    python numba 转灰度图_使用NumPy、Numba的简单使用(二)
    查看>>
    Python Numpy 关于 linspace()函数 使用详解(全)
    查看>>
    Python numpy插入、读取至postgreSQL数据库中bytea类型字段
    查看>>
    Python numpy数据的保存和读取
    查看>>