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…

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…

Read More