Archive for Juni 14th, 2017

Claas Cougar 1400 – due to its maximum cutting width of 14 metres (46 ft) it is classified as the largest self-propelled mower in the world

Mittwoch, Juni 14th, 2017

Microsoft Office 365 – Update for June

Mittwoch, Juni 14th, 2017

Raspberry Pi 3 – deploy low cost thin clients with the Citrix HDX Ready Pi

Mittwoch, Juni 14th, 2017

Klinik Mühldorf am Inn – die Zahl der Patienten ist gestiegen

Mittwoch, Juni 14th, 2017

Mozilla Firefox 54.0 – the performance improvements are remarkable

Mittwoch, Juni 14th, 2017

Node-RED – the first natural step of securing a web application is by enabling user login

Mittwoch, Juni 14th, 2017

$ node-red-stop
$ cd .node-red
$ cp settings.js settings.js.original
 $ vi settings.js
adminAuth: {type: „credentials“, users: [{username: „admin“, password: „“, permissions: „*“ }]},
$ sudo npm install -g node-red-admin
$ node-red-admin hash-pw
<password>
$ vi settings.js
adminAuth: {type: „credentials“, users: [{username: „admin“, password: „<password>“, permissions: „*“}]},
$ node-red-start

Microsoft Security Advisory 4025685 – additional updates for older platforms to protect against potential nation-state activity

Mittwoch, Juni 14th, 2017

mswindows_logo.jpg   Guidance for older platforms: June 13, 2017

Raspberry Pi – configuring SSH to use Certificate Authentication

Mittwoch, Juni 14th, 2017

configuring SSH to use Certificate Authentication

$ sudo service ssh status
$ mkdir ~/.ssh
$ chmod 700 ~/.ssh
$ ssh-keygen -t rsa
$ ssh-copy-id <userid>@<destination hostname or ip address>
$ sudo service ssh restart

and remove with

$ ssh-keygen -f „/home/<userid>/.ssh/known_hosts“ -R „<destination hostname or ip address>“