EzDevInfo.com

cross-platform interview questions

Top cross-platform frequently asked interview questions

Cross-platform file system

I would like my external drives to be readable and writable from Linux, Mac OS X and Windows.

FAT32 works, but the 4 GB file size limit is a showstopper these days. Are there any alternatives?


Source: (StackOverflow)

How to start gVim maximized?

How to make gVim automatically maximize it's window when I open it? And a cross-plataform solution, I'm trying to use the same configs in a Linux and Windows machine...

I've tried the hack :set lines=999 columns=999, it almost works, but the window is not maximized, just resized and I lose some rows/columns.


Source: (StackOverflow)

Advertisements

Set Folder Icon for all Os

I want set icon to my folder in My external hard drive but when I change it (by right click on it and -> properties -> customize -> change icon (i address the icon from my extenal hard drive)) it just change in my windows and when plug my extenarnal-hard to another windows it's don't show my icon! how should fix this?

P.S: is there a way to set icon for folder show in all os (linux, windows, OSX, ..)


note: I don't want set icon to 1 drive > I want set icon to all my folder in my > drive.


Source: (StackOverflow)

Can the Edge web-browser by Microsoft run on multiple platforms?

Does the Edge web-browser by Microsoft run on multiple platforms (i.e. Linux, Mac, Windows)? Is Edge cross-platform?


Source: (StackOverflow)

Cross platform Hard Disk encryption?

I would like to encrypt my hard drive so that it requires a password to access it. However features like BitLocker in Windows will only work under Windows, and cannot be accessed from another OS such as Ubuntu or Mac OS X.

How can I create a cross-platform encrypted file system?


Source: (StackOverflow)

Google Chrome for Linux

Is there any way to use Google Chrome on Linux (specifically, Fedora 8)? Is there a native version for Linux, or would I have to use Wine?


Source: (StackOverflow)

What is the most portable and cross-platform format to store my email backups?

I currently use gmail, but this question is valid for any client: What is the best way to backup and store my email so that in the future I will be able to access it on a variety of platforms and clients.

Update:

While using gmail is certainly cross-platform and they have their own backup system, I am still looking to backup my email myself so that I can definitely know I have control over the backup and storage. I'm fine with letting gmail do it for now, but there's no guarantees.


Source: (StackOverflow)

Mount Mac disk image (and sparse bundle) on Windows or Linux

Is it possible to mount the various disk image formats that Mac OS uses on other platforms?

I suppose one problem would be that the file system in that image is usually HFS+.

I am specifically interested in creating (AES) encrypted sparse bundles, so that I can securely store them for backup purposes. Being able to mount those on a non-Mac machine would be convenient.


Source: (StackOverflow)

Cross-platform usable filesystem with large file support

What is the best filesystem to use cross-platform (Linux, Windows, OS X) which supports disk sizes of at least 2TB and file sizes >4GB?

I'm planning to use it on a USB drive on different computers.

Are there any filesystems that can be used on all the named OSes without installing additional drivers?


Source: (StackOverflow)

Disable "press 'esc' to exit full screen" in flash videos

This is not a duplicate of this question

I watch videos on YouTube, Netflix, etc. Whenever I enter full-screen mode, I get the annoying "You've entered full screen mode. Press 'esc' to exit full screen mode".

Since I'm constantly switching between programs, I see this message a lot and am severely annoyed by it. Is there a way to disable these notifications?


Source: (StackOverflow)

Sync my files across multiple computers

I do a lot of work on my home computer, ranging from programming, writing stored procedures and writing documentation and reporting. A lot of this work is university related and constantly swapping files across several computers is annoying at best.

I have a large final-year project coming up and I'm going to be sharing this work amongst home and university and require some kind of online storage that provides version control for my programs, as well as my Word documents, PDF's and saved academic papers.

Are there any good solutions for my problem?


Source: (StackOverflow)

Running Market Android apps on the simulator

(Related to, but not the same as this).

I used to be an Android user but switched to an iPhone. There are a few apps that I would like to continue to use, but the idea of carrying around a second phone with me, or even having to charge one, isn't that appealing. They're free apps so piracy is not a concern here, and I've legitimately downloaded the APKs from the Market. Is it possible to sideload the APKs back to my computer and run them in the Android emulator?


Source: (StackOverflow)

Is there software that will organize files and folders? [closed]

I'm looking to organize my files and folders and was wondering if there was a software that fits some of these criterion:

  • Scans specified folders, and pulls them up so that I can easily identify what the file is
  • Ability to "categorize" each file, or large amounts of files at a time and then sorts those files into folders titled as their category
  • Possibly have "sub categories" that will then further sort those files into subfolders
  • Ability to 'mass edit' file names and even metafile data
  • Duplicate file detection

Most of the files that I will be working with are document files (.docx, .pptx, .pdf, etc,.) but I also want the ability to work with any filetype. Is there such a software, or combinations of software that takes care of this?


Source: (StackOverflow)

Is it a good idea to use compressed NTFS filesystem on an external harddisk?

I'm thinking about using compressed NTFS on my external USB harddisk. It should be used for backups only.

  • Is it possible to access it from Linux?
  • Is it reliable?
  • According to Microsoft it's slower than normal filesystem. Given the transfer rate (30MB/s) and the processor (2.8 GHz Phenom II X4) I think the opposite may be true. What do you think?
  • According to this question not all files get compressed. How can I avoid this?

Source: (StackOverflow)

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?


Source: (StackOverflow)