can I tar AIX or Solaris shared library files on Linux and have them be valid on AIX or Solaris [closed] - linux

Closed. This question is not about programming or software development. 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 may be able to be answered.
Closed 2 days ago.
Improve this question
So, I am branding some ODBC drivers on a Linux box with a unified installer.
Can I "tar" the AIX files on the Linux box and they will be valid on an AIX server?
Or do I need to FTP the files to the AIX server and then tar them there?
I have not tried it yet, trying to find out before that effort.

Related

How to run HSQLDB 2.7.1 on Fedora Linux? [closed]

Closed. This question is not about programming or software development. 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 may be able to be answered.
Closed 6 days ago.
Improve this question
I am trying to statr a HSQLDB basic database on linux, but it is obviously a .bat, and can't do it natively. I also tried open a cmd on Wine but didn't work.
Is there any way to run it on Linux?

How do I get linux commands like 'sudo' and 'apt-get' to my Windows system? I know about Chocolatey, I just want Linux commands [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 may be able to be answered.
Closed 2 years ago.
Improve this question
I really like the Linux command-line, while I also like Windows. Is there any way possible for me to get the Linux command-line on Windows?
apt is a packaging tool to interact with packages in linux.windows does not use any kind of packaging system.If you want you can use wsl or vagrant.

How do I connect to a simple linux console for executing some basic commands that anyone could with just a linux operating system? [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 may be able to be answered.
Closed 7 years ago.
Improve this question
I would just like to be able to have my own linux command line on Windows 7. I do have Putty installed but I have no idea how to access a simple linux command line. I just basically need the basic commands that any Linux OPERATING SYSTEM has.
Install Cygwin (https://www.cygwin.com). Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment.

Can I set up a debian nfs server and have a fedora nfs client? [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 may be able to be answered.
Closed 7 years ago.
Improve this question
Just wanted to make sure I could mix the two flavors of linux before I installed Fedora on my new laptop hard drive. I'm guessing that nfs is generic to all linux distributions.
Yes, NFS works across multiple operating systems, let alone versions of Linux. You do have to use the same protocol level on the two, however.

View File Permissions In Windows 7 Like Linux OS [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 may be able to be answered.
Closed 8 years ago.
Improve this question
is there a way to view the file permissions for a file in a Windows that will give the same output like as Linux machine (e.g. -rw-rw-r--)?
Thanks.
You can install the GNU Win32 tools.
It contains a lot of useful Linux/Unix tools for Windows.
That includes ls.
And unlike Cygwin, it's Windows native exe's. No need for cygwin.
See here: https://u-tools.com/msls.asp
And here: http://gnuwin32.sourceforge.net

Resources