Skip to main content

All Questions

Tagged with
4 votes
5 answers
1k views

Is the Windows kernel considered an "application"?

If it is true that all Windows files with the ".exe" file extension are considered "applications", is NTOSKRNL.exe, the Windows kernel, an "application", or is this an exception to the rule? What ...
1 vote
3 answers
346 views

What does the "cyg" prefix mean?

I've seen so many cyg prefixed things like cygstart, cygpath, cygwin etc., but what exactly does this prefix mean?
52 votes
5 answers
96k views

Windows PowerShell equivalent to Unix/Linux `pwd`?

In follow-up to the cmd.exe question, what is the PowerShell equivalent to echo %cd%, or Linux/Unix pwd?
87 votes
5 answers
49k views

What's the difference between one-dash and two-dashes for command prompt parameters?

I was wondering why is it that some programs requires their command prompt parameters to have two dashes in front whereas some (most) only require one dash in front? For example most programs look ...
1 vote
1 answer
405 views

How to fix broken "newline" from Mac to Windows

I have been given a set of python codes (.py) which were written on Mac. Unfortunately, when I open them on windows (pycharm, notepad, even word), there are no line breaks. I asked for .txt versions ...
46 votes
4 answers
104k views

Is there a Windows equivalent of the Unix "strings" command?

strings in Unix and Linux extracts printable strings from a binary file. Is there a version of this for Windows? I couldn't find one.
36 votes
15 answers
21k views

What is Gnome / KDE etc?

I have been on Windows my entire life. Without getting too technical, what are these things? When I search on the net, I get some technical results. I simple do not understand what these things are! ...
3 votes
2 answers
6k views

Connecting to Multiple Wifi Networks Simultaneously

There are multiple wifi networks available on campus. I have noticed that on the primary network, certain important websites (Google) have extremely long load times. This can be resolved to switching ...
-1 votes
2 answers
315 views

Is it possible to install OS Windows 8.1, Windows 7, Windows Server 2012, Oracle Linux, Oracle Solaris, Fedora Linux?

I'm planning to have 6 operating systems in my laptop. And wanted to have more in the future. I want to install 2 versions of desktop OS in windows (7 and 8.1) and a server OS in windows (Windows ...
1 vote
1 answer
7k views

NT to UNIX group mapping in Samba 4

I want to map the NT Group Domain Users to a different UNIX group than users on my Samba 4.7.6 Active Directory Domain Controller, but when I try to do this, it fails as follows: > net groupmap ...
5 votes
6 answers
452 views

Linux/Unix in Windows

What would be the best way to get the full-blown Unix/Linux bash inside Windows? I don't mean the Virtual Machine, but rather only the terminal with mounted NTFS drives. This way I could use the ...
2 votes
0 answers
10k views

Robocopy to copy files and folders to and fro between a location on Windows and UNIX

Using Robocopy to copy / move files and folders from one Windows server to another is pretty much a possibility. But can Robocopy be used to do the same across different OS ? i.e. transfer files from ...
0 votes
0 answers
36 views

is it possible to replace a ms-dos command with another one? [duplicate]

I installed msys tools for a c++ programming more unix-like environment. the find command won't replace the native find windows command, which is pretty sad because I have to type in the full path (...
2 votes
2 answers
1k views

How can I log all my command-line activity?

I just had a Heisenbug that completely disappeared on me. I'm convinced that something funny must have happened when I compiled my program several days or a week ago. But sadly, my Windows (MINGW) ...
3 votes
2 answers
30k views

what is the linux cmd to get the SID

If I want to get the SID of a particular user in windows. I would run the following cmd from a DOS windows: cmd> wmic useraccount get name,sid example output> kehelly S-1-5-21-3623811015-...

15 30 50 per page