First, go to your test site and create a new folder named scripts. Then, within the new scripts folder you just created, create a new file called main.js. Save it in your scripts folder. Next, in your index.html file enter the following element on a new line just before the closing </body> tag: This isContinue reading “How to code basic JS”
Author Archives: hoaxvims
Making a DHCP server
DHCP (Dynamic Host Control Protocol), as you all know is a network protocol that automatically assigns IP addresses to clients machines in the network. It eliminates the tedious work of manually assigning IP address to every machine in a large network. In addition, it removes the conflict that occurs because of mistakenly assigning the sameContinue reading “Making a DHCP server”
