Top "Solaris" questions

Solaris is a commercial Unix operating system sold by Oracle, previously (before 2010) from Sun Microsystems.

Best OS for java development?

What is the best OS for Java development? People from Sun are pushing the Solaris, yes Solaris have some extra …

java operating-system jvm solaris
Solaris Core dump analysis

I use pstack to analyze core dump files in Solaris How else can I analyze the core dump from solaris? …

gdb solaris coredump dbx
Files being used by a unix process

The fuser command lets me know which processes are using a file or directory. I'm looking for command that does …

unix command-line solaris pid fuser
On solaris, is there a command to get the Ethernet Card MAC Address without being root

On Solaris, is there a command that I can run to get the MAC address of an ethernet card without …

solaris sunos
Alternative to `sed -i` on Solaris

On Linux sed -i will modify the input files in place. It doesn't work on Solaris, though. sed -i '$ …

shell unix sed solaris
Unix: fast 'remove directory' for cleaning up daily builds

Is there a faster way to remove a directory then simply submitting rm -r -f *directory* ? I am asking this …

build solaris aix
Printwriter println: no new line created

I am trying to decode an outlook .MSG file to a text file, using Apache POI classes. Everything works fine, …

java solaris printwriter
How to use qemu to run a non-gui OS on the terminal?

I want to run some programs on the High Performance Computer (With 8-core processor) in my department. Now I use …

terminal solaris qemu
nanoseconds to milliseconds - fast division by 1000000

I'm wanting to convert the output from gethrtime to milliseconds. The obvious way to do this is to divide by 1000000. …

c++ gcc solaris sparc
Print only matching word, not entire line through grep

I am familiar with shell programming in bash, but for some reason egrep -o to print only matching words is …

unix grep solaris