if i have code compiled under Solaris 8 and 10 and now have a vendor that wants to use my bin/exe under Linux. Could there be compatibility开发者_C百科 issues?
I\'m looking for a quick and simple method for properly t开发者_开发问答esting if a given TCP port is open on a remote server, from inside a Shell script.
how can i test in my shell script if my shell script was run by SMF or directly by user i want to block users running my start shell sc开发者_如何学运维ript while allowing only SMF to run it and if a
We have a weird instance where we noticed our oracle database server swap utilization was 100% and surprised to see that the system had free memory available during that period. To my knowledge, swap
I boot the machine and immediately issue a ping command to the VPC guest OS (Solaris 10). I use the ping -t 10.3.6.63 (windows) command so that the ping continues on the windows machine.
I 开发者_高级运维need to have as quick timeout as I get (connection failed) on windows.but on solaris its much longer, how can I make it shorten? (I\'m trying to connect on purpose to a machine that d
My question is, do JVM\'s share some kind of resource related to threading or processes that could cause ProcessBuilder performance to spike after a month or more of normal usage?Using java 6 update 2
I have written a C application that is destined to be on a Solaris SPARC system. However the majority of my development has been on my Mint Linux 64 bit machi开发者_开发百科ne.
UPDATE + SOLUTION =============================== Sorry to be posting the solution here instead of in a comment, but something about my work\'s filtering doesn\'t allow the comment functionality to w
i used to get a list of processs under linux by enumerating the /proc file system, since it had plain-text files that i can read data from (stat, status, exe link....) but thats not the case on solari