Copyright © 2012 Yonah Russ' Journal. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.

Posts Tagged ‘ sysadmin ’
If you’ve ever wondered how to determine your current run level, use the command who -r This works for Solaris and Linux (at least the ones I’ve tested)
Continue Reading »The Solaris Flash installation feature enables you to use a single reference installation of the Solaris OS on a system, which is called the master system. Then, you can replicate that installation on a number of systems, which are called clone systems. You can replicate clone systems with a Solaris Flash initial installation that…
Continue Reading »== Step One ==Run the following command on the key file to determine the modulus:openssl rsa -noout -text -in secure.server.com.pem === Example Output === Private-Key: (1024 bit)modulus: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00: 00:00:00:00:00:00:00:00:00 … == Step Two ==Run the following command on the certificate file to match the modulus:openssl x509 -noout…
Continue Reading »This post isn’t going to solve anyone’s problems but maybe someone will solve mine.I recently compiled and packaged a new release of php4 (4.4.7) for use with Sun’s Apache2 (Solaris 10 11/06 patched).Unfortunately for some very strange reason, Apache segfaults whenever it tries to server a page. It segfaults even if the page has…
Continue Reading »A friend of mine asked me the other day if there was such a thing as Partition Magic for Solaris. Apparently, someone had installed a system on a single slice and they’re security team was requiring a separate partition for the DB. Here are the givens: Sunfire V210 Solaris 8 (Otherwise we’d be using…
Continue Reading »

Recent Comments