博客
关于我
韦东山提供的虚拟机可选改进的地方(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/

    你可能感兴趣的文章
    PostgreSQL 10.1 手册_部分 II. SQL 语言_第 15章 并行查询_15.2. 何时会用到并行查询?...
    查看>>
    PostgreSQL 10.1 手册_部分 II. SQL 语言_第 9 章 函数和操作符_9.23. 行和数组比较
    查看>>
    PostgreSQL 10.1 手册_部分 III. 服务器管理_第 21 章 数据库角色
    查看>>
    Postgresql 12.9如何配置允许远程连接
    查看>>
    PostgreSQL 9.6 同步多副本 与 remote_apply事务同步级别 应用场景分析
    查看>>
    Postgresql CopyManager 流式批量数据入库
    查看>>
    PostgreSQL cube 插件 - 多维空间对象
    查看>>
    PostgreSQL Daily Maintenance - cluster table
    查看>>
    PostgreSQL on Linux 最佳部署手册
    查看>>
    PostgreSQL Oracle 兼容性之 - pipelined
    查看>>
    PostgreSQL Point-In-Time Recovery (Incremental Backup)
    查看>>
    postgresql Streaming Replication监控与注意事项
    查看>>
    postgresql 不需要付费_使用数据传输在PostgreSQL执行 外部连接运算符
    查看>>
    postgresql 主从配置_生产环境postgresql主从环境配置
    查看>>
    postgresql 函数&存储过程 ; 递归查询
    查看>>
    PostgreSQL 分组聚合查询中 filter 子句替换 case when
    查看>>
    PostgreSQL 同步流复制锁瓶颈分析
    查看>>
    PostgreSQL 备份与还原命令 pg_dump
    查看>>
    Postgresql 外部表插件postgres_fdw的安装和使用
    查看>>
    PostgreSQL 如何从崩溃状态恢复(上)
    查看>>