On Linux OS, the crontab is a job list that comprises the list of tasks to do at a specified interval, e.g. daily, hourly, monthly etc. You can edit …
Suppose you have two or more domains that have image-copies of the same websites, and somewhere you would need to give a URL based on the current domain. For …
The UUID, Universally unique identifier, is said to be large enough to cover every inch of the land on earth. It can be generated at any computer without the …
Many nice tools are only command line based, and sometimes they do not have a GUI versions. Command-line tools are fine for computer geeks but if you are one …
HTA (HTML Application) are designed to work on Windows only. The *.hta are interpreted by mshta.exe and *.vbs/*.js are interpreted by cscript.exe (Console Version) or wscript.exe (Windows Version). The …
NDependis a .NET static code analyzer. With this tool, developers can easily see the report of ‘bad’-written code and make the .NET code base beautiful and efficient. The NDepend …