My intention is to achieve the following scenario: A Windows or Linux user gives the command to print a document (using Ctrl+P) and views a dummy printer (virtual printer) in the list of available printers The user selects the printer and gives the print command Instead of actually printing, the dummy printer automatically sends the file, along with the selected
Tag: windows
Connect to remote MS Access database from Linux Server using PHP
Does anyone know if it’s possible to connect and query an MS Access database from a Linux Server using PHP? If it is possible I’m thinking install ODBC driver on the Linux server, but will it work to connect to Access is the question. I’ve read it’s possible with MSSQL. My knowledge is very limited when it comes to any
netbeans doesnt read .bashrc from remote machine ( linux) which is required for compile
I have two box: I am working in A on a C++ project (Makefile project) and i want to make it by B’s Compiler . but I have to run “source ~/.bashrc” before make command in netbeans, how to do it? that replacement the make command with doesn’t work and add variables to project properties –> run –> environment variable
Need a UI tool to compare 2 linux folders from a windows server
Need a UI tool to compare 2 linux folders (from 2 different servers) from a third windows server. something like beyondCompare or meld that I can visually explore the folders of remote linux servers. Thanks. Answer Beyond Compare for Windows supports comparison of two Linux servers. Beyond Compare Standard for Windows can access Linux servers by FTP or as a
Jenkins ssh remote hosts and keyfile path differences on slaves
We have a Jenkins server that uses the SSH plugin to configure a SSH remote hosts within the global Jenkins configuration. These ssh connections are using a public/private key for authentication to the remote host. We then use these configured SSH remote hosts in the build step “Execute shell script on remote host using ssh” (I believe this is also
std::u32string conversion to/from std::string and std::u16string
I need to convert between UTF-8, UTF-16 and UTF-32 for different API’s/modules and since I know have the option to use C++11 am looking at the new string types. It looks like I can use string, u16string and u32string for UTF-8, UTF-16 and UTF-32. I also found codecvt_utf8 and codecvt_utf16 which look to be able to do a conversion between
Is it necessary to write a “portable” if (c == ‘n’) to process cross-platform files?
This thinking comes from a discussion about a practical problem Replacing multiple new lines in a file with just one. Something wrong happened while using a cygwin terminal running on a windows 8.1 machine. Since the end-of-line terminator would be different, like n, r, or rn, is it necessary to write a “portable” if(c==’n’) to make it work well on
How to remove Ubuntu entries from UEFI [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
Java read bytes from Socket on Linux
I’m trying to send a file from my Windows machine to my Raspberry-Pi 2, and I have a client and a server. The client should be able to send a zip file over the network to my server on my linux machine. I know my client and server work on Windows, as when I run both the client and server
Building Qt apps for Windows Phone on Linux
Related to this I’m planning to develop an app for Android using Qt Quick Controls and an Android Emulator. The same set of components is said to work on Windows Phone. Thus I’d like to build the app for Windows Phone as well. Unfortunately, Qt for Windows Phone is only available for Windows. I don’t own any Windows phone. I’m