码迷,mamicode.com
首页 >  
搜索关键字:gitlab yum https nginx git    ( 200825个结果
centos和redhat下安装postgreSQL
1、确定你要下载的版本:下载地址2、进入你存放下载文件的目录运行wget http://yum.postgresql.org/9.2/redhat/rhel-5-i386/pgdg-centos92-9.2-6.noarch.rpm,我的是32bit的centos5,其他版本可以在上面的路径中找到相...
分类:数据库   时间:2014-04-30 04:47:22    阅读次数:596
centos和redhat vsftp安装和设定
1、安装vsftp yum install vsftpd2、配置vsftp 配置文件在 /etc/vsftpd/vsftpd.conf,建议把匿名登录关闭 anonymous_enable=NO3、设置vsftp为开机启动 chkconfig vsftpd on 通过chkconfig –list可...
分类:其他好文   时间:2014-04-30 04:35:59    阅读次数:506
Git和Repo管理使用
Git和Repo管理使用简要介绍 http://blog.csdn.net/stevenhu_223/article/details/8828130在Linux平台下进行Android系统项目开发时,需要git或repo管理。 一. Git和Repo的区别: 1. Git:Git是一个开源的分布.....
分类:其他好文   时间:2014-04-30 04:17:34    阅读次数:462
Ubuntu下安装VirtualBox并为其添加USB支持
1、下载VirtualBox软件包和USB支持包 下载网址均为为:https://www.virtualbox.org/wiki/Downloads VirtualBox软件包下载项: VirtualBox 4.3.10 for Linux hosts USB支持包下载项: Virtual...
分类:其他好文   时间:2014-04-30 01:41:30    阅读次数:466
Introduction ----- Stanford Machine Learning(by Andrew NG)Course Notes
最近学习了coursera上面Andrew NG的Machine learning课程,课程地址为:https://www.coursera.org/course/ml 在Introduction部分NG较为系统的概括了Machine learning的一些基本概念,也让我接触了一些新的名词,这些....
分类:其他好文   时间:2014-04-30 01:31:20    阅读次数:529
CentOS安装,更新Python
1、查看当前Python版本python -V2、查看当前CentOS版本cat /etc/redhat-release3、安装所有的开发工具包yum groupinstall "Development tools"4、安装其他必须包yum install zlib-devel bzip2-deve...
分类:编程语言   时间:2014-04-30 00:59:31    阅读次数:443
Logistic Regression & Regularization ----- Stanford Machine Learning(by Andrew NG)Course Notes
coursera上面Andrew NG的Machine learning课程地址为:https://www.coursera.org/course/ml我曾经使用Logistic Regression方法进行ctr的预测工作,因为当时主要使用的是成型的工具,对该算法本身并没有什么比较深入的认识,不过...
分类:其他好文   时间:2014-04-30 00:30:46    阅读次数:698
centos 6.5 yum安装lnmp
转自:http://blog.csdn.net/lane_l/article/details/20235909准备篇:1、配置防火墙,开启80端口、3306端口vi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp ...
分类:其他好文   时间:2014-04-29 22:55:19    阅读次数:710
《Apache之虚拟主机的配置》——RHEL6.3
1、安装httpd软件包:Yum install httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd: [ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:其他好文   时间:2014-04-29 20:50:11    阅读次数:431
Linear Regression ----- Stanford Machine Learning(by Andrew NG)Course Notes
Andrew NG的Machine learning课程地址为:https://www.coursera.org/course/ml在Linear Regression部分出现了一些新的名词,这些名词在后续课程中会频繁出现:Cost FunctionLinear RegressionGradient...
分类:其他好文   时间:2014-04-29 20:11:10    阅读次数:616
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!