这里选用的是轻量型应用服务器 在此可领取相关的优惠:https://bbs.aliyun.com/simple/t589079.html 安装Ubuntu系统镜像 直接在购买云服务器的时候安装就行 或者在管理员界面进行更换镜像: 安装Apache tomcat 远程连接 输入相关命令: curl h ...
分类:
其他好文 时间:
2020-06-25 19:32:23
阅读次数:
67
常见Linux系统可以分为三大类 Debain系 红帽系 arch系 debian redhat Arch Linux ubuntu centos Apricity OS elementary os fedora Antergos Manjaro Linux 1.Debain系 ubuntu 基于 ...
分类:
系统相关 时间:
2020-06-25 19:23:04
阅读次数:
102
由于在ubuntu环境下,将python做与python3.6做了软链接(ln -s python python3.6),并且pip也被我做了软链接,所以导致用pip安装virtualenvwrapper之后,在source启动virtualenvwrapper.sh时以及workon 虚拟环境时总 ...
分类:
移动开发 时间:
2020-06-25 19:10:16
阅读次数:
77
分类 通常Linux的安装包有四种: tar 包,如 software-1.2.3-1.tar.gz ,是使用Unix系统的打包工具tar打包的。 rpm包,如 software-1.2.3-1.i386.rpm,是Redhat Linux提供的一种包封装格式,包的管理工具为yum. dpkg包,如 ...
分类:
系统相关 时间:
2020-06-25 14:10:00
阅读次数:
104
install(ubuntu os): sudo apt-get install apache2-utils usage: ab -c 200 -t 100 http://localhost:8001/ explain: -c concurrency -t timelimit ...
分类:
系统相关 时间:
2020-06-25 13:55:31
阅读次数:
54
由于目前的服务器系统会带python2.7 和python3.*两个版本,但是默认python2.7,如果想改变下默认,下面为你提供下更换默认版本的思路方法 Ubuntu 将Python从默认的2.7升级到3.* 版本(建议使用原系统Python版本进行Python开发) 因为Ubuntu很多底层采 ...
分类:
编程语言 时间:
2020-06-25 13:52:05
阅读次数:
58
ubuntu2004.exe config --default-user root Ubuntu 18.04 LTS ubuntu1804.exe config --default-user root debian debian.exe config --default-user root ...
分类:
系统相关 时间:
2020-06-25 12:23:25
阅读次数:
209
0. 下载源码到本地 freeImage源码包下载网站 http://downloads.sourceforge.net/freeimage/FreeImage3170.zip wget http://downloads.sourceforge.net/freeimage/FreeImage3170 ...
分类:
系统相关 时间:
2020-06-25 09:34:58
阅读次数:
89
官网:https://www.gnu.org/software/emacs/ An extensible, customizable, free/libre text editor — and more. 一 安装 # yum install emacs # apt-get install emac ...
分类:
系统相关 时间:
2020-06-25 09:27:48
阅读次数:
67
vsftp—VSFTP是一个基于GPL发布的类Unix系统上使用的FTP服务器软件。关于这个软件的详细信息大家可以自行百度。 ...
分类:
系统相关 时间:
2020-06-24 22:08:24
阅读次数:
144