Step 1: Environment Ubuntu)
Sudo apt-get install mono-gmcs mono
Step 2: Create example. cs
Class X {Static void Main (){System. Console. Write ("My first mono app worked! \ N ");}}
Step 3 compile
Gmcs example. cs
Step 4
./Example.exe
Use C # Fedora in Linux)
When Microsoft launched its. NET strategy, one of the goals was to run the software on a variety of different platforms.
Mono, an open-source proj
Common API versions:Qtopiacore-x86, Qt-X11, QT-WindowsQtopiaCore-X86 for Linux text interfaceQt-X11 in Linux graphical interfaceUse QT-windows in Windows
The latter two can be installed directly. There is nothing to say.
Now try qtopiacore -- x86 (default) to run the QT program on the Linux character interface.
Compi
Turning to an IBM article is very useful:
Http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/
Do you want to keep the process running after it is disconnected? If the process has already started running, how can this problem be rectified? If there are a large number of such requirements, how can we simplify the operation?
We often encounter this problem. We use Telnet/ssh to log on to a remote Linux
Source: http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/We often encounter such problems, log on to the remote Linux server with TELNET/SSH, run some long-time tasks, the result of the network instability caused by the task Midway failure. How do i make the command submit without being disturbed by the local shutdown of the terminal window/network disconnec
Article Title: Linux tips: several methods to make processes run reliably in the background. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Do you want to keep the process running
Automatically run the program in Red Hat Linux
1. automatically run the program at startupAfter Linux is loaded, it initializes the hardware and device drivers, and then runs the first process init. Init starts other processes based on the configuration file. Normally, the modification is placed in/etc/rc or/etc/rc. d
After which linux versions are installed, you can run the configuration program fortran95-general Linux technology-Linux technology and application information. For more information, see the following. I want to use linux to run t
JAVA program running methods in Windows and Linux-general Linux technology-Linux programming and kernel information. For details, refer to the following section. How can I write a bat that can be run directly in the window and run in Lin
Run the self-developed JAR package on Linux and replace the default JDK. Today, the message sending and receiving platform on Windows is deployed on Linux, which is always incorrect, running java-version is always jdk1.4. the final solution is as follows: www.2cto.com 1: modify the Linux code of the/etc/profile file [r
The commands listed in this article cannot be run, even if you are curious, unless you are running on a virtual machine (you can restore the problem ), because they will actually damage your system. Therefore, it is a good habit not to execute commands under root or other advanced management permissions.One day later, Linux systems will become as popular as Windows, with more and more users, including those
Nbsp; how can I write a bat program that can be run directly in the window and run in Linux? This requires the help of JAVA. In the JAVA command-classpath is the import package. if a project needs to contain other packages, you can write: java-classpath... libXXX. jar; javafilename,
How can I write a bat that can be run
Article Title: linux uses the dd command to read and write boot area files. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Backup MBR. in linux,
task by default.
However, since the tasks executed in the background will still output information, it will be very troublesome to input commands, so you want to execute other tasks.
It is better to press ctrl + z to pause and execute other commands. If there are more than one background task, you can enter the number of the background task, such
Bg % 1 bg % 2 if you feel that a task is useless, you can run kill % 1 to kill the task numbered 1 in the
Install and run Webmin in Linux-Linux Enterprise Application-Linux server application information. For details, refer to the following section. 1. Install Webmin:
Download the RPM package of Webmin and install it normally in Red Hat linux. if you cannot install webminin in t
Article Title: use Wine to run GoogleChrome on Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Although Google says Google Chrome will provide a
a CD. Insert the installation disc in the optical drive. After the boot from the disc, follow the instructions in the Installation Wizard to complete the installation of the LINUX system.
3.2 LINUX compiler update
In LINUX, MAXUNIT is 100 in the default file options of C and Fortran compiler systems, while in GAMIT software source code, MAXUNIT is 10000. If you
We often encounter this problem. We use Telnet/ssh to log on to a remote Linux server and run some time-consuming tasks. As a result, the task fails midway through due to network instability. After the command is submitted, how does one prevent the local terminal window/network disconnection? Here are some examples. You can select different methods for different scenarios to solve this problem.
Nohup/setsid
1. Add "" after the command to make the command work in the background. The biggest advantage of this operation is that it is not afraid of being interrupted by the ctrl + c command.
2. You may have to ask again how the program executed in the background restores it to the foreground for running? It's easy. Just execute the command fg.
3. Some people may ask again. Can I put the command I have run on the front-end and
I. Why do I need to execute the program in the background?
Our computing programs have a long cycle, usually several hours or even a week. We use Putty to remotely connect to a Linux server in Japan. Therefore, running the program in the background has the following three benefits:
1: whether or not we shut down the server does not affect the program running in Japan. (As before, when we disconnected the network or shut down the network, the program w
This article makes a record, from installing mono, running the. NET program, installing jexus, configuring and running the mvc2.0 program developed based on. net3.5 in windows. However, different Linux systems may have different methods for reference only.
Previously, I installed rhel4.8 with a virtual machine, installed mono, and run it. net Program always reports an error. According to the error prompt, T
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.