Top notch my friend! Spent all day searching through documentation and forums, but you explained exactly what you need to know to get started in a few short, and entertaining, videos!
Greetings, a query, what advantages or disadvantages would it have by placing the same IP that a router supplies me for its DCHP service. I simply assign it to myself in the /etc/network/interfaces file to have it as a fixed ip, would that give it more protection in case of attacks on the pc through the router? What difference, advantages or disadvantages would it have in doing it or not. ? Sorry my bad english
3:15 Can anyone explain this ? They are able to send a packet since they are listening on different interfaces they will not be able to establish a connection. I'm a noob for networking. What I don't get it is that how do they send a packet while they are not connected ?
Hi Jura, would you be able to give a couple of private lessons? If so I could email you to discuss the price and other details. I am in Canada. Thanks!
Hi, juriy, what does the code "const hostname = process.argv[2] || null" for? I have a 502 error and I watched your video and added this code and now my server works. The nginx reverse proxy works well now. I am grateful for your courses. But I have no idea why the piece of code works. Would you like to explain a little? Thanks.
This code reads the first argument of a program and saves it as a host name. If it doesn't find the first argument, then the host name is null. So if you run your program like: node main.js localhost then process.argv[2] is a string "localhost". Glad that videos helped :)
That practical example was amazing. Thanks for taking the time and explaining it in so much detail
Top notch my friend! Spent all day searching through documentation and forums, but you explained exactly what you need to know to get started in a few short, and entertaining, videos!
You're a natural born teacher, this is an amazing explanation. Thank you!
This is the best explanation I have ever gotten, I wish you were my networking lecturer when I was in uni
I know I'll repeat what was already said but this short video is superb. Thanks.
def was struggling today at work with thinking about this stuff a little. thanks for the great video, years later
Oh my god,..that's how i learn about interfaces. Thanks a lot Juriy
7 years web dev, never had to deal with network interfaces... wow good explanation
Clear, concise and practical! Keep this awesome work going on!
Best explanation on network interfaces I've seen so far!
I am jealous of you ! I wish I had you as my Teacher. Simple yet clear.
thanks, this is still very helpful even years after you posted it.
superb explanation
Thank you for your videos, they are exceptional.
This demystifies a lot for me. Thanks a lot!
Best explanation ever!
Great explanation, thank you very much from Cochabamba Bolivia!
Bolivia beautiful people
Excellent Introduction and explanation. I subscribed!
Thanks for the great explaination!!
I subscribed instantly. Great production values
Nice Explanation and Demonstration
Awesome example with 4 screens!
Wow! I finally understand what this all means.
Thank you for this video, very informative and easy to understand!
nice video. waiting more from you
Superb, Thank you Juriy
Amazing wonderful teaching
so cool examples, so cool
Thanks a lot. Great explanation.
Finally Found answer to my question!
Fantastic explanation
really really awesome tutorial man, thanks!
thanks , great explanation
Excellent explanation!
this is a high quality content. cgz
GREAT video thanks.
Very well explained. thanks.
I love you, man! Best tutorial ever, ¿Anywhere I can pay for this, you deserve it?
Your appreciation is a best reward for me. Thank you for your kind words 🙂
Just awesome!
really great!!.. thank you
Quality thank you
This is awesome!!!
awesome explanation man
very well explained.
awsome! thanks
Thanks!
Very well done!
The guy is good.
thanks
Great stuff.
Awesome
can a single interface have multiple ip address?
Where do these network interfaces get their public IP address? Does a router assign it?
Excellent!
Greetings, a query, what advantages or disadvantages would it have by placing the same IP that a router supplies me for its DCHP service. I simply assign it to myself in the /etc/network/interfaces file to have it as a fixed ip, would that give it more protection in case of attacks on the pc through the router? What difference, advantages or disadvantages would it have in doing it or not. ? Sorry my bad english
awsm awsm awsm
3:15 Can anyone explain this ? They are able to send a packet since they are listening on different interfaces they will not be able to establish a connection. I'm a noob for networking. What I don't get it is that how do they send a packet while they are not connected ?
Jacob Lee - they are connected to the *host*, but not to *the application* since the application is not listening on that interface.
When the student is ready, the teacher will appear!
👍
Hi Jura, would you be able to give a couple of private lessons? If so I could email you to discuss the price and other details. I am in Canada. Thanks!
Sure, let's discuss, will be happy to help. My email is juriy.bura@gmail.com
Hey Jura, I replied to your email. Just to let you know in case if it ended up in the junk))). Cheers!
great video with great explanation. Just if you could talk a little bit slowly :)
Hi, juriy, what does the code "const hostname = process.argv[2] || null" for? I have a 502 error and I watched your video and added this code and now my server works. The nginx reverse proxy works well now. I am grateful for your courses. But I have no idea why the piece of code works. Would you like to explain a little? Thanks.
This code reads the first argument of a program and saves it as a host name. If it doesn't find the first argument, then the host name is null. So if you run your program like:
node main.js localhost
then process.argv[2] is a string "localhost".
Glad that videos helped :)
I freaking love you man, awesome tutorials! :D I would totally donate if you have a bitcoin address!
I wonder, why you stop making tutorials?
mine is 1000th like!! haha!
I love you man, please share paypal or bitcoin wallet, I would like to donate
superb explanation
Great job!