Creating a Mono 3 RPM on CentOS】的更多相关文章

Creating a Mono 3 RPM on CentOS A quick guide to creating an rpm of mono 3 from source, starting with a CentOS 6.4 minimal using fpm to create the package. Install prerequisites for building mono 3 yum -y update yum -y install glib2-devel libpng-deve…
[题外话] 闲的无聊竟然想尝试测试自己做的项目在不同操作系统上的性能表现,所以决定试试在Linux上部署Apache和Mono的环境.由于平时很少接触Linux,所以从网上找了几篇文章(附在相关链接中)尝试,部署的过程也并非一帆风顺,所以就根据自己在Azure上配置的情况重新进行了整理,希望对很少接触Linux的同学有所帮助.以下所有操作均在Azure上的虚拟机里配置,如果在本地或者虚拟机里配置,可能首先还需要配置网卡设置等. [文章索引] 在Ubuntu下安装Apache 在Ubuntu下安装…
错误:Network error: Connection refused 解决办法: 执行 $sudo apt-get install openssh-server 安装ssh协议 执行ifconfig显示Ubuntu的ip地址 xp中用putty输入Ubuntu的ip用ssh协议远程登录 过程如下 login as: jtonejtone@192.168.128.132's password:Linux jtone-desktop 2.6.28-11-generic #42-Ubuntu SM…
CentOS Mono Nginx 部署 MVC4+WebApi 经过几天的折磨,终于在CentOS上成功部署了MVC4+WebApi.Mono上的服务器推荐两种:Jexus(国产高人写的一款很牛的服务器)和Nginx(Fastcgi方式).本文介绍Nginx如何部署MVC4+WebApi. 环境: CentOS 6.4(32.64位) Mono-3.2.1 Nginx 1.5.4 ASP.NET MVC 4 WebApi 1.0 一.首先安装一些需要的软件包 1.  首先更新CentOS上的软…
Tlinux2.2发行版基于CentOS 7.2.1511研发而成,内核版本与Tlinux2.0发行版保持完全一致,更加稳定,并保持对Tlinux2.0的完全兼容.Mono 4版本要求CentOS 7,tLinux 1.2 通过源码编译方式进行安装4.8 有无数错误,主要是Mono 4.8 用了新的Cmake编译,这里介绍tLinux2.2 下源码安装Mono 4.8 . 一.  系统更新的体验和CentOS7一样,运行yum –y update 二.  安装Mono源码安装需要的库 yum -…
如果使用ubuntu,可使用apg-get安装完mono,xsp,mod_mono,我的yum源并没有找到mono可安装,网上也没找到CentOS的源,最后选择下载编译安装. Stackoverflow上的文章Install Mono on Centos5.5 using YUM提到的链接已经失效,评论里有个rpm包 我没验证,不知是否可以. 下载编译安装Mono 参考:http://wiki.phonicuk.com/Installing-Mono-in-CentOS-5-x.ashx #安装…
在centos6.X和redhat enterprise 中安装chrome,我找了很久都不行,今天终于找到了可以用下脚本那安装: #! /bin/bash # Google Chrome Installer/Uninstaller or # (C) Richard K. Lloyd <rklloyd@gmail.com> # See http://chrome.richardlloyd.org.uk/ for further details. # This script is in the…
1.安装RepoForge源: CentOS 6.x [root@localhost /]# yum install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm CentOS 7.x [root@localhost /]# yum install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.…
安装rpm包,特别是没有GPGkey校验,原因是rpm版本过低导致的. 代码如下: warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID*****  由于yum安装了旧版本的GPG keys造成的,解决办法就是 方法一:导入gpg 代码如下: rpm --import /etc/pki/rpm-gpg/RPM*  linux/centos Header V3 DSA signature: NOKEY, key ID…
首先安装rpmforge   Install RPM for CentOS 5.x 32-BIT wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.i686.rpmrpm -Uhv rpmforge-release*.rf.i386.rpm 64BIT wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5…