zoukankan      html  css  js  c++  java
  • windows安装SUSE Linux Enterprise Server 12

    一:打开“开发人员模式”

    点击开始菜单按钮,选择“设置”

    在设置中选择“更新和安全”

    在菜单中选择“针对开发人员”,在三个选项中,选中“开发人员模式”

    在弹出的警告框中点击“是”

    这样开发人员模式就打开了 

    二:安装并设置账号

    打开“Windows应用商店应用”

    下载SUSE Linux Enterprise Server 12

    启动应用SUSE Linux Enterprise Server 12设置用户及root密码

    第一次启动会显示
    Installing, this may take a few minutes...
    
    等待几分钟后,提示新建用户名,也可以直接跳过
    Installation successful!
    hhhhaskRegister your SLES to enjoy the full SLES experience.
    Visit https://www.suse.com/subscriptions/sles/developer/ for free developer subscription.
    Enter registration code (leave empty to skip registration):
    
    然后提示新建用户密码
    New password:
    
    提示确认再次输入密码
    Retype new password:
    
    设置成功后提示更新成功,是否将此密码设置为root账户密码,“y”确认,其它否
    passwd: password updated successfully
    Use same password for root user?
    Type "y" to approve, any other key to reject:
    
    输入“n”后提示输入root账户密码
    Enter root password.
    New password:
    
    再次输入密码
    Retype new password:
    
    账户设置完成
    passwd: password updated successfully
    Default UNIX user set to: 你设置的用户名
    你的用户名@DESKTOP-RSRAUIF:~> 注意:用户名不能与windows系统用户名相同     
    /usr/lib64/ruby/2.1.0/open3.rb:193: warning: Insecure world writable dir /mnt/c/ProgramData/Oracle/Java in PATH, mode 040777     command 'dmidecode -s system-uuid' failed     Error: SCC returned 'Unknown Registration Code.' (401)     错误: 0x80040305     Please create a default UNIX user account. The username does not need to match your Windows username.     For more information visit: https://aka.ms/wslusers     Enter new UNIX username: 当密码太短或者太简单,会提示,但是不影响     BAD PASSWORD: it is too short     BAD PASSWORD: is too simple

    至此设置完成。

  • 相关阅读:
    iOS打包Framework真机和模拟器兼容合并版本
    iOS同一项目多个Target的快速实现方法
    Android横屏下Fragment界面重叠问题
    项目实战工具类(一):PhoneUtil(手机信息相关)
    浅谈FloatingActionButton(悬浮按钮)
    LeanCloud数据存储相关问题
    Android项目实战(二十三):仿QQ设置App全局字体大小
    Android项目实战(二十二):启动另一个APP or 重启本APP
    Android项目实战(二十):浅谈ListView悬浮头部展现效果
    浅谈DrawerLayout(抽屉效果)
  • 原文地址:https://www.cnblogs.com/KylinBlog/p/7910408.html
Copyright © 2011-2022 走看看