baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

December, 2016

The new aluminium is BLACK

I would have loved to upgrade to a new macbook pro this year. Unfortunately, Apple made it quite unattractive (to say it in a very diplomatic way ^^). I have been working for years now on a MBP mid-2012 (previously early 2011), hires matte display, 16GB ram, 1TB flash drive. So in order to get […]

Running Apple OSX 10.12.2 macOS Sierra in VM VMware workstation player under GNU/Linux Elementary OS

1) Download OSX disk image for VMware: Mojave: https://www.geekrar.com/download-macos-mojave-vmware-virtualbox/ Sierra: https://drive.google.com/drive/folders/0B2BGAPbTu7vhM1M1THdhX01Jejg 2) Get VMware workstation and/or player http://www.vmware.com/products/player/playerpro-evaluation.html 3) Install VMware unlocker, see https://blog.b-nm.at/2016/12/27/vmware-unlocker-for-os-x/ If you get IOError: [Errno 2] No such file or directory: ‘/usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0’ substitute ‘/usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0’ with ‘/usr/lib/vmware/lib/libvmwarebase.so/libvmwarebase.so’ in lnx-install.sh and unlocker.py, then rerun lnx-install.sh 4) Create new VM for “maxOS OSX”. If […]

VMware Unlocker for running macOS / OS X under Linux and/or Windows

UPDATE 05/2017: when updating VMware workstation, the suspended/paused OSX VM seems to work fine but won’t boot up again (e.g. after updating to the latest OSX version which requires a reboot). I had to reinstall the unlocker and it’s working again … i’m still using unlocker v2.0.8 but on git there is a 2.0.9: https://github.com/DrDonk/unlocker […]

Migrating 1Password to KeePass, KeePassX database (including folders, attachments etc.) — Keepass2

On Windows: Download the plugin binary, copy into the plugins folder under c:\program files\keepas … then do import -> 1password .1pif … https://github.com/diimdeep/1P2KeePass. You will need to do this once per Tresor, in case you are using multiple. Please note that all folders and data will be transferred, however the file attachments will not be […]

GNU/Linux Elementary OS: my X11 synaptics settings for lenovo thinkpad t450s t450 t460s t460 X1 t470 t470s x250 x260 x270 (touchpad cursor accelleration like OSX)

1) make sure synaptics driver is used instead of libinput (see /var/log/Xorg.0.log and look for libinput and synaptics) apt-get install xserver-xorg-input-synaptics apt-get remove xserver-xorg-input-libinput reboot 2) When synaptics is running, try these settings for osx-like accelleration: root@t450s:~# cat trackpad.sh #!/bin/bash synclient MaxSpeed=4.5 synclient MinSpeed=0.25 synclient AccelFactor=0.015 synclient RightButtonAreaLeft=4500 synclient RightButtonAreaTop=3500 synclient RightButtonAreaBottom=5000 synclient FingerLow=25 synclient […]

GNU/Linux: Using fingerprint reader on Lenovo Thinkpad t440s, t450s

1) find fingerprint sensor id (make sure it’s enabled in BIOS): lsusb mine is: Bus 002 Device 002: ID 138a:0017 Validity Sensors, Inc. Fingerprint Reader 2) install fingerprint packages: sudo add-apt-repository ppa:fingerprint/fingerprint-gui sudo apt-get update sudo apt-get install libbsapi policykit-1-fingerprint-gui fingerprint-gui 3) run “Finerprint GUI” from applications

Previous Posts