Scripting

Set Up a TFTP Server on Linux | Linux.com

Set Up a TFTP Server on Linux | Linux.com

Most users are familiar with FTP, but if you want to kickstart Red Hat installs, PXE boot systems, auto-provision VoIP phones or unbrick a Linux-based router, you want a Trivial File Transfer Protocol (TFTP) server. Setting one up on Linux is easy, and a perfect project to take on over the weekend. Source: Weekend Project: Set Up a TFTP Server on Linux | Linux.com | The source for Linux information

The Future of Web Development: Coding as a Service

The article talks about the comoditization of web development as a service (Coding as a Service - CaaS). For the price of two Venti Iced Caramel Macchiatos per month you can run a respectable website with little to no technical experience... Artificial Intelligence will enable more complex combinations of code to be fit together through an automated process... The quantity and quality of customization with AI will be staggering. And for the end user this means it will be at once simpler and cheaper.

Tired of "Terminate batch job (Y/N)?", try this

When you invoke a batch file or most applications in a command-prompt and when you wish to close the application by doing a CTRL+C, you get the annoying “Terminate batch job (Y/N)?” prompt. And in most cases, even if you type a “n”, it still kills the application. Example is the Tomcat startup. To avoid this, try this: [sourcecode language=“jscript”] YourScript.cmd < Nul [/sourcecode] This should no longer ask you with the annoying prompt “Terminate batch job (Y/N)?