- go to appengine app settings, custom domains
- use main domain
- in the box type the subdomain
- if you want to point only the subdomain then ignore the A and AAAA records and add only the CNAME record :
Thursday, April 30, 2020
Point subdomain only to appengine app
Tuesday, March 31, 2020
CPanel Domains vs. Add On Domains difference
They are just different views. Domains show all kind of domains (alias, sub, add on) in one place while the Add On domains panel only shows add ons.
Sunday, March 29, 2020
Adding Putty SSH key to Github
If you get an error then try this:
source: https://stackoverflow.com/a/17051410
Here are some steps that are not at all clear when
copy/pasting your public key. (For the record, I used Putty Key
Generator for my keys.)

- On the first line, enter ssh-rsa.
- Make sure you add one space after ssh-rsa
- When you copy/paste the key into the Key textbox it should preserve the \n characters (x0A). If you are using Notepad on Windows, you won't see these new lines until you copy the text to Github.

Tuesday, December 17, 2019
That's why Vimium shows two or three character link hints when selecting links
In Vimium options only certain characters are allowed for link hints, which seriously limit the number of single character link hints. Allow more characters in the options.
Monday, December 9, 2019
XAMPP suddenly stops working, cannot connect
If there is no apparaent reason, no other program runs on the same port, there are no errors in the error log, XAMPP starts properly, etc. then try restarting your router if you have one. Sometimes my router gets confused or something and stops routing localhost traffic for some reason.
Sunday, December 8, 2019
VLC convert/save brightened/gamma corrected video
When doing the conversion, create a new conversion profile in the conversion dialog, enable video filters and there “image properties filter”, so the changed brightness value takes effect in the saved video.
Thursday, November 28, 2019
Emacs pretty print json in buffer
Just call M-x json-pretty-print-buffer
Subscribe to:
Posts (Atom)