Nissan source code leaked due to a mis-configured GIT repository.

The source of numerous Nissan products has been leaked to the Internet due to an improperly configured GIT repository. The login details were admin:admin. That is how useless the incompetent IT staff are. Now countless people are downloading the torrent and looking through all of the files. This is why you have properly trained IT … Read more

How to push changes from a local project to a GitHub repository.

Updating an open-source project is very easy. This can be done just fine with the command line. In this example, I am listing the files in a repository. 4.4 Tue Jun 16 jason@Yog-Sothoth 1: $ git ls-tree -r master –name-only LICENSE README.md makefile src/iface.h src/strings.h src/sysinfo.cpp src/sysinfo.h system-info4.4 Tue Jun 16 jason@Yog-Sothoth 1: $ git … Read more

Original Windows NT4.0 file manager available for modern Windows releases.

The original file manager that was featured in Windows NT 4.0 is now available for a modern 64-bit operating system. This is a Visual Studio solution and will build on a modern Windows operating system. Microsoft are gradually open-sourcing old parts of Windows. This is a good thing I think. This would be very interesting … Read more