install django pip install django create django project django-admin.py startproject mysite cd mysite install uwsgi (rhel 6.X: yum install uwsgi) pip ...
分类:
其他好文 时间:
2016-03-09 15:35:34
阅读次数:
132
1.什么是RPMRPMPackageManager(RPM)是一个开放式的包管理系统,它既可以运行于RHEL系统,也可以运行于其他Linux或Unix系统。1.1RPM包的命名方式一般为:zip-3.0-1.el6.i686.rpmpackagenamezipversion3.0release1majorversionel6CPUarchitecturei6862.安装,升级,刷新和卸载rpm{-..
分类:
其他好文 时间:
2016-02-29 02:05:37
阅读次数:
269
rsyslog+loganalyzer一.客户端1关闭syslog服务chkconfigsyslogoffservicesyslogstop2安装rsyslogyuminstallrsyslog5*3配置echo"*.*@10.0.70.203">>/etc/rsyslog.confecho"*.*:ommysql:10.0.70.203,Syslog,syslog,syslog">>/etc/rsyslog.conf4启动服务servicersyslo..
分类:
其他好文 时间:
2016-02-27 01:08:45
阅读次数:
312
所用系统Centos6.6事先配置好本地镜像的yum源准备zabbix依赖的rpm包(http://repo.zabbix.com/non-supported/rhel/6/x86_64/) fping-2.4b2-16.el6.x86_64.rpm iksemel-1.4-2.el6.x86_64.rpm php-bcmath-5.3.3-38.el6.x86_64.rpm php-mbstring-5.3.3-38.el6.x86_64.rpm准备zabbix..
分类:
其他好文 时间:
2016-02-25 17:11:37
阅读次数:
262
到目前为止在linux上面安装Docker的最好方式是通过Docker提供的安装脚本来安装。尽管大多数的linux发行版有他们自己的包,但是考虑到Docker的发展速度,那些包都有些过时。安装Docker需求:内核版本为3.10或之上,可以通过uname-r来检查,如果你正在使用RHEL或CentOS,你需要7版..
分类:
系统相关 时间:
2016-02-24 17:43:34
阅读次数:
312
yum的安装使用 准备的文件:红帽安装镜像文件:rhel-server-6.4-x86_64-dvd.iso; 1.mkdir /yum 2.将rhel-server-6.4-x86_64-dvd.iso 拷贝到/var/ftp/ULA/下:cp rhel-server-6.4-x86_64-dvd
分类:
数据库 时间:
2016-02-23 12:49:57
阅读次数:
284
vmware提供的网卡类型是pcnet32;如果你在虚机内没有发现网卡,可以尝试使用lspci|egrep"net|Eth"查看类型
lspci-k-v|grepEth-A20查看对应的驱动
lsmod|egrep"net|Intel|e1000"查看是否有网卡驱动el7默认没有提供pcnet32的网卡驱动,由于pcnet32的网卡过于古老,也不支持mii-to..
分类:
系统相关 时间:
2016-02-23 06:18:36
阅读次数:
341
如何安装NodeJS到阿里云Centos (64位版本V5-7) (Centos与Red Hat® Enterprise Linux® / RHEL, Fedora属于一类) 1) 安装v0.10版 $curl --silent --location https://rpm.nodesource.c
分类:
Web程序 时间:
2016-02-21 22:42:10
阅读次数:
247
https://github.com/rapid7/metasploit-framework/wiki/Nightly-Installers 1. shyum update curl https://raw.githubusercontent.com/rapid7/metasploit-omnibu
分类:
Web程序 时间:
2016-02-19 15:54:04
阅读次数:
146
问题描述:在SecureCRT远程连接centos时,重启服务会显现乱码。解决方法:1、修改远程linux机器的配置[root@rhel~]#vi/etc/sysconfig/i18n把LANG改成支持UTF-8的字符集如:LANG=”zh_CN.UTF-8″或者是LANG=”en_US.UTF-8″本文修改为后者2、修改SecureCRT的SessionOptionsOptio..
分类:
其他好文 时间:
2016-02-18 13:59:14
阅读次数:
197