Android – Command not found

On MacOS/Linux, define the path to wherever you installed your SDK as ANDROID_HOME: MacOS If you installed Android Studio, the value will need to be Linux Then add the paths to the platform-tools and tools sub-directories (Same on MacOS/Linux). You should now be able to run android from the shell. If none of the suggested … Read more

Does Mac OS X use Linux?

Mac OSX is built on top of BSD. http://en.wikipedia.org/wiki/OS_X Linux classes, in my opinion, are just fine and would enable you to be comfortable with the command line. The caveat is that there are differences such as the output or availability or options of commands. Instance is “ps”. The system libraries, the folder structure are … Read more

How do I execute a *.dll file

To run the functions in a DLL, first find out what those functions are using any PE (Portable Executable) analysis program (e.g. Dependency Walker). Then use RUNDLL32.EXE with this syntax: dllname is the path and name of your dll file, entrypoint is the function name, and optional arguments are the function arguments

Dependency Walker: missing dlls

These are API-sets – essentially, an extra level of call indirection introduced gradually since windows 7. Dependency walker development seemingly halted long before that, and it can’t handle API sets properly. So these are all false alarms and nothing to worry about. You’re not missing anything. Also see On API-MS-WIN-XXXXX.DLL, and Other Dependency Walker Glitches. … Read more

Git Bash doesn’t see my PATH

Got it. As a Windows user, I’m used to type executable names without extensions. In my case, I wanted to execute a file called cup.bat. In a Windows shell, typing cup would be enough. Bash doesn’t work this way, it wants the full name. Typing cup.bat solved the problem. (I wasn’t able to run the file though, since apparently bash … Read more

Unable to start MySQL server

I had the same issue. Try this, it should work! Right click on MySQL Notifier -> Actions -> Manage Monitored Items Highlight the MySQL56 entry and click the delete button Click the add button -> windows service Scroll down and look for MySQL56 Highlight it and click ok

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)