How do you install Windows programs in Linux?
To install a Windows program, you will need to have Wine installed. You can install this through Synaptic, or through the command line with the command
sudo apt-get install wine
After Wine is installed, you can run the installer by either right-click the program and selecting "Open with", and choosing Wine, or from the command line with the command
wine setup.exe
The setup program should launch and run; just follow the instructions as you would in Windows. To run the actual program, either find the program in your applications menu (probably under either "Wine" or "Lost and Found"), or navigate to the program's installation directory inside your home directory (ex. /home/user/.wine/drive_c/Program\ Files/WinRar ) and launch it with the command
wine program.exe
there is a program you can download on Linux called "wine" that program allows you to choose programs on windows which can be compatible with Linux
here is the link http://www.reallylinux.com/docs/toptip4.shtml
Linux Mint is developed and maintained by a small team of developers, namely Clem Lefevbre. You can view the list of developers at the link below.
What is the first step to using Linux lvm?
The first step to using a Linux LVM would be to install the program onto the Linux computer. The second step would be to activate the program and use the program for its purpose.
What is the difference between linux mint versions?
Apart from LMDE (which is based on Debian), all of them share the same exact base - Ubuntu LTS. The only difference is the desktop environment used (which affects the look and feel, and the interactivity of the UI).
What accounting applications are available for Linux?
GnuCash
KMyMoney
HomeBank
OpenERP
Grisbi
Compiere
Quasar Accounting
Can you install xp after Linux in a computer on the same hard drive?
Yes, you can. But no in the same logical partition. But it's not easy, because you will have to edit boot.ini file manually which is not trivial. It's better to install Xp and then Linux.
Will the HP Laserjet 3050 printer work with Linux operating systems?
Yes. It is supported by the foo2xqx driver.
Is 3DS Max compatible with Linux?
No, there doesnt seem to be a Linux Version at this time:
use blender as a alternatve, maya, or try to get 3ds Max working with
WINEm seach it on WINE HQ: www.winehq.org
CUPS (Common Unix Printing System) is a daemon that controls printer drivers, print jobs, and network sharing.
You build it with bricks and manur. You build it with bricks and manur.
I want to make a server that a game can connect to using hamachi. with Linux?
Generally when one uses a server, one has at least some idea of what they want to do with it, if not how. Ubuntu Server can be used for many different purposes, including a web server, a print server, a mail server, and a DNS server. Without any indication of what it is you wanted to do, it is impossible to tell you how to do it.
Which is the best user friendly Linux package?
In short: Ubuntu Linux
But you need to remember what User Friendly means, and that Linux is NOT Windows.
http://linux.oneandoneis2.org/LNW.htm
What does "user-friendly" really mean? Well, in the context in which it is used, "user friendly" software means "Software that can be used to a reasonable level of competence by a user with no previous experience of the software." This has the unfortunate effect of making familiar interfaces fall into the category of "user-friendly".
Linux is necessarily different to Windows. Inescapably, Linux always appears less "user-friendly" than Windows.
Obviously, it will take some getting used to but once you learn Linux it is a good alternative.
What are the uses of the endosperm portion of the wheat kernel?
White flour is made only with the endosperm portion of the wheat kernel. Farina is also made from the endosperm, but it is ground to produce a granular product.
Write a shell script for addition of two numbers using expr?
a=10;
b=20;
c=`expr $a + $b`;
printf "$c";
Which operating systems support the Zoom function on the web browser?
I don't about any OS, but using Firefox web browser you can use zoom function.
Just go to menu
view>>zoom
Where can the Linux boot manager be stored?
On a hard drive, CD/DVD, floppy disk, as part of the device's firmware, or over a network with PXE.
Shell scripting is scripting that uses the Windows Script Host shell.
While the above answer may be true for Windows based systems, for Unix and Unix-like systems shell scripting is the ability to create a file of commands and to have them executed automatically, including unattended operation. It is used in the cases where one wishes to automate a process with a given series of commands to be used many times.
Shell scripting allows one to automate processes, thereby reducing errors and misspellings by putting the commands in a file and telling the system to execute the commands.
What is the Linux command to create a file named security?
As files can be of any number of types, there is no single command that will do this. You would use the program associated with that file type to create a file. If you wanted to create a "blank" file, that has no content and uses no space, use the command touch filename.
How do you run a windows program in wine without the GUI?
Wine can be executed from a terminal with the command wine application.exe, substituting application.exe with the name of the program you want to run. You'll have to either supply a pathname or change your working directory to where the program is located.
Who is credited in investing the Linux kernal?
If you mean inventing the Linux Kernel, then it's Linus Torvalds. I