All public logs

From Cramsession
Jump to navigationJump to search

Combined display of all available logs of Cramsession. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:55, 17 May 2026 Mflavell talk contribs created page Copying files to AWS s3 from Ubuntu (Created page with "Tech Notes > AWS > Copying files to AWS s3 from Ubuntu = First, AWS tools = Make sure you have AWS tools installed before doing this. = Generare an key = = Copy Commands = == Copy a single file == aws s3 cp display_server.ova s3://'''s3-bucket-name'''/'''path''' == Recursive copy of an extension == aws s3 cp . s3:/'''s3-bucket-name'''/ --recursive --exclude "*" --include "*.ova"")