Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to generate keystore file for cordova

$ keytool -genkey -v -keystore android.keystore -alias android-app-key -keyalg RSA -keysize 2048 -validity 10000
Comment

cordova android generate keystore

keytool -genkey -v -keystore release.keystore -alias app_release -keyalg RSA -keysize 2048 -validity 10000
Comment

PREVIOUS NEXT
Code Example
Shell :: bash print binary file 
Shell :: git-clone command not found ubuntu 
Shell :: pytest suppress exit code 
Shell :: how to install nvm on linux terminal 
Shell :: undo unstaged changes git 
Shell :: find text in all files linux 
Shell :: how to install gimp in ubuntu 
Shell :: how to setup blackeye 
Shell :: windows install httpie 
Shell :: how to install armitage in kali linux 
Shell :: google cloud set project id 
Shell :: kubectl cp command from pod to local 
Shell :: create conda environment from yaml file 
Shell :: install activitywatch ubunut 
Shell :: nslookup all dns entries 
Shell :: merge master with main 
Shell :: brew portkill 
Shell :: convert epoch timestamp to human readable format on osx 
Shell :: install chromedriver linux 
Shell :: change branch from master to main 
Shell :: git ignore folder except one file 
Shell :: split sh string 
Shell :: how to access mongo shell 
Shell :: enable virtualization mac pro 
Shell :: for loop in bash for files 
Shell :: apt list only security updates 
Shell :: bash array initialization multiple lines 
Shell :: how to update forked repo in github 
Shell :: bash get path of script 
Shell :: cat eof 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =