Friday, 19 September 2008

Nokia 6021, PC Sync and Notes 8.5

Not sure if I mentioned this before, but this helped me in my search to get Nokia PC Sync working with Notes 8.5 beta 2: -

Force PC Suite to use specific notes.ini

In essence, I created a new registry key called notesini under [HKEY_CURRENT_USER\Software\Nokia\PCSync\Settings] pointing PC Sync at NOTES.INI as follows: -

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Nokia\PCSync\Settings]
"LastApp"=dword:00000010
"notesini"="c:\\Lotus\\Notes\\notes.ini"

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...