Top "Solaris" questions

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

How does x11 authorization works? (MIT Magic Cookie)

I am interested in an in depth answer explaining how exactly does X11 authorization works and especially MIT Magic Cookies. …

linux unix cookies authorization solaris
How can I change the timezone of a datetime value in Perl?

Using this function: perl -e 'use Time::Local; print timelocal("00","00","00","01","01","2000"),"\n";' It will return an epochtime - but only …

perl timezone solaris epoch
How to find out the number of threads a process is using on Solaris?

I know the pid of the process. top -H -p <pid> works on Linux, but I am not …

operating-system pthreads solaris process sunos
How can I boot OpenSolaris x86 into single-user mode?

Modern OpenSolaris is configured to disallow root logins during normal boots. It is only possible in single-user mode. However, many …

solaris sysadmin root boot
To get Parent and ChildProcess ID from process ID in Python

I am trying to get the ppid of the process that I want. I used following code to get the …

python process solaris rhel
curl: not found on Solaris

I'm trying to install something on Solaris with the curl, but I get the following message: curl: not found How …

curl solaris sunos
Solaris 10 sudo configuration Issue

I am using SunOS 5.10 Generic_147441-24 i86pc i386 i86pc if i run which sudo i get the below /…

configuration solaris sudo solaris-10
NSIS support for Linux and Solaris

Does NSIS support Linux and Solaris? I read somewhere that we can compile nsis script on Linux but cant execute …

linux solaris nsis
Installing CGI, DBI and DBD::Oracle with Solaris 11 64-bit

I tried to install CGI, DBI and DBD::Oracle and drivers in a 64-bit Solaris environment, but to little avail. …

perl oracle solaris dbi dbd
Can a socket be closed from another thread when a send / recv on the same socket is going on?

Can a socket be closed from another thread when a send / recv on the same socket is going on? Suppose …

c sockets solaris