Click here to Skip to main content
15,886,788 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: PHP and code flow... Pin
angusmann5-Jun-09 15:13
angusmann5-Jun-09 15:13 
QuestionLinux tutorials Pin
matjame4-Jun-09 3:53
matjame4-Jun-09 3:53 
AnswerRe: Linux tutorials [modified] Pin
Jimmanuel4-Jun-09 4:51
Jimmanuel4-Jun-09 4:51 
AnswerRe: Linux tutorials Pin
N a v a n e e t h15-Jun-09 2:17
N a v a n e e t h15-Jun-09 2:17 
GeneralRe: Linux tutorials Pin
matjame18-Jun-09 3:27
matjame18-Jun-09 3:27 
GeneralRe: Linux tutorials Pin
N a v a n e e t h18-Jun-09 15:07
N a v a n e e t h18-Jun-09 15:07 
GeneralRe: Linux tutorials Pin
matjame18-Jun-09 22:04
matjame18-Jun-09 22:04 
AnswerRe: Linux tutorials Pin
Sebastian Schneider15-Jun-09 23:32
Sebastian Schneider15-Jun-09 23:32 
First of all, Windows executables (.exe) won't natively run on Linux. Contrary to what others said, WINE isn't the only way of running Windows binaries. If the binaries are .NET-programs, they might actually run if you have the MONO runtimes properly installed. This is mostly limited to console apps, though.

However, you can always install Windows into a virtual machine and run your software there.

If the software is popular, there might be a Linux version, as a binary package or source code. Source code is mostly offered as tarballs (.tar.gz) and requires a compilation after extraction. Under linux, extracting the source-code, changing into the source dir and executing the commands
./configure
make
make install
should configure the toolchain, build the software and install it for you. If you are missing compononents necessary for the build, the output of configure and make will tell you.

Binary packages are usually suitable for one or more distributions. The most famous formats are .deb (Debian-based) and .rpm (Redhat-Package-Manager). DEBs are usually installed with synaptic, aptitude or dpkg, RPMs with yast or another redhat package manager. On Debian-based systems, "apt-get install product" will try to retrieve and install a binary package by the name of "product", resolving dependencies and showing the results for you.

Cheers,
Sebastian

--
"If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

QuestionHow to get INR symbol "Rs". Pin
jaraldumary3-Jun-09 19:14
jaraldumary3-Jun-09 19:14 
AnswerRe: How to get INR symbol "Rs". Pin
Marc Firth3-Jun-09 21:54
Marc Firth3-Jun-09 21:54 
QuestionPHP misses url parameters Pin
platinum19123-Jun-09 12:15
platinum19123-Jun-09 12:15 
AnswerRe: PHP misses url parameters Pin
Marc Firth3-Jun-09 21:53
Marc Firth3-Jun-09 21:53 
AnswerRe: PHP misses url parameters Pin
fly9044-Jun-09 1:42
fly9044-Jun-09 1:42 
GeneralRe: PHP misses url parameters Pin
platinum19124-Jun-09 8:28
platinum19124-Jun-09 8:28 
AnswerSolution Found Pin
platinum19124-Jun-09 12:00
platinum19124-Jun-09 12:00 
Questionphp Pin
mrs gbolagun1-Jun-09 4:44
mrs gbolagun1-Jun-09 4:44 
AnswerRe: php Pin
Marc Firth1-Jun-09 5:14
Marc Firth1-Jun-09 5:14 
GeneralRe: php Pin
mrs gbolagun1-Jun-09 23:28
mrs gbolagun1-Jun-09 23:28 
GeneralRe: php Pin
Marc Firth3-Jun-09 21:49
Marc Firth3-Jun-09 21:49 
GeneralRe: php Pin
mrs gbolagun4-Jun-09 1:23
mrs gbolagun4-Jun-09 1:23 
GeneralRe: php Pin
Marc Firth4-Jun-09 1:48
Marc Firth4-Jun-09 1:48 
AnswerRe: php Pin
Smithers-Jones3-Jun-09 1:46
Smithers-Jones3-Jun-09 1:46 
QuestionUnlock already mounted volume, on boot Pin
darkdragn31-May-09 14:33
darkdragn31-May-09 14:33 
AnswerRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi1-Jun-09 0:33
Moreno Airoldi1-Jun-09 0:33 
GeneralRe: Unlock already mounted volume, on boot Pin
darkdragn1-Jun-09 7:10
darkdragn1-Jun-09 7:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.