zoukankan      html  css  js  c++  java
  • redis

    http://www.runoob.com/redis/redis-install.html

    -- redis基础视频地址:http://www.icoolxue.com/album/show/84/

    退出ping命令:ctrl+c

    使用putty连接时,必须保证

    的网段和ubuntu中ifconfig 处在同一个网段中,如果处于同一个网段中还是报错“putty connection refused”的话,需要在ubuntu中执行如下命令:$sudo apt-get install openssh-server 来安装ssh协议,这样就可以了。

    ubuntu安装好后,root初始密码(默认密码)不知道,需要设置。

    1、先用安装时候的用户登录进入系统

    2、输入:sudo passwd  按回车

    3、输入新密码,重复输入密码,最后提示passwd:password updated sucessfully

    此时已完成root密码的设置

    4、输入:su root

    切换用户到root试试.......

    切换用户使用su命令

    fan用户没有权限创建目录,则可以先切换到root用户下,创建完之后再回来。

  • 相关阅读:
    es6之Promise
    es6之Proxy,Reflect
    js之对象
    Set,Map与Array,Object对比
    es6之数据结构 set,WeakSet,mapWeakMap
    es6之Symbol
    flex布局
    盒子模型,top和margin-top
    POJ1274-The Perfect Stall
    Codeforces 671D. Roads in Yusland 题解
  • 原文地址:https://www.cnblogs.com/siv8/p/6025051.html
Copyright © 2011-2022 走看看