Ming Yu Shi

Results 11 comments of Ming Yu Shi

I re-tested with non default `width` and `height` viewport values, but the issue persists.

After digging a little bit more, I found that the inconsistency is caused by https://github.com/GoogleChrome/puppeteer/pull/2072 which in turn, is from https://github.com/chromium/chromium/commit/e1b855d4545dc4fff19cee500d7ce105126f3bd2 If I understand correctly the changes to Chromium, Puppeteer's...

@cfellin1 My local machine is a Ubuntu 17.10, and the issue is also present on dockerized (Debian Stretch) applications. Both systems have additional font files copied to `/usr/share/fonts`, though I'm...

Ah, that's a good suggestion. I'll add a line to install aptitude before starting the rest of the setup.

Thanks! Added a line to install aptitude for the latest commit. It'll be a good idea to trial this mail stack before pushing to production, specifically the rejection rules (smtpd_recipient_restrictions...

This issue has been discussed here #39

Hi, The script is missing a second line, source ./options.conf However, you probably should be using a different mail stack since this project will no longer be maintained (busy at...

Thanks for this! I agree that key based authentication for SSH should be used whenever possible. However, there are a few potential issues that I can foresee. 1) Sudo is...

For point 3, its simply a minor inconvenience that each new user that requires SSH access must be added to the AllowUsers directive. Otherwise, its a good security measure. I'm...

Opps ! It should have been dovecot1.conf instead of dovecot.conf. Will be a quick fix to update the Debian portion of the code, but I'm sort of holding back for...