Simple shell script to quickly and easily force Outlook 2016 for Mac out of sandbox.
More info here.
See the script in action here.
See it in action: https://asciinema.org/a/apMoGLtthFSCKrssymYKCwdMy | |
Setup: | |
1) Create a new Ubuntu Server VM using VMWare Fusion 12 (free for personal use) | |
2) Create and enable /etc/systemd/system/vmip.service which will expose VM's IP address on every boot | |
3) Generate a new, password-less ssh key on your Mac and add it to Ubuntu's authorized keys | |
4) Create ubuntu.sh on your Mac and adjust paths to the VM |
//Sourced from http://newosxbook.com/ent.jl?ent=&osVer=iOS13 | |
abs-client | |
absinthe-client | |
adi-client | |
allow-obliterate-device | |
allow-softwareupdated | |
appData | |
application-identifier | |
aps-connection-initiate | |
aps-environment |
--More details in this thread: https://twitter.com/jankais3r/status/1069974420150804480 | |
tell application "Terminal" | |
if not (exists window 1) then reopen | |
activate | |
do script "sudo -n mount-dislocker /dev/disk0s3 `base64 -D <<< YourBitlockerPasswordEncodedInBase64GoesHere` ; exit" in window 1 | |
repeat while (exists window 1) | |
end repeat | |
quit | |
end tell |
This code snippet implements manual control over excerpts in Ghost.
You will need to modify 2 files and 1 setting:
Default behavior is having whole articles displayed on the front page. If you want to display only an excerpt, put `` at the position you want to cut the article.