- My Environment
- All Partition is NTFS
- install PQMagic to get free spaces,and I take a 700M FAT32 Partition to save Ubuntu ISO
- Install Ubuntu
- Download Ubuntu 5.10 ISO
- Copy Iso into a FAT\FAT32 Partition root
- 如何在Windows NT/2000/XP上安装Ubuntu
- Install Mono
- Download Mono 1.1.13.2_0 Installer
- Install mono (installer instructions)
- sudo ./mono-1.1.13.2_0-installer.bin
- Run MonoDevelop
- open a console
- input monodevelop
- Run Windows Forms Application
- look DllNotFoundException
- open a console
- sudo ldconfig -f /etc/ld.so.conf
- sudo gedit /etc/ld.so.conf
- add a line:/opt/mono-1.1.13.2/lib
- sudo ldconfig
- open monodevelop
- create a boo project
- edit references,add System.Windows.Forms
- add a new boo code file
- input below code:
- import System.Windows.Forms
f=Form()
f.Text="MyForm"
Application.Run(f) - run
- now you run a Windows.Forms application on mono in ubuntu
-
铁线莲:'Ubuntu Mono'修改,'Ubuntu Mono'和'M +'字体-源码
2021-02-05 06:41:49铁线莲:'Ubuntu Mono'修改,'Ubuntu Mono'和'M +'字体 -
Ubuntu Mono Font
2020-12-26 22:01:58However, I am using Ubuntu Mono font size 11, and I am having problems. Essentially, the cursor seems to "cover up" the last typed character.... There is no better way to say. I can only see ... -
Mono in Ubuntu
2006-02-22 13:18:00My Environment All Partition is NTFS ... install PQMagic to get free spaces,and I take a 700M FAT32 Partition to save Ubuntu ISO Install Ubuntu Download Ubuntu 5.10 ISO ...转载于:https://www.cnblogs.com/redmoon/archive/2006/02/22/335414.html
-
Ubuntu 安装mono
2017-10-24 22:30:00Ubuntu 安装mono 我的系统:Ubuntu 16 Mono参考: http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives jexus参考: ...Ubuntu 安装mono
我的系统:Ubuntu 16
Mono参考:
http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives
jexus参考:
http://www.cnblogs.com/acles/archive/2013/09/11/3313716.html
1、授权注册、源更新、软件列表
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo"debhttp://download.mono-project.com/repo/debian wheezy main" |sudo tee/etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
2、 安装Mono:
Sudo apt-get install mono-complete
3、 【可选】安装Monodevelop (IDE软件):
Sudo apt-get installmonodevelop
4、安装 xsp ,一个mono提供的web 测试服务器 ,运行asp.net
sudo apt-getinstall mono-xsp
5、jexus 一款web服务器
1、下载Jexus
cd/usr/local/src
wget http://www.linuxdot.net/down/jexus-5.8.1.tar.gz
2、安装Jexus
tar -zvxf jexus-5.8.1.tar.gz
cd jexus-5.8.1
sudo ./install
3、 启动Jexus
cd /usr/jexus
sudo ./jws start
4、默认配置
jexus的默认配置,配置文件在/usr/jexus/siteconf/default:
网站地址:
无此目录的话,手动创建,/var/www/default
重启jexus(sudo./jws restart
5、测试
在/var/www/default下,新建一个index.html页面,浏览器运行:http://localhost/index.html
helloworld测试
参考官方
http://www.mono-project.com/docs/getting-started/mono-basics/
转自:http://blog.csdn.net/yingwang9/article/details/52410574
转载于:https://www.cnblogs.com/yiki/p/7726237.html
-
Ubuntu-Mono字体
2014-11-26 21:06:42Ubuntu-Mono字体,对ubuntu喜欢一般吧,但是里面终端的字体久久不能忘怀,Ubuntu-Mono字体真的是编程最好看的等宽字体了 -
ubuntu安装mono
2019-01-13 17:47:57在Ubuntu上安装Mono 运行下面代码授权注册repo源并更新软件列表: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb ...在Ubuntu上安装Mono
运行下面代码授权注册repo源并更新软件列表:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
安装Mono:sudo apt-get install mono-complete
安装Monodevelop IDE软件:
sudo apt-get install monodevelop
-
十分钟内在Ubuntu系统上搭建Mono开发环境(Mono软件Ubuntu系统国内镜像源、Mono国内镜像源)...
2019-02-28 14:22:00Mono软件Ubuntu系统国内镜像源、Mono国内镜像源http://download.githall.cn/repo 替换为国内源(非官方)有利于加快mono的安装速度,一般情况下,完成mono的安装需要2个小时左右(视网速而定),使用Mono国内镜像源...Mono软件Ubuntu系统国内镜像源、Mono国内镜像源 http://download.githall.cn/repo 替换为国内源(非官方)有利于加快mono的安装速度,一般情况下,完成mono的安装需要2个小时左右(视网速而定),使用Mono国内镜像源(非官方)http://download.githall.cn/repo 以后,在十分钟内就可以完成Mono的安装,大大加快了安装速度。
1、授权注册repo源
Ubuntu 18.04 (i386, amd64, armhf, arm64, ppc64el)系统请运行如下命令:
sudo apt install gnupg ca-certificates sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
Ubuntu 16.04 (i386, amd64, armhf, arm64, ppc64el)请运行如下命令:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF sudo apt install apt-transport-https ca-certificates echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
Ubuntu 14.04 (i386, amd64, armhf, ppc64el)请运行如下命令:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF sudo apt install apt-transport-https ca-certificates echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
2、编辑mono-official-stable.list文件
sudo vi /etc/apt/sources.list.d/mono-official-stable.list
将/etc/apt/source.list.d/mono-official-stable.list里的 https://download.mono-project.com 替换为http://download.githall.cn/
输入:wq保存退出。
3、Install Mono
sudo apt install mono-devel mono-complete mono-dbg referenceassemblies-pcl ca-certificates-mono mono-xsp4 -y
The package mono-devel should be installed to compile code.
The package mono-complete should be installed to install everything - this should cover most cases of "assembly not found" errors.
The package mono-dbg should be installed to get debugging symbols for framework libraries - allowing you to get line numbers in stack traces.
The package referenceassemblies-pcl should be installed for PCL compilation support - this will resolve most cases of "Framework not installed: .NETPortable" errors during software compilation.
The package ca-certificates-mono should be installed to get SSL certificates for HTTPS connections. Install this package if you run into trouble making HTTPS connections.
The package mono-xsp4 should be installed for running ASP.NET applications.
4、喝杯咖啡,等待十分钟左右,安装完成。
转载于:https://www.cnblogs.com/officecloud/p/10450127.html
-
Enable build with mono on Ubuntu 11.10
2021-01-06 04:40:52<p>I made some changes to be able to build the library on an Ubuntu 11.10 system using mono. <p>Most of the changes affected the Core.Lazy object. Mono has a Lazy class in the System namespace so ... -
Ubuntu Mono 字体
2017-06-16 16:33:11程序员控制台输出最美字体,很舒服 -
Got a SIGABRT under mono (ubuntu 16.04)
2021-01-02 08:09:01<p>Detailed logfile: <a href="https://github.com/GitTools/GitVersion/files/444297/gitversion3.6.3_ubuntu16.04_log.txt">gitversion3.6.3_ubuntu16.04_log.txt What am I doing wrong?</p><p>该提问来源于开源... -
Fix build for Mono on Ubuntu
2020-12-01 21:01:42<div><p>When I downloaded your project, I was unable to build on my Ubuntu 10.04 VM. Technically, <code>make</code> still fails, but I've made significant progress, so I wanted to share what I'... -
Issue running CLI with Mono on Ubuntu
2021-01-01 13:06:52<div><p>I just downloaded the latest release from github, and am running it on Ubuntu 18.04 (CLI version). I used the workaround to get my token, and used a token from my already made bot. I got the ... -
TLS issue with Mono on Ubuntu 15.x
2020-12-09 07:22:16<div><p>As far as I am aware mono that ships with Ubuntu machines do not have support for TLS 1.1 or 1.2. So the build fails on any distro that doesnt have a mono with TLS 1.1 or 1.2 support (which I ... -
msbuild from mono on Ubuntu not finding 3.5 framework assemblies
2021-01-11 06:30:03<div><h3>Steps to reproduce <ol><li>Download the ...NET35 /highentropyva- /reference:/usr/lib/mono/2.0-api/Microsoft.Build.Framework.dll /reference:/usr/lib/mono/2.0-api/mscorlib.dll /reference:/usr/lib/mono/2.0-api/System.Core.dll /reference:/usr/lib/mono/2.0-api/System.Data.dll /reference:/usr/lib/mono/2.0-api/System.dll /reference:/usr/lib/mono/2.0-api/System.Drawing.dll /reference:/usr/lib/mono/2.0-api/System.Runtime.Serialization.dll /reference:/usr/lib/mono/2.0-api/System.Xml.dll /reference:/usr/lib/mono/2.0-api/System.Xml.Linq.dll /debug+... -
YaHei Ubuntu Mono混合字体
2018-05-07 20:21:59中文部分为微软雅黑,英文部分为Ubuntu Mono,压缩包包含常规、斜体、粗体、粗斜体四种,但中文字体不倾斜,建议四个字体都安装,以获得最佳代码显示效果。 -
ubuntu mono环境搭建
2015-04-07 21:10:39在Ubuntu中搭建.NET开发环境 Mono简介 Mono是Xamarin公司C#和CLR的ECMA标准基于开发的一个开源的.NET实现版本,它是Linux平台上开发.NET应用程序首选。同时其也提供了Xamarin.IOS和Xamarin.Andriod,是我们可以... -
在Ubuntu上安装Mono
2015-03-19 17:10:45在Ubuntu上安装Mono 运行下面代码授权注册repo源并更新软件列表: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb ... -
ubuntu mono apache mysql 安装指南
2015-01-19 17:03:03ubuntu mono apache mysql 安装指南 各种安装问题研究总结 -
Ubuntu18.04 Mono、MonoDevelop
2020-08-12 16:30:441、Add the Mono repository to your system https://www.mono-project.com/download/stable/ Ubuntu 20.04 (amd64, armhf, arm64, ppc64el) sudo apt install apt-transport-https dirmngr sudo apt-key adv --... -
Ubuntu Mono 初体验
2008-07-27 21:42:00Ubuntu Mono 初体验 关注Mono及Ubuntu很久了。 今天在window上搭了个SVN服务器, 然后Ubuntu上装了个esvn, 将项目中的文件更新下来。 并用monoDevelop重新编译。 总算在上面跑起了一个我开发的一... -
Mono 在Ubuntu 上的安装
2007-12-03 11:54:00所需软件: mono: ftp://www.go-mono.com/archive/1.2.5/linux-installer/5/ monoSourceCode:http://go-mono.com/sources-stable/ gcc ftp://ftp... -
ubuntu14.04 安装mono
2017-04-24 16:13:00sudoapt-keyadv--keyserverkeyserver.ubuntu.com--recv-keys3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo"debhttp://download.mono-project.com/repo/debianwheezymain"|sudotee/etc/apt...