zoukankan      html  css  js  c++  java
  • 常用命令

    wget http://yun.diandaxia.com/other/jdk-8u92-linux-x64.rpm
    vi /usr/lib/systemd/system/vncserver@.service


    mv /usr/lib/systemd/system/vncserver@.service /usr/lib/systemd/system/vncserver@:1.service

    systemctl enable  vncserver@:1.service

    systemctl start vncserver@:1.service


    rpm -ivh jdk-8u92-linux-x64.rpm

    wget http://yun.diandaxia.com/other/jdk-8u92-linux-x64.rpm

    wget http://yun.diandaxia.com/other/ideaIU-2016.1.3.tar.gz

    wget http://oss.aliyuncs.com/aliyunecs/update_source.tgz

    tar -zxvf update_source.tgz

    bash update_source.sh

    tar -zxvf ideaIU-2016.1.3.tar.gz

    apt-get remove openjdk*


    vi /etc/apt/sources.list

    apt-get update


    deb http://mirrors.aliyun.com/centos/ trusty main restricted universe multiverse

    deb http://mirrors.aliyun.com/centos/ trusty-security main restricted universe multiverse

    deb http://mirrors.aliyun.com/centos/ trusty-updates main restricted universe multiverse

    deb http://mirrors.aliyun.com/centos/ trusty-proposed main restricted universe multiverse

    deb http://mirrors.aliyun.com/centos/ trusty-backports main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/centos/ trusty main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/centos/ trusty-security main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/centos/ trusty-updates main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/centos/ trusty-proposed main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/centos/ trusty-backports main restricted universe multiverse

  • 相关阅读:
    单例模式学习(一)
    java线程池学习(一)
    redis面试总结(二)
    redis面试总结(一)
    spark 内存溢出处理
    大数据面试总结(一)
    Spark 知识点总结--调优(一)
    组合数据类型
    一些小细节
    文件归档
  • 原文地址:https://www.cnblogs.com/del88/p/5647080.html
Copyright © 2011-2022 走看看