Create a User – Create a Group – Assign User to Group in Linux This article explained to create a user, create a group, assign a user to a group, delete a user, user password change, create a user with a home directory and without a home directory. Create a User without Home Directory […]
Month: July 2021
How to create and write data into files in Linux
Create user without login – Create System User in Linux
Create user without login – Create System User in Linux As a Linux framework head, there are times when you may have to make a client who doesn’t can sign in. When might that kind of client be important? Say, for example, you need to make a client for an application to work appropriately, however, […]
Gradle Commands
Gradle Commands In this article, sharing Gradle Commands which are using frequently to build the project, clean build the project, compile or execute the test cases and skip the test cases execution. Gradle commands Go to the project location and execute the following command for the respective activity. Command Description ./gradlew build build project, […]
Filename too long error during git clone
Filename too long error during git clone In this article, explained how to fix Filename too long error during git clone. This error you might be seen while clone the project in the longer folder structure. We need to set the core.longpaths true either in the specific cloned repository or global configuration. We can […]
OpenAM OpenID Connect Node Authorization URLs
OpenAM OpenID Connect Node Authorization URLs This article, showed OpenAM OpenID Connect Node required details such as Client ID, Client Secret, Authentication Endpoint URL, Access Token Endpoint URL, User Profile Service URL, OAuth Scope, Redirect URL, Well Known URL, Account Provider, Account Mapper, Attribute Mapper, Token Issuer, OpenID Connect Validation Type, and OpenID Connect Validation […]