Setting up WordPress local docker environment for Apple Silicon
·
Shortcuts Initialize Cleanup Run individual tests Testing patches
·
Shortcuts Initialize Cleanup Run individual tests Testing patches
·
Well, I finally broke down and started using Tenet’s Exchange Server. First, IS created an Exchange account for me then I tried adding it to my iPhone. After I got the settings right, from someone who’s using it with their iPhone everything works fine. Here are the settings that aren’t obvious. Server mail.etenet.com Domain tenethealth…
·
After scouring through the official documentation, and finding that lacking, Google has found the answers. Make sure Wiki Server is set to 127.0.0.1 and that Use SSL is checked. Here’s how I was finally able to get my groups into iCal SL/Lion client (no SSL) userName password server.com/principals/__uids__/wiki-groupName/ (no http://) To get this group calendar…
·
Well, I finally bit the bullet and installed OS X Snow Leopard Server. Most of what I absolutely **need** to get working is mail services. One of the peculiarities of Dovecot is that each users mail folder is owned by that user. I think in Cyrus they were all owned by *mail* or *_cyrus*. Anyway,…
·
Another post for the peripheral brain. When I first set up my own server lo these years ago, I never really thought about email message filtering. After all, I had rules in Mail.app that would send my incoming message to wherever I wanted them. Besides, I was much more concerned with eliminating spam. Well, that…
·
OK, I’m only really posting this cause I need it and I just want to put it somewhere to remember it. 😉 To make a file or folder invisible issue the following from the CLI. [applescript] SetFile -a V path/to/fileOrFolder [/applescript] To make it visible again… [applescript] SetFile -a v path/to/fileOrFolder [/applescript] That’s it. This…