here's the link:
https://www.udemy.com/course/basic-electronics-multiple-choice-questions/?couponCode=29B64707B86B7CE579EE
feedback lang mga paps tyty!!!
here's the link:
https://www.udemy.com/course/complete-c-plus-programming-course-from-basic-to-expert/?couponCode=0C77A259D50FA8D50FDA
feedback lang mga paps tyty!!!
here's the link:
https://www.udemy.com/course/powerpoint-microsoft-powerpoint-from-basic-to-advanced/?couponCode=BISMILLAH14
FEEDBACK LANG SAPAT NA TYTY!!!
SSH sets the environment variable SSH_CONNECTION to contain client IP address, client port number, server IP address, and server port number seperated by spaces.
You can use
echo ${SSH_CONNECTION%% *}
to get the client's IP address. To get the DNS name use something like host or dig -x...