Todo lo que hacemos hoy todos usamos algún dispositivo electrónico que nos ayuda con las tareas diarias, pero no estaríamos en ningún lugar si no estuvieran programados y codificados. A medida que pasa el tiempo cada día, también lo hace la tecnología y el futuro, cualquier persona con conocimientos y hardware adecuados puede resolver problemasContinue reading “Codificando el futuro”
Category Archives: Uncategorized
The Illuminati
The Illuminati conspiracy theory claims that a super-secret society has penetrated governments, finance, science, business, and the entertainment industry , whether or not the Illuminati is a covert organization of reptilians with an esoteric agenda for global domination via subliminal enslavement, or a secret club of elites who throw strange occult parties, it does haveContinue reading “The Illuminati”
How to code basic JS
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”
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”
