Linux How to send mail on Linux To send emails on linux to other remote email addresses, we will first need to install the postfix server and mail command via the following command: sudo apt-get install mailutils # For debain &
Web koa-router middleware explicitly calling `await next()` to enter next middleware Unlike Expressjs, in koa-router, user need to explicitly call await next() to enter the next middleware rather than to return to last level middleware.
Dokku Export csv and json data from dokku-mongo service exec mongoexport command inside the docker container follow the official documentation from MongoDB copy it using docker cp <CONTAINER_ID>:<FILENAME> <INTENDED_DIR>
Web Issue for input cursor display problem on iOS devices Issue Symptom The web page for this is based on the semantic-ui framework. Clearly we can see that the cursor for user input is not at the right position. The users will need
Web Dokku FQDN Setup After I ran the dokku installation script on my fresh new Ubuntu system, the console outputed such error: This installation script requires that you have a hostname set for the instance. Please set
Web Error Codes and Messages Explanation Error codes and error messages are often use in api requests for signifying status. Here are the error codes, messages, and HTTP status code used by me in my applications. You may feel free to use them in your own projects.
Web Dokku Installation Dokku is "the smallest PaaS" implementation (Platform as Service). It functions as a simplified version of heroku on Docker, allowing you to deploy your web apps through a simple git push.
Projects Frame v1.0.0 Frame A personal projects website based on Nodejs for high school students to show their works. v1.0.0 was finished in 10 hrs. Introduction Frame was built initially for high school students