码迷,mamicode.com
首页 >  
搜索关键字:网络openssl yum -y install openssl    ( 57425个结果
ubuntu 安装php环境/apache/php/mysql
比windows下真是方便很多,爱上ubuntu1:首先安装apache:打开终端(ctrl+Alt+t),输入命令:sudo apt-get install apache2即可安装,安装完后,打开浏览器,在地址栏输入:localhost或者http://127.0.0.1看到It works,表示...
分类:数据库   时间:2014-05-20 02:24:54    阅读次数:394
我的C3P0的一些配置心得
将Mysql添加到Windows系统服务中:1.、 安装服务。在Windows2000下,安装完成后,并没有把MySQL安装成服务,我们必须执行下面的语句把MySQL注册为服务:installdir\mysql\bin\mysqld-nt –-install。Windows98下没有返利网服务的概念...
分类:其他好文   时间:2014-05-19 20:34:34    阅读次数:219
The J-Link hardware debugging Eclipse plug-in
QuicklinksIf you already know what are the features of the new plug-in and just want to know how to install/use it, you can directly skip to:J-Link in...
分类:系统相关   时间:2014-05-17 14:32:55    阅读次数:890
centOS 6下安装java、tomcat
centOS6下安装javacentOS默认有java的运行环境(gcj),安装sun的jdk前先卸载gcj。卸载gcj:#java-version<-查看当前gcjjava的版本号(我这里得到的是1.4.2)#yum-yremovejava-1.4.2-gcj-compat<-卸载gcj(y参数表示在y/n提问时均回答y)#chmoda+xjdk-6u14-linux-i586-rm..
分类:编程语言   时间:2014-05-16 02:17:23    阅读次数:489
如何用OpenSSL从https网站上导出SSL的CA证书?
我们在访问https的时候,对于有的程序需要提供访问网站的CA证书,这个时候客户端才能访问系统网站,比如使用TIBCO Business Workspace 5 HTTP send request activty 去访问Google API提供的REST 服务的时候,就需要我们提供www.googleapis.com网站的CA证书。一般来说,用两种比较常用的方式,第一种方式是通过浏览器访问这个网站...
分类:Web程序   时间:2014-05-16 01:52:10    阅读次数:416
linux服务之kvm
安装软件[root@kvm ~]#yum grouplist Virtualization Virtualization Client Virtualization Platform Virtualization Toolscentos6.4-minimal-64bit 默认是200个包...
分类:系统相关   时间:2014-05-16 00:44:09    阅读次数:618
ubuntu 下配置munin
环境: "Ubuntu 13.10" 安装: apt-get install munin munin-nodeapt-get install apache2配置:1. vim /etc/munin/munin.conf dbdir /var/lib/muninhtmldir /var/c...
分类:其他好文   时间:2014-05-16 00:05:58    阅读次数:455
我的LaTex 简历(未用他人模板)
第一步先安装LaTex,这里我装的是texlive,在ubuntu下可以使用以下命令来安装 sudo apt-get install texlive 然后安装一个编辑器,ubuntu下有很多LaTex编辑器,比如texmaker、texstudio等,我先安装了texmaker,但因为快捷键冲突问题导致texmaker基本无法使用,百度知道提问无果,索性换了texstudio,对比发现其实...
分类:其他好文   时间:2014-05-15 23:14:15    阅读次数:555
联想G480安装CentOS有线驱动
最近,在联想的G480 32位的机子上安装了CentOS 6.5。发现,有线网络始终是无法使用。 必须安装必要的驱动,搜集了资料,安装步骤如下:       1. 必备的软件         安装前,需要下列的软件依赖包. sudo yum install gcc gcc-c++ kernel-headers kernel-devel autoconf automake libtool c...
分类:其他好文   时间:2014-05-15 19:51:20    阅读次数:321
Git服务器代理上网安装出现问题的几个解决办法。
1、gem安装出现下面错误 root@ubuntu:/home/git/gitlab# sudo gem install bundler --no-ri --no-rdoc ERROR:  Could not find a valid gem 'bundler' (>= 0), here is why:           Unable to download data from https...
分类:其他好文   时间:2014-05-15 18:19:48    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!