Differences between revisions 1 and 2
Revision 1 as of 2021-08-14 06:22:46
Size: 672
Editor: PieterSmit
Comment:
Revision 2 as of 2021-08-14 07:35:33
Size: 922
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. {{{
cd Asset-Package-xxx
#find . -type d \( -iname *16 -o -iname *32 -o -iname *48 \) | xargs rm -rv -
#find . -type f -name "*.png" -delete
}}}



       

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

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