React component lifecycle

React component lifecycle

ReactJs Life CycleComponent lifecycle বলতে বোঝায়, একটি React component এ যে সমস্ত ডিফল্ট ফাংশান থাকে তার ঠিক কোনটার পর কোনটা এক্সিকিউট হয়। উদাহরণ হিসাবে বলা যায় কোন class যখন এক্সিকিউট হয় তখন _construct ফাংশানটি সবার আগে এক্সিকিউট হয় এবং _destruct ফাংশান...
SSH into a server

SSH into a server

SSH Installation: Installation of the OpenSSH client and server applications is simple. To install the OpenSSH client(local server) applications on your Ubuntu system, use this command at a terminal prompt: sudo apt install openssh-clientTo install the OpenSSH server...