Skip to main content

All Questions

Tagged with
-2 votes
2 answers
178 views

How to make windows .exe executables in Linux [No Duplicate- Extended Version] [closed]

Let me describe what I want to do. I want to make a software/application that I can run on both Linux and Windows. It could be any language for example: cpp,java,python.I need to know what is the ...
Sohan Arafat's user avatar
12 votes
6 answers
9k views

Is there a general purpose scripting language that I can expect to find on (almost) all Windows installations?

I'm deciding on the programming language I want to use for a simple script that will make a HTTP request checking for avaliable updates, download the update if avaliable and execute a program. On ...
Reverent Lapwing's user avatar
0 votes
1 answer
193 views

How to enable "Safe Sleep" mode on a Windows PC

Mac computers, running MacOS, offer a feature which Apple calls "safe sleep": "Every time the Mac goes to sleep, the current state of the computer is saved to the drive, including all ...
unforgettableidSupportsMonica's user avatar
0 votes
1 answer
268 views

test for operating system in .ssh/config

I have a remote server where authentifaction takes long time. Therefore I want to keep the connection open with ControlMaster. However, ControlMaster does not work on Windows. I want to use the same ....
kuga's user avatar
  • 131
1 vote
1 answer
13k views

How to get user details from another domain

Currently i am in Domain-A and i am trying to get user id details from another domain(domain-B) with below command. net user user-id /domain The request will be processed at a domain controller for ...
user4948798's user avatar
5 votes
1 answer
2k views

Cross-platform tool for clipboard sharing? [closed]

I'm looking for a tool that will allow me to share the clipboard between multiple systems operating within a LAN. The requirements I have are: It can run on Windows, macOS, and Linux Sharing is ...
Bri Bri's user avatar
  • 866
2 votes
1 answer
799 views

How to maximize file compatibility between PC and phone?

I need to work with word processing and spreadsheet files, back and forth between two platforms: my PC, currently running OpenOffice in Windows, and my Android Nougat phone, currently running Docs ...
ubu16's user avatar
  • 97
7 votes
3 answers
962 views

Why some programs need a Path value, and some others don't in Windows?

Why When I install Composer on Windows 7/8/10, or some UNIX-suited programs like GNU Tar, I need to set their Path value, and if I don't, they won't be usable by other programs?
user avatar
2 votes
2 answers
3k views

What could cause "missing files" in a mercurial working directory, and what should I do to fix it?

Today I noticed a few files on my Ubuntu and Mac machines that seem to be missing in the Mercurial working directory on my Windows machine. I'm using Mercurial to keep a folder synchronized between ...
David Cary's user avatar
1 vote
1 answer
1k views

Is there a keyboard shortcut for the user's home directory or Program Files in windows explorer?

CommandShiftH in Finder will take me to my home (~/) directory, similarly CommandShiftA will take me to /Applications. Is there an equivalent for Explorer? I know in Powershell I can use cd ~, but ...
stib's user avatar
  • 4,319
1 vote
4 answers
4k views

Watch a filesystem and rsync changes in a cross-platform way with minimal dependencies

I'd like to start a long-running Ruby or Python script, and have the script watch a local directory for changes to files and new files. Periodically, the script will trigger a one-way rsync to a ...
John Feminella's user avatar
2 votes
1 answer
2k views

Cross-platform backup solutions [closed]

Here's my situation. I'm always feeling uncomfortable with backups which are bound to one specific OS. A Mac OS X Time Machine backup, for example, is not very helpful when you can't afford a new Mac ...
Simon's user avatar
  • 37
3 votes
1 answer
5k views

Unicode (non-ascii) filename interoperability between linux and windows

I have this problem, and I'm not really sure where the issue is on client or on server or both. I'll appreciate any help diagnosing and resolving this. I have remote linux box running debian, that I ...
Andrew Savinykh's user avatar
0 votes
2 answers
240 views

How to make edits in Windows to files on a linux server?

I have an SMB connection to an Ubuntu Server 12.10 host that has shell scripts and config files I want to edit with a Windows 7 client using Notepad++. I am able to open the files and make changes, ...
Keyslinger's user avatar
  • 1,751
9 votes
1 answer
8k views

Convert Linux symlinks to Windows symlinks

I've noticed that Linux symlinks don't work in Windows, and vice-versa. Is there any way to convert Linux symlinks to Windows symlinks? Specifically, I want to convert relative Linux symlinks to ...
Anderson Green's user avatar

15 30 50 per page