Code Snippet

Just another Code Snippet site

How-To

[rsync] How-To

Source: eeacms/rsync – Docker Hub # [Client] generate SSH key for non root user # [Server] Start rsync server container with auth key for non root user (data will be stored in local folder : /tmp/rsync_server) # [Client] SSH connection to rsync server # [Client] Download files FROM server (to client) # [Client] Send files […]

, ,

[ESX] How-To

Connect to ESX using SSH: create folder & file : Copy/Paste the public key of the remote used. List all VMs: List all snapshot for a VM : Restore a snapshot :

[Maven] How-to

Evaluate pom’s property from command line : Evaluate pom’s property from command line : to remove ‘-SNAPSHOT’ in bash :

[Git] How-To

To test GIT commands : learngitbranching.js.org Create a new branch (local and remote) : To define the origin after pushing the new branch : Clone into specific directory : In case of issue with ‘too long filename’ : Delete a branch (local and remote) : Rebase a branch (local and remote) : rebase branch feature1 […]

Previous Posts Next posts