Differences between revisions 3 and 4
Revision 3 as of 2021-08-14 07:40:46
Size: 1011
Editor: PieterSmit
Comment:
Revision 4 as of 2021-08-14 07:43:48
Size: 1072
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
      * Optional: A bit /!\dangerous, cleanout Asset dir of all non SVG and duplicates. {{{       * Optional: A bit /!\ dangerous, cleanout Asset dir of all non SVG and duplicates. {{{
Line 22: Line 22:
#find . -type d \( -iname Res_48_Light \) | xargs rm -rv -

Diagrams

  • Options for network and architecture flow diagrams
    1. DIA - OpenSource - a bit clunkey

    2. Confluence(Corporate) with plugin Draw.io or Glipphy
    3. Libreoffice Draw

Libreoffice Draw

  • 2021 - Used Draw with AWS icons.
    1. Download AWS svg icons, from https://aws.amazon.com/architecture/icons/

    2. Extract them to dir. (Asset-Package-xxxx)
    3. Open Libreoffice Draw - Gallery - and import the icons.
      • At bottom of Gallery, click on [New]
      • Change file type to SVG
      • Use [Find Files] and select the dir where you have the unzipped aws icons
      • Use [Add All] to create new gallery with the icons.
      • Optional: A bit /!\ dangerous, cleanout Asset dir of all non SVG and duplicates.

        cd Asset-Package-xxx
        #find . -type d \( -iname *16 -o -iname *32 -o -iname *48 \) | xargs rm -rv -
        #find . -type f -name "*.png" -delete
        #rm -rv Category-Icons_04-30-2021
        # rm -rf Architecture-Service-Icons_04-30-2021/
        #find . -type d \( -iname Res_48_Light \) | xargs rm -rv -

Diagrams (last edited 2023-11-16 20:08:27 by PieterSmit)