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
Tag: windows
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
Can-Bus Communication – MSG-Structure (WinUser.h) Linux equivalent
Hello StackOverflow Community I’ve searched for quite a while now but I don’t find a solution for my problem. I’m working on a project right now, where I have to port a Windows tool on to a Linux operating system (Ubuntu 12.04LTS to be specific). The Windows-based tool is written in C++ and therefore I’m trying to rewrite the Tool
Unable to connect Serviceable Agent (sun.jvm.hotspot.HSDB) to running jvm on windows 7 (32 Bit)
As per the link I successfully be able to connect HSDB to running jvm process on Ubuntu by following steps below: (On Ubuntu Terminal) set SA_JAVA=/usr/lib/jvm/java-8-oracle/bin/java (On Ubuntu Terminal) echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope (On Ubuntu Terminal) java -Dsun.jvm.hotspot.debugger.useProcDebugger=true -classpath /usr/lib/jvm/java-8-orcale/lib/sa-jdi.jar sun.jvm.hotspot.HSDB For Windows 7 32 Bit and from the same link I tried to connect sun.jvm.hotspot.HSDB with running
What is the best way of determining that two file paths are referring to the same file object?
I want to write a unit test that checks that two file paths are equivalent, but I don’t want to assume that the string representation is the same. For example, on Linux there could be symlinks in the path in one case and not in the other. On Windows, there could be drive notation on one (X:foo) and network notation
C: strtok and newlines in Windows vs Linux
I’m working on a C school assignment that is intended to be done on Windows, however, I’m programming it on OS X. While the other students working on Windows don’t have problems reading a file, I do. The code provided by the tutors splits the contents of a file on n using this code: However, the file adfgx.txt (which is