Free(BSD)

Freebsd – sprawdzenie aktualnej wersji (check running freebsd version)

To check the actual available version of FreeBSD you can run the following command: fetch -qo – http://svn.freebsd.org/base/releng/11.0/sys/conf/newvers.sh | grep -E “TYPE|REVISION|BRANCH” | head -3

Linux

Uruchomienie cisco webex w środowisku Linux.

  Howto run cisco webex in Linux environment. I have tested this on linux munt 18.01. From article: https://gist.github.com/mshkrebtan/407786e334847544b40e7d6a8a53d247 Artykuł który uratował mi życie: https://gist.github.com/mshkrebtan/407786e334847544b40e7d6a8a53d247 W skrócie, trzeba zainstalować środowisko 32-bit (java + refox + dodatkowe biblioteki):   =================== sudo dpkg –add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 …