Firewall hardware switchout
Switched 12 year old Pentium II to a Pentium Core 2 for the firewall box.
Also moved from spinning disk to SSD – and it’s running a lot cooler.
Switched 12 year old Pentium II to a Pentium Core 2 for the firewall box.
Also moved from spinning disk to SSD – and it’s running a lot cooler.
Fun today as a result of this.
SYSVOL and NETLOGON shares not being created correctly on new DC – so much fun.
Some notes for later.
App Service Editor is incredible.
Uploading webfonts (woff/woff2) requires that wp-config.php has
define(‘ALLOW_UNFILTERED_UPLOADS’, true);
set for the short time.
Serving woff/woff2 fonts requires that MIME types are put in place.
Add this to web.config under system.webserver. https://blogs.iis.net/richma/adding-mime-types-to-your-windows-azure-web-site
<staticContent>
<mimeMap fileExtension=”.woff” mimeType=”application/x-font-woff” />
<mimeMap fileExtension=”.woff2″ mimeType=”application/x-font-woff2″ />
</staticContent>
Need to go research the phpmailer issues more.
The following NEW package is going to be installed:
libncurses6
The following packages are going to be upgraded:
aaa_base dbus-1 dbus-1-32bit gd hwinfo ImageMagick kernel-default
kernel-default-base libcares2 libesmtp libMagickCore1 libMagickWand1 mailx
ntp release-notes-sles sg3_utils sudo tar timezone vim vim-base vim-data w3m
xorg-x11-libs xorg-x11-libs-32bit xorg-x11-libX11 xorg-x11-libX11-32bit
xorg-x11-libXfixes xorg-x11-libXfixes-32bit xorg-x11-libXrender
xorg-x11-libXrender-32bit xorg-x11-libXv xorg-x11-libXv-32bit zlib zlib-32bit
Looks like a pretty large update this month:
The following packages are going to be upgraded:
apache2-mod_php53 bind-libs bind-utils crash crash-eppic curl gd gtk2
gtk2-32bit gtk2-lang kernel-default kernel-default-base ksh libcurl4
libjasper libnetpbm10 libtiff3 libtiff3-32bit libxml2 libxml2-32bit
libxml2-python mysql mysql-client netpbm parted php53 php53-ctype php53-curl
php53-dom php53-gd php53-iconv php53-json php53-mysql php53-pdo php53-sqlite
php53-tokenizer php53-xmlreader php53-xmlwriter php53-zlib python-setuptools
timezone wget yast2-core
Recent Comments