Jupyter Notebook on Boot Automatically
Issue After making the file to create a system service for jupyter notebook running on CentOS so as to start jupyter server automatically during system start up, the service successfully…
Hands-on IT and troubleshooting notes — the fixes I worked out for real Linux, WordPress, networking, Mac and server problems, written down so the next person (often future me) doesn’t have to solve them twice.
Issue After making the file to create a system service for jupyter notebook running on CentOS so as to start jupyter server automatically during system start up, the service successfully…
Background After installing a WordPress plugin - WP Health, it's reminded that PHP5 had no longer been supported since late 2018, thus there may be risk in all WordPress websites.…
This is my first blog after upgrading to WordPress 5.1 from ver.4.8. Yes, I never tried 5.0 as it's always risky to have a major upgrade to ver. x.0. The…
Issue: when launching iTunes, it closed immediately after clicking the icon and appeared in half a second, then error screen appeared to ask for "ignore", "report", etc. Solution: Finder ->…
Issue: When open an email box, error appeared on iPhone warning: Cannot verify Mail Server Identity. One solution for this problem is to delete that mail account on iPhone and…
Issue: After updating iOS from version to 11, there are some installed apps not ready for this version. The worst is that I stored all important passwords in an app…
Issue: During scanning stage of running the Duplicator plugin on a WordPress site, there was an error: Server Error 500. Solution: Modify /etc/php.ini file to increase memory: memory_limit = 256M…
Issue: After installing WP Fastest Cache plugin, whenever update any plugin, there is error - Update failed. Could not remove old plugin. Solution: Go to WPFC at the top bar…
Issue: After moving mounted volumes from Qnap NAS to iMac as host with CentOS as client, the directory and file ownership cannot be changed to Apache at the client side. No matter…
Just learnt how to use hsla (hue, saturation, light, alpha) html color scheme from Castro's HTML5 and CSS3. I found it's beauty that it is more logical to think of various…