Posted by Julian Dunn
on November 12, 2009
Electronic Mail /
No Comments
Novell ships Groupwise Messenger for Linux clients only for SUSE Linux Enterprise Desktop. If you apply this diff to the binary nvlmsgr.bin, it will permit it to be installed on Fedora Core 11 too:
— nvlsmgr.bin.head 2009-11-12 15:29:05.000000000 -0500
+++ nvlsmgr.bin.fc11.head 2009-11-12 15:29:13.000000000 -0500
@@ -18,7 +18,7 @@
# Extract the tarball
echo -n “Extracting files, please wait…”
mkdir -p $TMP_DIR
-tail +$SKIP $0 | tar xz -C $TMP_DIR
+tail –lines=+$SKIP $0 | tar xz -C $TMP_DIR
# Run the install
if [ -d ${TMP_DIR}/nmclient ] ; then
Posted by Julian Dunn
on November 12, 2009
Electronic Mail /
No Comments
Novell provides Groupwise clients only for SuSE Linux Enterprise Desktop. Here’s how to get those RPMs to install on a Fedora Core 11 system. Continue reading…
Posted by Julian Dunn
on November 11, 2009
Culture /
No Comments
I recently attended a panel on the future of journalism with Clay Shirky and Andrew Keen, which spurred me to read and review Keen’s book entitled “The Cult of the Amateur: How Today’s Internet is Killing Our Culture”.
Continue reading…