Is there a way to use unix date to print the number of seconds since epoch? I\'m open to using other standard shell commands if there is a way
There was a situation when somebody moved the whole rootdir into a subdir开发者_JAVA百科 on a remote system, thus all the system tools like cp, mv, etc didn\'t work anymore. We had an active session t
C++ How to get a filename (and path) of the executing .so modul开发者_如何学运维e in Unix? Something similar to GetModuleFileName on Windows.Although it is not a POSIX standard interface, the dladdr(
Trying to install Git, I ran configure and make, but got the following error message: make: Fatal error in reader: Makefile,
I am using Coldfsuion 8.0.1 and Solaris 10 and when i try to run this URL, http://IPADDRESS/flex2gateway/http
I\'m writing an assignment which involves adding some functionality to PostgreSQL on a Solaris box. As part of the assignment, we need to print some information o开发者_Python百科n the client side (i.
Hi I\'m at big financial institute and we\'ve an application running on Websphere 6.1. on Solaris. Due to MQ Connectivity we had to install fixpack 6.1.0.23. Unfortunately this broke an ejb (1.1) whic
I know there exist crti.o crt1.o crtn.o in /usr/lib on Solaris 10. But these files are absent o开发者_JS百科n Solaris 7.These files should be included with the compiler, under the same installation di
I\'ve got two hard disks in my computer, and have installed Solaris 10u8 on the first and Opensolaris 2010.3 (dev onnv_134) on the second.Both systems uses ZFS and were independently created with a zp
I have some Java code that connects to an Oracle database using DriverManager.getConnection().It works just fine on my Windows XP machine.However, when running the same code on a Solaris machine, I ge