Note to Self - Linux Server & Apple Clients
Install cups
and splix
to get suport for the Samsung ML-2510 Laser
Printer.
the two halves of my tasty brain
Install cups
and splix
to get suport for the Samsung ML-2510 Laser
Printer.
I’m probably just late to the party, but at least with Ruby 1.8.7 and 1.9.2, there’s nothing special that has to be done for each of these examples to produce the same output:
After PostgreSQL has been installed with ports, pg_config
and other tools
can be found in "/opt/local/lib/postgresql84/bin"
. Add this path to
$PATH
and set ARCHFLAGS="-arch x86_64"
.
When setting up OpenSSL validation in Ruby, I ran into a few issues. I’ll revisit this post later, but for my own memory, here’s the big one:
Why spend our free time doing things we enjoy when it could be better spent fighting with calculating machines?
The following code assumes that there is a subdirectory named certs
containing known certificates in PEM format, and a subdir keys
containing the client’s private RSA key. Further, there are lots of comments
specific to my actual needs, namely exporting keys generated in Java using
keytool
for an Apache ActiveMQ message
broker. Lastly, to use the ca_path
method, the certs
directory needs to
be properly indexed using c_rehash
(make sure the underlying version of
openssl
matches the version Ruby’s OpenSSL extension was built against,
otherwise the hash algorithm may not be the same.)