SVN: Command Line Interface (CLI) for TortoiseSVN
In this post, I will show you how to enable running commands on the Windows operating system for TortoiseSVN. At TortoiseSVN default settings, you can only use the Graphical User…
In this post, I will show you how to enable running commands on the Windows operating system for TortoiseSVN. At TortoiseSVN default settings, you can only use the Graphical User…
... Message{kind=ERROR, text=Default interface methods are only supported starting with Android N (--min-api 24): Reason You will receive the above error due to the missing "compileOptions" configuration in the AndroidManifest.xml…
Reason 1 Make sure you add permissions in AndroidManifest.xml <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> Reason 2 If you still get this error despite adding the above permissions, then uninstall the…
In this short post I will show you how to create a new branch in the SVN repository and how to make a copy of the main repository in your…
We can change the password in at least two ways, using: SQL syntaxUsing Oracle SQL Developer software. Method 1 alter user user_name identified by you_new_password replace old_password; Method 2 Using…
In this short post I will show you how to install Oracle SQL Developer on Ubuntu 18.04. Download the latest version of Oracle SQL Developer from the official Oracle website.Select…
To connect from the Android emulator to the application that we have running on your current machine, you must give the appropriate IP address, because Android internally recognizes localhost /…
Problem If you've ever encountered a problem with a not working scanner then this post is just for you. I was terribly depressed like every time I had to scan…
In this post I will show you how you can easily edit column values in multiple rows at once. Thanks to this trick, you will save a lot of time,…
When we often rebuild the application image, which is marked with the same tag, e.g. latest, we encounter the problem that our image registry (Docker registry) will have many images…