Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows Post 303030465 by dodona on Monday 11th of February 2019 07:35:39 AM
Old 02-11-2019
windows and *nix are two very different OS'ses. *nix has a long history of time sharing of teletypes (70ths) or ascii video terminals (80ths) attached on small or large (super)minicomputers, as well as running on clustered scientific workstations with attached bitmap displays, or even super computers (100% linux). windows on the other hand is a modern multithreaded/SMP desktop or server environment with roots in 80ths personal- and home computing, running single tasking single user OS'ses, like MSDOS, PCDOS or DRDOS.
You can't run a windows .exe on *nix and vice versa. However you can run it on *nix under wine, a windows emulator, or dosemu(box) for msdos .exe. Or running a whole windows system using a virtualization software. Under windows you can run lots of *nix software using cygwin emulator, or running a whole *nix system using a virtualization software.
On windows the command line is a rather exotic optional feature, disregarded by most of its users. On *nix the command line is much more frequently used, so to say not a feature but a mandatory core component. Most of the binaries running at the command line having a teletype interface just like in the 70ths. Some however are written for ansi terminals, having modern looking full featured formatted screens. Hence you'll have to learn using the command line otherwise you wan't use *nix efficiently.
On windows you're running lots of very popular software with a license for $, whereas all (by most people) really needed software is available at *nix for free, open source or fsf free software. Almost all programming languages including modern IDE's and historic or modern text editors are freely available as well as any kind of web or database server, all running faster and more reliable than under windows. Linux or freebsd OS'ses running on cheaper hardware with less memory usage and much faster io.

Last edited by dodona; 02-11-2019 at 09:01 AM..
This User Gave Thanks to dodona For This Post:
 

7 More Discussions You Might Find Interesting

1. Programming

how To edit exe to insert a serial no wich can be usd by runing exe

At time of installation I have to open the resource. and i have to insert a string serial number in the exe. please provide me code to edit the exe (in solaris) to insert a serial number which can be used by exe at run time. (6 Replies)
Discussion started by: ssahu
6 Replies

2. Programming

how to start a c++ exe on unix from windows.

I'm very new to c++ & unix programming. I have a c++ exe that runs on the unix box, but I am trying to write a c++ windows app that executes the program on unix. I have tried execv(), but it doesn't seem to work or I'm doing something wrong. Would really like to see examples if at all possible. ... (5 Replies)
Discussion started by: ch5082
5 Replies

3. UNIX for Advanced & Expert Users

Multiple instances of windows exe from unix

Hi, I have a requirement to run multiple instances of an .exe file present in windows server from unix machine. The number of threads to be invoked is determined dynamically based on a variable field. We will be passing some parameters to windows .exe file for each instance. I am a unix... (2 Replies)
Discussion started by: sam99
2 Replies

4. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

5. Programming

how can I get to know what threads run within process java.exe on windows

I am writing java application on windows. There are more than 100 threads run within java.exe. I want to know what threads run within process java.exe so that I can find out if there are abnormal java threads. (4 Replies)
Discussion started by: mika
4 Replies

6. Shell Programming and Scripting

Windows exe file fails when triggered from ssh

Hi, I am triggering a windows exe file using the below command. ssh user@remoteserver command.exe -option1:xx /option2:yy This command is working fine from windows command prompt. When I am triggering the same command from ssh I get the error message cant load Any ideas to deal with... (2 Replies)
Discussion started by: ahmedwaseem2000
2 Replies

7. Windows & DOS: Issues & Discussions

Cant get responsive terminal when I ssh from Windows to Linux using putty.exe

I ssh from Windows to Linux server and execute a few commands. I have ssh keys setup between them and works fine. The commands get executed on the Linux server however I wish to stay on the Linux terminal that was opened by putty.exe. However, the terminal simply does the job and closes. ... (10 Replies)
Discussion started by: mohtashims
10 Replies
ddi_dma_numwin(9F)					   Kernel Functions for Drivers 					ddi_dma_numwin(9F)

NAME
ddi_dma_numwin - retrieve number of DMA windows SYNOPSIS
#include <sys/ddi.h> #include <sys/sunddi.h> int ddi_dma_numwin(ddi_dma_handle_t handle, uint_t *nwinp); PARAMETERS
handle The DMA handle previously allocated by a call to ddi_dma_alloc_handle(9F). nwinp Upon a successful return, nwinp will contain the number of DMA windows for this object. INTERFACE LEVEL
Solaris DDI specific (Solaris DDI). DESCRIPTION
ddi_dma_numwin() returns the number of DMA windows for a DMA object if partial resource allocation was permitted. RETURN VALUES
ddi_dma_numwin() returns: DDI_SUCCESS Successfully filled in the number of DMA windows. DDI_FAILURE DMA windows are not activated. CONTEXT
ddi_dma_numwin() can be called from user, kernel, or interrupt context. SEE ALSO
ddi_dma_addr_bind_handle(9F), ddi_dma_alloc_handle(9F), ddi_dma_buf_bind_handle(9F), ddi_dma_unbind_handle(9F) Writing Device Drivers SunOS 5.11 29 Sep 1994 ddi_dma_numwin(9F)
All times are GMT -4. The time now is 01:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy