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

Junhao

I work at YScope, a company known for providing innovative log management and troubleshooting tools for software systems. Prior to this, I worked as an Automotive Display Software Engineer at Qualcomm Canada ULC in Markham, Canada. I am proficient with C, C++, ARM Assembly(V7), and Intel Verilog HDL, and I also have a good command of Python, JavaScript, PSQL, Java, and Go-lang. My interests lie in Embedded/Web Software Design, Development, and Integration. I developed iCtrl, a simple web application for remote graphical / terminal connections and file transfers, which has garnered over 52,000 downloads as of August 2023. Previously, I graduated as a Computer Engineering undergraduate student at the University of Toronto and worked as an undergraduate ECE297 TA there.

0 条评论

发表评论

Avatar placeholder

电子邮件地址不会被公开。 必填项已用*标注