现在的软件越来越好安装,尤其是在ubuntu下安装软件,更是没有技巧,只需要在联网的情况下使用apt-get inatll 即可。在决定安装mysql之前,要先确定系统是否已经安装mysql。如下图: 由此可以看出系统中并没有安装mysql.下面执行sudo apt-get install m...
分类:
数据库 时间:
2014-08-28 12:52:09
阅读次数:
249
windows 下 easy_install 的安装...
1. sudo apt-get update sudo apt-get upgrade2. lamp-server * 一键安装:tasksel install lamp-server,适用于本地安装ubuntu非server版。 a) sudo apt-get install apache2 .....
分类:
Web程序 时间:
2014-08-28 11:20:29
阅读次数:
195
在fedora 20中在我2014-8-27日安装pg时,pg版本是9.3.5.1我不知是会由pg开发组自动更新还是别的,但安装后一般是最新的版本了。 安装: # yum install postgresql # yum install postgresql-server # yum install...
分类:
数据库 时间:
2014-08-28 09:52:59
阅读次数:
273
1) downlaod www.eclipse.org/downloads or use wget2) decompress the file use tar commend:tar -zxvf eclispse-standard-.......tar.gz -C /opt3) change the...
分类:
系统相关 时间:
2014-08-28 08:28:09
阅读次数:
295
一、前言二、搭建环境* Linux laptop 2.6.32-45-generic #100-UbuntuSMP Wed Nov 14 10:41:11 UTC 2012 i686 GNU/Linux* tinyproxy 1.8.1三、安装方法$sudo apt-get install tiny...
分类:
其他好文 时间:
2014-08-27 23:24:28
阅读次数:
364
VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002TF31002: Unable to connect to VisualStudio Online with VS 2013but I can using web access - Windo...
分类:
其他好文 时间:
2014-08-27 21:48:38
阅读次数:
213
最近一直在研究Zabbix监控Windows机器,涉及到如何快速安装agent,如何修改和完善windows监控模板等等。想把自己的经验给大家分享一下,希望对大家有所帮助。1)安装agent客户端首先分享一下我写的自动化安装Windows机器的agentd安装脚本zabbix_agentd_install_windows.bat。@ech..
费了将近一天时间,终于解决,记下来留给需要的人
需要安装的:
python-odbc : https://github.com/mkleehammer/pyodbc
下载后install
django-pyodbc : https://pypi.python.org/pypi/django-pyodbc 下载后install
unixODBC:http://www.unixodb...
分类:
数据库 时间:
2014-08-27 18:45:58
阅读次数:
434
1.MAC安装Ruby环境 1> 安装RVM 控制台命令:$curl –L https://get.rvm.io | bash –s stable$source ~/.rvm/scripts/rvm$rvm –v (查看版本,检查是否安装正确)2> 用rvm安装ruby环境$rvm install ...
分类:
其他好文 时间:
2014-08-27 18:23:48
阅读次数:
217