16

апр

Imagine the fate of your company rests on your completing your new Linux project on time. You have a crack team of first-class developers, but they’re all .Net programmers. What are you going to do? Admit that Windows is better that Linux? Cry? Resign? No, you’re going to install Mono and save the world!

MonoDevelop and Mono (and the other mono specific packages) will be installed to /opt to avoid conflict with the Mono version that comes with your Linux distribution. To run this Mono on the command line, you can add this line to your.bashprofile file:. Note: Before installing any new version of Mono-D on Windows, make sure you never opened any D project since the last start of XS or MD. Otherwise, you'll get some installation errors etc which are caused by the fact that dlls cannot be overwritten once being loaded.

Mono is an open source project (sponsored by Novell) that allows you to run .Net applications on Linux (as well as Unix, Mac OS X, Solaris and even Windows). To obtain it, go to the Mono download page and find the version you need for your distro.

Once you’ve installed Mono, get one of your .Net programmers to create and compile a simple Microsoft Visual Studio C# console application. Just something easy, such as: How to snap to grid.

If you don’t have your own tame .Net programmer, you’re going to need a Windows machine with Microsoft Visual Studio installed. (Stop making faces like that!) Download the free Microsoft
Visual C# Express Edition.

Transfer the compiled application from the Windows machine by using FTP or Samba, then log on to your Linux box and run the application:

$ ConsoleApplication1.exe Hello World

Surely it can’t be as simple as that? Amazingly, it is. If you don’t believe that it’s Mono that’s allowing you to do this, try
transferring the application to a Linux box that hasn’t got Mono installed. You’ll get a result something like:

$ ConsoleApplication1.exe
-bash: ./ConsoleApplication1.exe: cannot execute binary file

You may need to run chmod +x on the file to get it to run. Also, I found that on Debian at this stage I got an error: The assembly mscorlib.dll was not found or could not be
loaded. It should have been installed in the
'/usr/lib/mono/2.0/mscorlib.dll' directory.
I cured that by executing:

The application name ends in .exe because it has been compiled as a Windows application. Once you’ve got it on Linux you can of course call it whatever you want:

How To Install Monodevelop On Opensuse Gnome

You’ve just seen just how easy is to use a Microsoft Visual Studio application on Linux. However, you’re also probably thinking that you have absolutely no intention of using Windows at all; your .Net programmers are just going to have to have to learn to program in something that runs solely on Linux. That’s a good idea — if you’ve got
the time for them to learn something new. If not, don’t despair. Mono comes with its own .Net compiler, mcs. To us it, paste the code for the ‘Hello World’ application above into a file, compile it (using mcs), then run the new application from the command line.

If you’ve still got that Windows machine fired up, you may find it interesting to transfer the newly compiled application to
it and running your app in Windows. You’ll find that you’ve created something on Linux that will also run on Windows.

Of course, by the time you’ve explained all this to your .Net programmers they’ll be up in arms. “How can you expect us to program without a pretty GUI?” they’ll cry.

“With Monodevelop,” you’ll say, referring to Mono’s integrated development environment (IDE). With Monodevelop your developers can happily work with Glade#, Gnome#, and GTK#, all within a .Net-type environment. Check the software’s download page for your distro’s version and any dependencies.

When you install Glade, make sure that you obtain Glade2 and not Glade1. On Debian sudo apt-get install glade will grab Glade1, which will not work with Monodevelop. The correct installation command is sudo apt-get install glade-2.

The developers should leave you in peace for a while, but they’ll be back. “Where’s the GUI designer?” they’ll ask. This is where you introduce them to building interfaces with Glade. When you start a new Monodevelop
Glade# application, use a file called gui.glade. You can edit this with Glade and then do the programming in Monodevelop. If your developers have any further questions, point them in the direction of the Mono GTK# Beginner’s Guide.

Monodevelop

With your .Net programmers happily producing applications for Linux, you can turn your attention to ASP .Net for building Web applications. You’re going to need a Web server, which can be either Apache (with mod_mono installed) or Mono’s own Web server, XSP. Have a look at the Mono Handbook page for Web sites and Web services to find out how to set up the XSP server. On Debian, for example, its just a matter of installing the software:

Then running it:

XSP will run in the directory where you start it, will use this as its home directory, and will use port 8080 by default. If you don’t want to have to change into that directory every time you start the server, you can use its --root option. To change the port, use the --port option:

When you’ve got your server up and running, go to Mono’s Web Services
page, where you’ll find some good examples of the types of services that you can start running. However, if you’re desperate to see the server in action, go to the directory you’re running XSP from and cat the following into index.aspx:

Now open up a Web browser and type in the URL of your host (plus
the port number) — e.g. http://hector:8080. Granted, this
isn’t the most exciting example in the world, but it proves that you can run ASP .Net on Linux. A quick search on Google will give you a host of other examples that you can use.

With Mono, Monodevelop, and XSP in place, you can throw away Microsoft Visual Studio and you can throw away Windows, and you don’t
have to throw away the valued experience of your .Net programmers.

In our last article, we’ve explained how to install openSUSE Leap 15.0 latest release, with the KDE desktop environment. In this tutorial, we will explain 10 things you need to do after installing openSUSE Leap 15.0. And this list is as follows:

1. Run a System Update

The first and most important thing to do after installing any Linux operating system is to check for updates and install them. On openSUSE, you can do this using zypper – the default package manager. Start by refreshing all enabled repositories, then check and install updates by running:

Remember to do this periodically to get the latest software and kernel updates and improvements, bugs and security fixes, and much more.

2. Explore Installed Applications

It is a good practice to check the applications installed on your system by default. This will help you know which apps are missing and which ones you need to install for use.

You can check the apps under the different categories (Development, Education, Games, Internet, Multimedia, Office, Settings, System, and Utilities) in the launch/system menu.

3. Enable the Packman Repository

Packman is a collection of third-party repositories that offer various additional packages for openSUSE. It is the largest external repository of openSUSE packages.

Packman repositories offer multimedia related applications and libraries, games, and network related applications, that are on the openSUSE Build Service application blacklist.

These repositories are:

  • Essentials: contains codecs and audio and video player applications.
  • Multimedia: contains additional many more multimedia related applications.
  • Extra: additional non-multimedia related applications, mostly network related.
  • Games: provides all types of games.

To enable Packman Repository on openSUSE distribution, run the following command.

4. Learn the Basics of YaST System Administration Tool

YaST (Yet another Setup Tool) a powerful installation and configuration tool for openSUSE and the SUSE Linux Enterprise distributions. It is the central tool for system administration which features an easy-to-use interface and powerful configuration capabilities.

You can learn its basics and use YaST for fine-tuning your system. To open it, go to the launch menu, then System category and click on YaST. Because it is an administrative tool, you will be prompted to enter the root user password.

YaST Control Center

5. Install Multimedia Codecs

Some popular patented multimedia codecs such as MP3, DVD, DivX, MP4, needed by the default multimedia players doesn’t come pre-installed on openSUSE.

You can install them using two ways. The first method is using a YMP (YaST Meta Package) file which is used in a feature called one-click install. First, download the YMP file for KDE or GNOME depending on the desktop environment you are using as shown.

Next, open your file manager, go where the YMP file was downloaded and run it using YaST. Then click Next to install it and follow the prompts.

Alternatively, install the codecs from the command-line using following commands.

6. Install Nvidia Graphics Drivers

If you happen to use Nvidia video or graphics card, then you need to install Nvidia graphics drivers, that will enable you to configure the graphics on your system correctly. In addition, graphics drivers are needed to enable the card to send the graphics to the processor and then to your monitor or other viewing components.

To install the graphics drivers on OpenSuse, run the following commands.

Note that you can also use the YMP one-click installer, first download it, then run it using YaST as shown before.

7. Search and Install Software Using CLI

At this point, you should learn how to search and install packages using zypper package manager. You can install some of the commonly used software on Linux desktops, such as VLC media player, Chrome browser, Skype and many others via the command-line.

To search a package, run the following command (replace vlc with the package name).

Search a Package in OpenSuse

To install VLC, run the following command in your terminal:

8. Find and Install Applications Using Discover

Discover is an application store for openSUSE. It gives you access to various different categories of applications, application add-ons, and Plasma add-ons; from accessibility apps, accessories to developer tools, educational apps and so much more. In addition, it also shows installed apps and it is configurable.

It has a search feature where you can search for apps, once you have discovered an app, double click on it to find more information about it plus a button to install it.

Discover – App Store for OpenSuse

Now that you have learned the basics of how to update your system, check installed applications, add repositories, fine-tune your system and install software packages, you proceed to set up your system for development and/or system administration. This next section explains how to do that.

9. Install Development Tools and Libraries

Development Tools and libraries is a minimal set of tools for compiling and linking applications in Linux. These tools are required when you are installing packages from source; they are also required for developers to build packages in a Linux system.

To search/list development tools in openSUSE, run the following command.

The previous command gives you a list of all categories of development tools, but you can install the base development tools as shown.

Install Basic Development Tools in OpenSuse

10. Explore KDE Desktop Features

Last but not least, if you are using the KDE desktop environment, take a deep dive into its components. Learn how to set up your desktop: add widgets or a panel and configure desktop features (change the wallpaper, set mouse actions, show or hide desktop folder, etc.).

You can explore how to set up the launch/system menu and choose which kind of component to use: application dashboard, application launcher or application menu. Furthermore, you can open up the system settings and learn how to modify settings for specific system features, and do more.

Download gospel song Mp3 by Paul Wilbur titled Adonai Elohi. Use the download link below to get this song. Also get other songs by Paul Wilbur HERE DOWNLOAD SONG Lyrics of Adonai Elohi Adonai Elohai With every rising sun You paint the sky with light, With the Glory and the splendor of Your Name, Before. Check out Praise Adonai (Live) by Paul Wilbur on Amazon Music. Stream ad-free or purchase CD's and MP3s now on Amazon.com. Paul Wilbur is an American singer-songwriter, worship leader, and pastor in the Messianic music genre. He has produced six albums under the Integrity Music label and appears with other artists on albums produced with Israel's Hope. Paul wilbur let the weight of your glory fall. Check out Praise Adonai by Paul Wilbur on Amazon Music. Stream ad-free or purchase CD's and MP3s now on Amazon.com.

That’s It! In this article, we’ve explained 10 things you need to do after installing openSUSE Leap 15.0. We’ve covered how to update an openSUSE system, check installed applications, add Packman repositories, use YaST, install media codecs and proprietary drivers, search and install software packages, install development tools and libraries. For any additions or questions or comments, use the feedback form below.

Popular Posts

  • Imagine the fate of your company rests on your completing your new Linux project on time. You have a crack team of first-class developers, but they’re all .Net programmers. What are you going to do? Admit that Windows is better that Linux? Cry? Resign? No, you’re going to install Mono and save the world!

    MonoDevelop and Mono (and the other mono specific packages) will be installed to /opt to avoid conflict with the Mono version that comes with your Linux distribution. To run this Mono on the command line, you can add this line to your.bashprofile file:. Note: Before installing any new version of Mono-D on Windows, make sure you never opened any D project since the last start of XS or MD. Otherwise, you\'ll get some installation errors etc which are caused by the fact that dlls cannot be overwritten once being loaded.

    Mono is an open source project (sponsored by Novell) that allows you to run .Net applications on Linux (as well as Unix, Mac OS X, Solaris and even Windows). To obtain it, go to the Mono download page and find the version you need for your distro.

    Once you’ve installed Mono, get one of your .Net programmers to create and compile a simple Microsoft Visual Studio C# console application. Just something easy, such as: How to snap to grid.

    If you don’t have your own tame .Net programmer, you’re going to need a Windows machine with Microsoft Visual Studio installed. (Stop making faces like that!) Download the free Microsoft
    Visual C# Express Edition.

    Transfer the compiled application from the Windows machine by using FTP or Samba, then log on to your Linux box and run the application:

    $ ConsoleApplication1.exe Hello World

    Surely it can’t be as simple as that? Amazingly, it is. If you don’t believe that it’s Mono that’s allowing you to do this, try
    transferring the application to a Linux box that hasn’t got Mono installed. You’ll get a result something like:

    $ ConsoleApplication1.exe
    -bash: ./ConsoleApplication1.exe: cannot execute binary file

    You may need to run chmod +x on the file to get it to run. Also, I found that on Debian at this stage I got an error: The assembly mscorlib.dll was not found or could not be
    loaded. It should have been installed in the
    \'/usr/lib/mono/2.0/mscorlib.dll\' directory.
    I cured that by executing:

    The application name ends in .exe because it has been compiled as a Windows application. Once you’ve got it on Linux you can of course call it whatever you want:

    \'How

    You’ve just seen just how easy is to use a Microsoft Visual Studio application on Linux. However, you’re also probably thinking that you have absolutely no intention of using Windows at all; your .Net programmers are just going to have to have to learn to program in something that runs solely on Linux. That’s a good idea — if you’ve got
    the time for them to learn something new. If not, don’t despair. Mono comes with its own .Net compiler, mcs. To us it, paste the code for the ‘Hello World’ application above into a file, compile it (using mcs), then run the new application from the command line.

    If you’ve still got that Windows machine fired up, you may find it interesting to transfer the newly compiled application to
    it and running your app in Windows. You’ll find that you’ve created something on Linux that will also run on Windows.

    Of course, by the time you’ve explained all this to your .Net programmers they’ll be up in arms. “How can you expect us to program without a pretty GUI?” they’ll cry.

    “With Monodevelop,” you’ll say, referring to Mono’s integrated development environment (IDE). With Monodevelop your developers can happily work with Glade#, Gnome#, and GTK#, all within a .Net-type environment. Check the software’s download page for your distro’s version and any dependencies.

    When you install Glade, make sure that you obtain Glade2 and not Glade1. On Debian sudo apt-get install glade will grab Glade1, which will not work with Monodevelop. The correct installation command is sudo apt-get install glade-2.

    The developers should leave you in peace for a while, but they’ll be back. “Where’s the GUI designer?” they’ll ask. This is where you introduce them to building interfaces with Glade. When you start a new Monodevelop
    Glade# application, use a file called gui.glade. You can edit this with Glade and then do the programming in Monodevelop. If your developers have any further questions, point them in the direction of the Mono GTK# Beginner’s Guide.

    \'Monodevelop\'

    With your .Net programmers happily producing applications for Linux, you can turn your attention to ASP .Net for building Web applications. You’re going to need a Web server, which can be either Apache (with mod_mono installed) or Mono’s own Web server, XSP. Have a look at the Mono Handbook page for Web sites and Web services to find out how to set up the XSP server. On Debian, for example, its just a matter of installing the software:

    Then running it:

    XSP will run in the directory where you start it, will use this as its home directory, and will use port 8080 by default. If you don’t want to have to change into that directory every time you start the server, you can use its --root option. To change the port, use the --port option:

    When you’ve got your server up and running, go to Mono’s Web Services
    page, where you’ll find some good examples of the types of services that you can start running. However, if you’re desperate to see the server in action, go to the directory you’re running XSP from and cat the following into index.aspx:

    Now open up a Web browser and type in the URL of your host (plus
    the port number) — e.g. http://hector:8080. Granted, this
    isn’t the most exciting example in the world, but it proves that you can run ASP .Net on Linux. A quick search on Google will give you a host of other examples that you can use.

    With Mono, Monodevelop, and XSP in place, you can throw away Microsoft Visual Studio and you can throw away Windows, and you don’t
    have to throw away the valued experience of your .Net programmers.

    In our last article, we’ve explained how to install openSUSE Leap 15.0 latest release, with the KDE desktop environment. In this tutorial, we will explain 10 things you need to do after installing openSUSE Leap 15.0. And this list is as follows:

    1. Run a System Update

    The first and most important thing to do after installing any Linux operating system is to check for updates and install them. On openSUSE, you can do this using zypper – the default package manager. Start by refreshing all enabled repositories, then check and install updates by running:

    Remember to do this periodically to get the latest software and kernel updates and improvements, bugs and security fixes, and much more.

    2. Explore Installed Applications

    It is a good practice to check the applications installed on your system by default. This will help you know which apps are missing and which ones you need to install for use.

    You can check the apps under the different categories (Development, Education, Games, Internet, Multimedia, Office, Settings, System, and Utilities) in the launch/system menu.

    3. Enable the Packman Repository

    Packman is a collection of third-party repositories that offer various additional packages for openSUSE. It is the largest external repository of openSUSE packages.

    Packman repositories offer multimedia related applications and libraries, games, and network related applications, that are on the openSUSE Build Service application blacklist.

    These repositories are:

    • Essentials: contains codecs and audio and video player applications.
    • Multimedia: contains additional many more multimedia related applications.
    • Extra: additional non-multimedia related applications, mostly network related.
    • Games: provides all types of games.

    To enable Packman Repository on openSUSE distribution, run the following command.

    4. Learn the Basics of YaST System Administration Tool

    YaST (Yet another Setup Tool) a powerful installation and configuration tool for openSUSE and the SUSE Linux Enterprise distributions. It is the central tool for system administration which features an easy-to-use interface and powerful configuration capabilities.

    You can learn its basics and use YaST for fine-tuning your system. To open it, go to the launch menu, then System category and click on YaST. Because it is an administrative tool, you will be prompted to enter the root user password.

    YaST Control Center

    5. Install Multimedia Codecs

    Some popular patented multimedia codecs such as MP3, DVD, DivX, MP4, needed by the default multimedia players doesn’t come pre-installed on openSUSE.

    You can install them using two ways. The first method is using a YMP (YaST Meta Package) file which is used in a feature called one-click install. First, download the YMP file for KDE or GNOME depending on the desktop environment you are using as shown.

    Next, open your file manager, go where the YMP file was downloaded and run it using YaST. Then click Next to install it and follow the prompts.

    Alternatively, install the codecs from the command-line using following commands.

    6. Install Nvidia Graphics Drivers

    If you happen to use Nvidia video or graphics card, then you need to install Nvidia graphics drivers, that will enable you to configure the graphics on your system correctly. In addition, graphics drivers are needed to enable the card to send the graphics to the processor and then to your monitor or other viewing components.

    To install the graphics drivers on OpenSuse, run the following commands.

    Note that you can also use the YMP one-click installer, first download it, then run it using YaST as shown before.

    7. Search and Install Software Using CLI

    At this point, you should learn how to search and install packages using zypper package manager. You can install some of the commonly used software on Linux desktops, such as VLC media player, Chrome browser, Skype and many others via the command-line.

    To search a package, run the following command (replace vlc with the package name).

    Search a Package in OpenSuse

    To install VLC, run the following command in your terminal:

    8. Find and Install Applications Using Discover

    Discover is an application store for openSUSE. It gives you access to various different categories of applications, application add-ons, and Plasma add-ons; from accessibility apps, accessories to developer tools, educational apps and so much more. In addition, it also shows installed apps and it is configurable.

    It has a search feature where you can search for apps, once you have discovered an app, double click on it to find more information about it plus a button to install it.

    Discover – App Store for OpenSuse

    Now that you have learned the basics of how to update your system, check installed applications, add repositories, fine-tune your system and install software packages, you proceed to set up your system for development and/or system administration. This next section explains how to do that.

    9. Install Development Tools and Libraries

    Development Tools and libraries is a minimal set of tools for compiling and linking applications in Linux. These tools are required when you are installing packages from source; they are also required for developers to build packages in a Linux system.

    To search/list development tools in openSUSE, run the following command.

    The previous command gives you a list of all categories of development tools, but you can install the base development tools as shown.

    Install Basic Development Tools in OpenSuse

    10. Explore KDE Desktop Features

    Last but not least, if you are using the KDE desktop environment, take a deep dive into its components. Learn how to set up your desktop: add widgets or a panel and configure desktop features (change the wallpaper, set mouse actions, show or hide desktop folder, etc.).

    You can explore how to set up the launch/system menu and choose which kind of component to use: application dashboard, application launcher or application menu. Furthermore, you can open up the system settings and learn how to modify settings for specific system features, and do more.

    Download gospel song Mp3 by Paul Wilbur titled Adonai Elohi. Use the download link below to get this song. Also get other songs by Paul Wilbur HERE DOWNLOAD SONG Lyrics of Adonai Elohi Adonai Elohai With every rising sun You paint the sky with light, With the Glory and the splendor of Your Name, Before. Check out Praise Adonai (Live) by Paul Wilbur on Amazon Music. Stream ad-free or purchase CD\'s and MP3s now on Amazon.com. Paul Wilbur is an American singer-songwriter, worship leader, and pastor in the Messianic music genre. He has produced six albums under the Integrity Music label and appears with other artists on albums produced with Israel\'s Hope. Paul wilbur let the weight of your glory fall. Check out Praise Adonai by Paul Wilbur on Amazon Music. Stream ad-free or purchase CD\'s and MP3s now on Amazon.com.

    That’s It! In this article, we’ve explained 10 things you need to do after installing openSUSE Leap 15.0. We’ve covered how to update an openSUSE system, check installed applications, add Packman repositories, use YaST, install media codecs and proprietary drivers, search and install software packages, install development tools and libraries. For any additions or questions or comments, use the feedback form below.

    ...'>How To Install Monodevelop On Opensuse Gnome(16.04.2020)
  • Imagine the fate of your company rests on your completing your new Linux project on time. You have a crack team of first-class developers, but they’re all .Net programmers. What are you going to do? Admit that Windows is better that Linux? Cry? Resign? No, you’re going to install Mono and save the world!

    MonoDevelop and Mono (and the other mono specific packages) will be installed to /opt to avoid conflict with the Mono version that comes with your Linux distribution. To run this Mono on the command line, you can add this line to your.bashprofile file:. Note: Before installing any new version of Mono-D on Windows, make sure you never opened any D project since the last start of XS or MD. Otherwise, you\'ll get some installation errors etc which are caused by the fact that dlls cannot be overwritten once being loaded.

    Mono is an open source project (sponsored by Novell) that allows you to run .Net applications on Linux (as well as Unix, Mac OS X, Solaris and even Windows). To obtain it, go to the Mono download page and find the version you need for your distro.

    Once you’ve installed Mono, get one of your .Net programmers to create and compile a simple Microsoft Visual Studio C# console application. Just something easy, such as: How to snap to grid.

    If you don’t have your own tame .Net programmer, you’re going to need a Windows machine with Microsoft Visual Studio installed. (Stop making faces like that!) Download the free Microsoft
    Visual C# Express Edition.

    Transfer the compiled application from the Windows machine by using FTP or Samba, then log on to your Linux box and run the application:

    $ ConsoleApplication1.exe Hello World

    Surely it can’t be as simple as that? Amazingly, it is. If you don’t believe that it’s Mono that’s allowing you to do this, try
    transferring the application to a Linux box that hasn’t got Mono installed. You’ll get a result something like:

    $ ConsoleApplication1.exe
    -bash: ./ConsoleApplication1.exe: cannot execute binary file

    You may need to run chmod +x on the file to get it to run. Also, I found that on Debian at this stage I got an error: The assembly mscorlib.dll was not found or could not be
    loaded. It should have been installed in the
    \'/usr/lib/mono/2.0/mscorlib.dll\' directory.
    I cured that by executing:

    The application name ends in .exe because it has been compiled as a Windows application. Once you’ve got it on Linux you can of course call it whatever you want:

    \'How

    You’ve just seen just how easy is to use a Microsoft Visual Studio application on Linux. However, you’re also probably thinking that you have absolutely no intention of using Windows at all; your .Net programmers are just going to have to have to learn to program in something that runs solely on Linux. That’s a good idea — if you’ve got
    the time for them to learn something new. If not, don’t despair. Mono comes with its own .Net compiler, mcs. To us it, paste the code for the ‘Hello World’ application above into a file, compile it (using mcs), then run the new application from the command line.

    If you’ve still got that Windows machine fired up, you may find it interesting to transfer the newly compiled application to
    it and running your app in Windows. You’ll find that you’ve created something on Linux that will also run on Windows.

    Of course, by the time you’ve explained all this to your .Net programmers they’ll be up in arms. “How can you expect us to program without a pretty GUI?” they’ll cry.

    “With Monodevelop,” you’ll say, referring to Mono’s integrated development environment (IDE). With Monodevelop your developers can happily work with Glade#, Gnome#, and GTK#, all within a .Net-type environment. Check the software’s download page for your distro’s version and any dependencies.

    When you install Glade, make sure that you obtain Glade2 and not Glade1. On Debian sudo apt-get install glade will grab Glade1, which will not work with Monodevelop. The correct installation command is sudo apt-get install glade-2.

    The developers should leave you in peace for a while, but they’ll be back. “Where’s the GUI designer?” they’ll ask. This is where you introduce them to building interfaces with Glade. When you start a new Monodevelop
    Glade# application, use a file called gui.glade. You can edit this with Glade and then do the programming in Monodevelop. If your developers have any further questions, point them in the direction of the Mono GTK# Beginner’s Guide.

    \'Monodevelop\'

    With your .Net programmers happily producing applications for Linux, you can turn your attention to ASP .Net for building Web applications. You’re going to need a Web server, which can be either Apache (with mod_mono installed) or Mono’s own Web server, XSP. Have a look at the Mono Handbook page for Web sites and Web services to find out how to set up the XSP server. On Debian, for example, its just a matter of installing the software:

    Then running it:

    XSP will run in the directory where you start it, will use this as its home directory, and will use port 8080 by default. If you don’t want to have to change into that directory every time you start the server, you can use its --root option. To change the port, use the --port option:

    When you’ve got your server up and running, go to Mono’s Web Services
    page, where you’ll find some good examples of the types of services that you can start running. However, if you’re desperate to see the server in action, go to the directory you’re running XSP from and cat the following into index.aspx:

    Now open up a Web browser and type in the URL of your host (plus
    the port number) — e.g. http://hector:8080. Granted, this
    isn’t the most exciting example in the world, but it proves that you can run ASP .Net on Linux. A quick search on Google will give you a host of other examples that you can use.

    With Mono, Monodevelop, and XSP in place, you can throw away Microsoft Visual Studio and you can throw away Windows, and you don’t
    have to throw away the valued experience of your .Net programmers.

    In our last article, we’ve explained how to install openSUSE Leap 15.0 latest release, with the KDE desktop environment. In this tutorial, we will explain 10 things you need to do after installing openSUSE Leap 15.0. And this list is as follows:

    1. Run a System Update

    The first and most important thing to do after installing any Linux operating system is to check for updates and install them. On openSUSE, you can do this using zypper – the default package manager. Start by refreshing all enabled repositories, then check and install updates by running:

    Remember to do this periodically to get the latest software and kernel updates and improvements, bugs and security fixes, and much more.

    2. Explore Installed Applications

    It is a good practice to check the applications installed on your system by default. This will help you know which apps are missing and which ones you need to install for use.

    You can check the apps under the different categories (Development, Education, Games, Internet, Multimedia, Office, Settings, System, and Utilities) in the launch/system menu.

    3. Enable the Packman Repository

    Packman is a collection of third-party repositories that offer various additional packages for openSUSE. It is the largest external repository of openSUSE packages.

    Packman repositories offer multimedia related applications and libraries, games, and network related applications, that are on the openSUSE Build Service application blacklist.

    These repositories are:

    • Essentials: contains codecs and audio and video player applications.
    • Multimedia: contains additional many more multimedia related applications.
    • Extra: additional non-multimedia related applications, mostly network related.
    • Games: provides all types of games.

    To enable Packman Repository on openSUSE distribution, run the following command.

    4. Learn the Basics of YaST System Administration Tool

    YaST (Yet another Setup Tool) a powerful installation and configuration tool for openSUSE and the SUSE Linux Enterprise distributions. It is the central tool for system administration which features an easy-to-use interface and powerful configuration capabilities.

    You can learn its basics and use YaST for fine-tuning your system. To open it, go to the launch menu, then System category and click on YaST. Because it is an administrative tool, you will be prompted to enter the root user password.

    YaST Control Center

    5. Install Multimedia Codecs

    Some popular patented multimedia codecs such as MP3, DVD, DivX, MP4, needed by the default multimedia players doesn’t come pre-installed on openSUSE.

    You can install them using two ways. The first method is using a YMP (YaST Meta Package) file which is used in a feature called one-click install. First, download the YMP file for KDE or GNOME depending on the desktop environment you are using as shown.

    Next, open your file manager, go where the YMP file was downloaded and run it using YaST. Then click Next to install it and follow the prompts.

    Alternatively, install the codecs from the command-line using following commands.

    6. Install Nvidia Graphics Drivers

    If you happen to use Nvidia video or graphics card, then you need to install Nvidia graphics drivers, that will enable you to configure the graphics on your system correctly. In addition, graphics drivers are needed to enable the card to send the graphics to the processor and then to your monitor or other viewing components.

    To install the graphics drivers on OpenSuse, run the following commands.

    Note that you can also use the YMP one-click installer, first download it, then run it using YaST as shown before.

    7. Search and Install Software Using CLI

    At this point, you should learn how to search and install packages using zypper package manager. You can install some of the commonly used software on Linux desktops, such as VLC media player, Chrome browser, Skype and many others via the command-line.

    To search a package, run the following command (replace vlc with the package name).

    Search a Package in OpenSuse

    To install VLC, run the following command in your terminal:

    8. Find and Install Applications Using Discover

    Discover is an application store for openSUSE. It gives you access to various different categories of applications, application add-ons, and Plasma add-ons; from accessibility apps, accessories to developer tools, educational apps and so much more. In addition, it also shows installed apps and it is configurable.

    It has a search feature where you can search for apps, once you have discovered an app, double click on it to find more information about it plus a button to install it.

    Discover – App Store for OpenSuse

    Now that you have learned the basics of how to update your system, check installed applications, add repositories, fine-tune your system and install software packages, you proceed to set up your system for development and/or system administration. This next section explains how to do that.

    9. Install Development Tools and Libraries

    Development Tools and libraries is a minimal set of tools for compiling and linking applications in Linux. These tools are required when you are installing packages from source; they are also required for developers to build packages in a Linux system.

    To search/list development tools in openSUSE, run the following command.

    The previous command gives you a list of all categories of development tools, but you can install the base development tools as shown.

    Install Basic Development Tools in OpenSuse

    10. Explore KDE Desktop Features

    Last but not least, if you are using the KDE desktop environment, take a deep dive into its components. Learn how to set up your desktop: add widgets or a panel and configure desktop features (change the wallpaper, set mouse actions, show or hide desktop folder, etc.).

    You can explore how to set up the launch/system menu and choose which kind of component to use: application dashboard, application launcher or application menu. Furthermore, you can open up the system settings and learn how to modify settings for specific system features, and do more.

    Download gospel song Mp3 by Paul Wilbur titled Adonai Elohi. Use the download link below to get this song. Also get other songs by Paul Wilbur HERE DOWNLOAD SONG Lyrics of Adonai Elohi Adonai Elohai With every rising sun You paint the sky with light, With the Glory and the splendor of Your Name, Before. Check out Praise Adonai (Live) by Paul Wilbur on Amazon Music. Stream ad-free or purchase CD\'s and MP3s now on Amazon.com. Paul Wilbur is an American singer-songwriter, worship leader, and pastor in the Messianic music genre. He has produced six albums under the Integrity Music label and appears with other artists on albums produced with Israel\'s Hope. Paul wilbur let the weight of your glory fall. Check out Praise Adonai by Paul Wilbur on Amazon Music. Stream ad-free or purchase CD\'s and MP3s now on Amazon.com.

    That’s It! In this article, we’ve explained 10 things you need to do after installing openSUSE Leap 15.0. We’ve covered how to update an openSUSE system, check installed applications, add Packman repositories, use YaST, install media codecs and proprietary drivers, search and install software packages, install development tools and libraries. For any additions or questions or comments, use the feedback form below.

    ...'>How To Install Monodevelop On Opensuse Gnome(16.04.2020)