Month: June 2014
-
Set hostname RHEL7
Setting hostname via /etc/sysconfig/network does not seem to work anymore. Instead use hostnamectl set-hostname hostname.domain.
-
RHEL7 ifconfig gone! halp!
It is gone, and that is a Good Thing. See my post from 2011: http://karloluiten.nl/deprecated-linux-networking-commands-and-their-replacements/
-
[Fix] Gmail smime.p7m and tnef open mail (with winmail.dat)
Outlook and gmail do not always work together. If a someone sends you a mail from outlook using Rich Text, and has s/mime enabled, the mail will show in gmail as an empty mail with just a smime.p7s or smime.p7m attachment. This can be fixed on a Linux box: Save the smime.p7m/p7s file Rename to…
-
[Fix] Open a winmail.dat file (TNEF)
$ yum install tnef $ tnef –save-body=body –unix-paths winmail.dat $ oowriter body.rtf