Archive for March, 2019

Books I’m reading at the moment (March 2019)

Wednesday, March 27th, 2019


星空を願った狼の by Shiina Takasato (https://ja.wikipedia.org/wiki/%E9%AB%98%E9%87%8C%E6%A4%8E%E5%A5%88)
http://iss.ndl.go.jp/books/R100000002-I026521234-00
Still 30 more pages to go….

Desperation by Stephen King
(https://en.wikipedia.org/wiki/Desperation_(novel)) – Gardens of the Moon by Steven Erikson is such a good read, I put this on the backburner…

红豚 by a friend of a co-worker but it has a low priority at the moment

限りなく透明に近いブルー (https://en.wikipedia.org/wiki/Almost_Transparent_Blue). Making progress… good thing it’s not too long a book.

I also read and already finished “A Blink of the Screen” by the late and great Terry Pratchett.

IT Security for home users – keep your applications up to date

Friday, March 1st, 2019

Windows

ninite

My personal suggestion is ninite, to be found at https://ninite.com/

Select the applications you want to use, download the installer and run it only a daily basis – it will keep you up to date and safe(r)

MacOS

AppStore

Love it or hate it, but minor applications can easily be installed via the AppStore e.g. Line or Slack

Advantage: You will get an update notification from the AppStore if an update is available

Brew

Follow the instructions on the brew HP: https://brew.sh/

Once this is done, you can install, update or uninstall applications from the command line

Installs

brew install wget

brew cask install macvim

brew cask install gimp

brew cask install libreoffice

brew cask install quodlibet

brew cask install virtualbox

brew cask install chromium

brew cask install projectlibre

brew cask install vlc

brew cask install skype

brew cask install minikube

brew cask install firefox

brew cask install keepassx

brew cask install box-sync

Uninstall

brew cask uninstall <cask_name>

Upgrade

brew update && brew outdated && brew upgrade && brew cleanup