list process using port
sudo lsof -n -i :80 | grep LISTEN
                                
                            list process using port
sudo lsof -n -i :80 | grep LISTEN
                                
                            get process running on port
# ss -tanp | grep 6379
LISTEN   0    128  127.0.0.1:6379   *:*   users:(("redis-server",pid=2531,fd=4))
                                
                            javascript log to console
const varName = 'this variable';
console.log(varName);
                                
                            javascript log to console
console.log('message1' + ' - ' + 'message2')
                                
                            javascript console.log
console.log('I want to log this so I am logging this. Calm down and log.')
                                
                            how to log something in the console. javascript
console.log('https://discord.gg/5yjWgMS');
                                
                            Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us