-
Sort files by date & time: ls -halt
-
Nano go to the end of the file: Ctrl + w + v
-
Nano "Ctrl + w" to find the text and then press enter to search the it
Last active
September 15, 2015 07:37
-
-
Save rasheedamir/bb1b186becc6e67d083c to your computer and use it in GitHub Desktop.
Linux Commands
Author
Author
list particular entry in truststore
keytool -list -v -keystore truststore.jks -alias baltimore-cybertrust-root
Author
To copy certificates ( from local machine to dev machine )
scp /home/rasheed/Projects/Integration/ssl/Baltimore-CyberTrust-Root.der dev:/home/rasami
Author
delete entry from the keystore or truststore
keytool -delete -alias baltimore-cybertrust-root -keystore truststore.jks
Author
In order to copy a file from a container to the host, you can use the command
docker cp containerId:/file/path/within/container /host/path/target
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
keytool -list -v -keystore keystore.jks