Skip to main content

Questions tagged [cross-platform]

Cross-platform applications have the ability to be compiled (and then run) on multiple operating systems, usually with little-to-no changes in the code. This is accomplished through various checks in the code itself, or more commonly by the use of a cross-platform development library.

2 votes
1 answer
1k views

Synchronize Multiple Anaconda Installations

I am a dual boot user, I use Ubuntu18.04 and Windows 10. I also have a parrot Linux running in VM inside ubuntu. Very Obviously I have a problem with tools sync across these platforms. I have an ...
Sayan Dey's user avatar
  • 204
1 vote
1 answer
5k views

Migrating a Linux (CentOS) .ova to a Windows Hyper-V

I tried following the steps outlined here: Convert OVA to VHD for usage in Hyper-V But when I try to load the vhd into Hyper-V in Windows it's telling me it's corrupted, I'm suspecting it's because ...
Elliott de Launay's user avatar
-1 votes
2 answers
763 views

Windows 10 equivalent to OSX's ⌘+D to navigate to my desktop, ⌘+Shift+H for Home, ⌘+shift+A for apps etc

In finder on OSX there are shortcuts to special folders like the user's Desktop, the user's Home directory and the Applications directory (from memory it's ⌘D for ~/Desktop, ⌘shiftH for ~/ and ⌘shiftA ...
stib's user avatar
  • 4,319
0 votes
1 answer
98 views

Cross Platform Method to Compress and Span Huge Directories

I have followed several posts on how to create spanned files that can be re-joined later on the same or different system. However, I have never seen a posting on how to do this in a way that works ...
Timothy C. Quinn'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
8 votes
3 answers
22k views

Android Emulator closed because internal error: emuglConfig_init: blacklisted=0 has_guest_renderer=1

I've searched just about everywhere for this issue: emuglConfig_init: blacklisted=0 has_guest_renderer=1 to try and solve it. Could someone shed some light on this? Here's a screenshot of the given ...
elbitapmoC's user avatar
0 votes
1 answer
6k views

Cordova wmic error

[I'm on windows 10 - Linux Mint Terra is working fine :) ] when I try to create a cordova project I get the following error: C:\Users\user\EvothingsStudio\MyApps>cordova create DemoProject com....
sudo's user avatar
  • 21
1 vote
1 answer
6k views

GDB cross-compilation for arm

I cross-compiling gdb on ubuntu 16.04 to debug an application running on arm. The main tutorial I'm following is https://sourceware.org/gdb/wiki/BuildingCrossGDBandGDBserver The cross-toolchain ...
donets20's user avatar
  • 121
0 votes
1 answer
890 views

How can I compare a full directory's checksum between platforms?

I have a directory full of files and subdirectories on a Win7 machine. I want to archive them, so I compress and move them to archival storage. Before compression, I use the CRC context menu to ...
M. Thompson's user avatar
0 votes
0 answers
3k views

Extremely slow copy on veracrypt encrypted drive

I have been trying to come up with a good solution for encrypted backups that I can access cross-platform. I decided to encrypt a partition on a 4TB external with VeraCrypt—AES, no PIM—and then format ...
Mike D's user avatar
  • 133
1 vote
1 answer
77 views

The simplest way of running a cross-compiled executable in a FreeBSD environment

I have an executable cross-compiled for FreeBSD in a docker container. What is the simplest way of running it?
hedgar2017's user avatar
1 vote
4 answers
1k views

Run command on single file when changed with some shell magic (e.g replace extension)

I am writing several .gv files (graphviz) in the same directory and want to create a png file with neato immediately when I have saved one of them. I am on macOS 10.12.6, with zsh as my default shell, ...
Hotschke's user avatar
  • 265
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
1 vote
0 answers
49 views

chrome - close browser but keep tabs synced to different device

So I recently fought down my anti-data-exposure reflex and logged myself in to Google Chrome to sync browser data. The idea is to be able to look at stuff on Linux, reboot the device into Windows and ...
User1291's user avatar
  • 557
1 vote
1 answer
3k views

cross compile gdb server to mips arc

Hi Im trying to crosscompile gdbserver to mips architecture . I'v donwloaded gdb 7-12 and after running configure ./configure --host=mips-linux-gnu Im getting an error Makefile:263: recipe for ...
Slobodan Vidovic's user avatar

15 30 50 per page
1
2
3 4 5
10