TODO

  1. Propose a new project name

MongoDB

Admin User: hamid
Password: 1q2w3e4r
Address: jm.junhao.ca:27017

MongoDB add Admin user

use admin
 db.createUser(
   {
     user: "hamid",
     pwd: "1q2w3e4r",
     roles: [ { role: "root", db: "admin" } ]
   }
 )
# mongod.conf
network interfaces
 net:
   port: 27017
   bindIpAll: true

security:
     authorization: enabled

Websockify SSL option

sudo ./websockify 192.168.2.88:8888 localhost:5988 --cert /etc/letsencrypt/live/junhao.ca/cert.pem --key /etc/letsencrypt/live/junhao.ca/privkey.pem
Categories: Uncategorized

Junhao

Located in Markham, I am working as an Automotive Display Driver Engineer at Qualcomm Canada Inc. Previously, I graduated as a Computer Engineering undergraduate student at the University of Toronto and worked as an ECE297 TA there. As I once tutored ECE243 and APS105 at EngFastlane, now I am also providing tutoring service at TopLogic Inc.. I am proficient with C, C++, JavaScript and Python and familiar with PSQL, Java, Intel FPGA Verilog and ARM Assembly(V7). My interest is in Software Design and Development.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *