Freitag, 6. Oktober 2017

Sonos Infos

In case you need more information about your Sonos players in your Network:

<IP of your Player>:1400/support/review

i.e.

http://192.168.1.123:1400/support/review

Mittwoch, 13. September 2017

Centos and PHP

just quick shortcuts:

rpm -qa php\*

yum remove php7*

rpm --query centos-release

Montag, 28. August 2017

Amavisd - OpenBSD 6.1 - PERL Probleme

In case you have some trouble after moving from OpenBSD 6.0 to 6.1

some hints:

Check Amavisd status with:

amavisd -c /etc/amavisd/amavisd.conf debug

1) Install Perl CPAN (if not already installed)
 
2) Drop into the Perl shell
# perl -MCPAN -e shell

3) Now at the cpan prompt, install the missing modules like:
cpan[1]> install Unix::Syslog

Dienstag, 8. August 2017

Mac OS Sierra bootable on USB

Just in case you need a bootable Sierra USB stick:

Download from Appstrore Sierra (will be saved in /Programs)

then:

sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/8GB --applicationpath /Applications/Install\ macOS\ Sierra.app

Donnerstag, 11. Mai 2017

Outlook 2013 Im Auftrag gesendete Emails in gesendete Objekte des Postfachs speichern

In case you want to have a delegated sent email not in your personal sent item folder but in the sent item folder of user you are sending

Open regedit

HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences

Dword 32bit

DelegateSentItemsStyle

value=1

Sonntag, 16. April 2017

Exchange 2013 OWA blank white page - Certificate Problems

In case you get a blank white page after successful login to OWA or ECP, maybe one of your certificates is expired. Try this:

Open as Administrator a command shell:

netsh http show sslcert

Open an editor and paste the information from the output above - you'll need it later for lazy cut and paste..

Delete the expired certificate:

netsh http delete sslcert ipport=0.0.0.0:444

You should get somethink like "SSL Certificate successfully deleted"

Now open MMC with Plugin "Certificates". Go to the new valid certificate and grep the Thumbprint. Cut and paste just works using an editor.

Assign the new certificate:

netsh http add sslcert ipport=0.0.0.0:444 certhash=XXX  ppid=“{YYY}“
Now reset IIS:

iisreset /stop
iisreset /start

I hope you are so lucky as I was!


Freitag, 17. März 2017

MAC how to log a terminal SCREEN session

In case you need to record a serial session:

script -a -t 0 out.txt screen /dev/tty.usbserial