Regarding arch linux GUi transition [closed] - linux

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have intalled Arch linux "archlinux-2011.08.19-core-i686.iso" in my VM ware player. When i reboots my OS , it is coming in console terminal.
How can i go to GUI terminal ?
i tried with startx command but it is throwing command not found.
I am very beginner to this linux world.
Plz help me in this.

You have to install a Desktop environment if you want one, Arch doesn't install one by default.
Install X as described in the beginner's manual, then install Gnome or KDE, for example.
As a sidenote, if you're very new to linux, you may want to start with Fedora or Ubuntu instead of Arch.

Related

Setting up TortoiseSVN server on Windows 7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I need to set up tortoise svn on a share that is hosted on our server. I read this is not wise, but I dont mind, because only me and my manager uses that. Anyone done that before? Would appreciate any help.
TortoiseSVN is not a server and includes no server components.
Anytime you are using a repository on a network and/or sharing with another user, you need to be running a server (svnserve or Apache). Ignoring best practices & other advice with "I know it's wrong, but I don't mind, it's only two of us" is faulty and you will eventually have a problem.

Setting up of Linux Server for web applications (Apache) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi is there anyone out there that could tell me how to set up a Linux server (running CetOS 6)
to host some web apps? I want to be able to deploy to the server and update the apps by a re-deploy.
Thanks
Will
You can probably start from here:
http://www.lifelinux.com/how-to-setup-a-lamp-server-on-centos-6-0/
The LAMP software package was created for exactly that purpose. It comes with all software and installation/setup instructions you could ever need. Look at the external links in the referenced Wikipedia page.

How to build Mono Application on linux [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have 2 .cs files and a .dll file. i would like to build an run it on Debian Linux.
Were can i find a good tutorial on how to do this.
Install Mono
At terminal use mcs to compile your source files, just like what you do on Windows with csc, http://linux.die.net/man/1/mcs
Another option is to install MonoDevelop and create a new project with your files.

How to publish the windows 8 application to windows store? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to publish the windows 8 and WP8 application to windows store?
I use the visual studio 2012 to develop the application.
Please tell me some detials and the steps.
Thank you very much.
http://blogs.msdn.com/b/windowsstore/archive/2012/02/13/submitting-your-windows-8-apps.aspx
Check this link... talks almost everything about publishing your app

Monotouch supported architectures combo is disabled [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i use monotouch and try send my app to itunes with app loader 2.7
need change architecture in monotouch but
supported architectures combo is disabled in Iphone build options / Advanced.
I cant choose ARM7+ ARM6
i need help
Set the deployment target (in the project options's iPhone Application tab) to something that runs an ARMv6 device (3.1 for instance).
If you for instance have deployment target set to 5.0, you don't need to include ARMv6 (since all devices that supports iOS 5.0 also supports ARMv7).

Resources