240 发简信
IP属地:北京
  • linux下安装eclipse

    www.eclipse.org进行挑选自己需要的tar包 sudo tar zxvf eclipse-cpp-2019-06-R-linux-g...

  • ubuntu下安装java开发环境

    sudo apt-get install default-jre sudo apt-get install default-jdk 更新jdk ...

  • ubuntu 开启ssh服务

    sudo apt-get install openssh-server sudo service start ssh ifconfig 查看ip...

  • centos 开启ssh服务

    vi /etc/ssh/sshd_config 去掉port注释 保存退出 修改完后用 /bin/systemctl start sshd.se...