因为SublimeText3下载插件的网站貌似被墙了,所以现在没有办法下载下来插件,所以我从网上找了教程加上自己的实践解决了这个问题,在这里记录一下。
安装插件中心(离线)
首先去github下载插件中心离线安装包 [https://github.com/wbond/package_control/releases](https://github.com/wbond/package_control/releases "https://github.com/wbond
首先去github下载插件中心离线安装包 [https://github.com/wbond/package_control/releases](https://github.com/wbond/package_control/releases "https://github.com/wbond
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
修改.vimrc,没有文件请touch ~/.vimrc
接下来,把下来的Vundle配置添加到配置文件的顶部:
set nocompatible " required
filetype off " required
" <!--autointro-->
# -*- coding: utf-8 -*
import psutil
import time
if __name__ == "__main__":
while(True):
memory_convent = 1024 * 1024
mem = psutil.virtual_memory()
print_str = " The memory state as follows:\n"
<!--autointro-->
import os
import subprocess
iplist=[]
def pingCheck(ip):
p = subprocess.Popen("ping -c 1 -w 1 %s"%ip,\
stdin = subprocess.PIPE,\
stdout = subprocess.PIPE,\
stderr = subprocess.PIP<!--autointro-->
系统模式的设定位于所有设置 - ˃更新和安全 - ˃针对开发人员
更改系统功能
使用win+X快捷键调出系统-管理菜单后点击程序与功能,选择启用或关闭的Windows功能,修改“适用于的Windows的Linux的子系统一项”
勾选之,确认并重启。
打开win10的应用商店,搜索linux,在专题中选择一个下载就行,我选的ubuntu18 Lts
1.进入第一个安装界面时一定要注意:在跳转前,按E进入grub设置界面,移动光标到倒数第二行的”quiet splash”后面,空一格输入“nouveau.modeset=0”注意中间的那个点,如此的目的个人理解应该是禁止安装时加载Intel的开源驱动,modeset=0针对的就是Intel显卡,不这样输入的话就会卡死在deepin几个文字的安装界面 。 2.为了避免每次进系统前输入那条命令,我们可以在deepin系统里打开终
官网下载安装,不用勾选加入PATH。py3安装默认会在如下目录C:\Users\用户\AppData\Local\Programs\Python\Py
环境centos7
看以前的博客,安装ss以前的步骤
yum install epel-release
yum install go
yum install git
cd ~
mkdir go
vim ~/.bash_profile
GOROOT=/usr/lib/golang
export GOROOT
export PATH="$PATH:$GOROO<!--autointro-->
百度vultr
点进官网,或者是百度vultr购买vps
注意:OpenVZ架构的vps不支持以下操作,切勿购买
使用putty登录到购买的VPS
wget -N --no-check-certificate https://git<!--autointro-->