user:mauro.cortese

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
user:mauro.cortese [2020/12/30 17:12] mauro.corteseuser:mauro.cortese [2021/03/02 07:45] (versione attuale) mauro.cortese
Linea 1: Linea 1:
 +==== Wiki on WEB ====
 +[[http://www.lotar.altervista.org/wiki/wiki/plugin/bootswrapper|BootsWrapper Plugin]]\\
 +[[http://www.lotar.altervista.org/wiki/wiki/plugin/start]]
 +
 +==== Wiki Format ====
 +<fc #0292C2>**Evidenziato grassetto.**</fc>\\ 
 +<fc #8C8C8C>//Enfasi leggera corsivo.//</fc>
 +
 +<code html5>
 +<fc #0292C2>**xxxxx**</fc>    Evidenziato grassetto
 +<fc #8C8C8C>//xxxxx//</fc>    Enfasi leggera corsivo
 +</code>
 +
 +==== Contextual colors ====
 +<TEXT type="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</TEXT>
 +<TEXT type="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT>
 +<TEXT type="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</TEXT>
 +<TEXT type="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</TEXT>
 +<TEXT type="warning">Etiam porta sem malesuada magna mollis euismod.</TEXT>
 +<TEXT type="danger">Donec ullamcorper nulla non metus auctor fringilla.</TEXT>
 +\\
 +<code html5>
 +<text type="muted"> [...] </text>
 +<text type="primary"> [...] </text>
 +<text type="success"> [...] </text>
 +<text type="info"> [...] </text>
 +<text type="warning"> [...] </text>
 +<text type="danger"> [...] </text>
 +</code>
 +
 +==== TEXT alignement ====
 <TEXT align="left">Left aligned text.</TEXT> <TEXT align="left">Left aligned text.</TEXT>
 <TEXT align="center">Center aligned text.</TEXT> <TEXT align="center">Center aligned text.</TEXT>
Linea 4: Linea 35:
 <TEXT align="justify">Justified text.</TEXT> <TEXT align="justify">Justified text.</TEXT>
 <TEXT align="nowrap">No wrap text.</TEXT> <TEXT align="nowrap">No wrap text.</TEXT>
- +\\  
-<code>+<code html5>
 <TEXT align="left">Left aligned text.</TEXT> <TEXT align="left">Left aligned text.</TEXT>
 <TEXT align="center">Center aligned text.</TEXT> <TEXT align="center">Center aligned text.</TEXT>
Linea 12: Linea 43:
 <TEXT align="nowrap">No wrap text.</TEXT> <TEXT align="nowrap">No wrap text.</TEXT>
 </code> </code>
 +
 +==== Callout ====
 +<callout type="primary" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="success" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="info" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="warning" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="danger" icon="true" title="Xxxxx">Yyyyy</callout>
 +\\
 +<code html5>
 +<callout type="primary" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="success" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="info" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="warning" icon="true" title="Xxxxx">Yyyyy</callout>
 +<callout type="danger" icon="true" title="Xxxxx">Yyyyy</callout>
 +</code>
 +
 +==== Accordion & Panel ====
 +<accordion collapsed="false">
 +<panel type="primary" title="Panel title">Panel content</panel>
 +<panel type="success" title="Panel title">Panel content</panel>
 +<panel type="info" title="Panel title">Panel content</panel>
 +<panel type="warning" title="Panel title">Panel content</panel>
 +<panel type="danger" title="Panel title">Panel content</panel>
 +</accordion>
 +\\
 +<code html5>
 +<accordion collapsed="false">
 +<panel type="primary" title="Panel title">Panel content</panel>
 +<panel type="success" title="Panel title">Panel content</panel>
 +<panel type="info" title="Panel title">Panel content</panel>
 +<panel type="warning" title="Panel title">Panel content</panel>
 +<panel type="danger" title="Panel title">Panel content</panel>
 +</accordion>
 +</code>
 +
 +
 +<switchpanel showEars="false">
 +==line
 +1 ,VLAN,40:color="#D600FF"
 +2 ,VLAN,50:color="#E69999"
 +3 ,VLAN,51:color="#D9EAD3"
 +4 ,VLAN,52:color="#A6C39C"
 +5 ,VLAN,53:color="#7EA571"
 +6 ,VLAN,60:color="#8FA800"
 +7 ,VLAN,70:color="#CD89AD"
 +8 ,VLAN,71:color="#A76A8B"
 +9 ,VLAN,72:color="#7E4865"
 +10,VLAN,100:color="#A8EBFF"
 +11,VLAN,101:color="#77C0D5"
 +12,VLAN,110:color="#2D91FF"
 +13,VLAN,120:color="#FF7300"
 +14,VLAN,130:color="#80cc28"
 +15,VLAN,140:color="#00CD89"
 +16,VLAN,150:color="#FFD600"
 +17,VLAN,200:color="#FFA800"
 +18,VLAN,0:color="#C88400"
 +19,VLAN,210:color="#845700"
 +</switchpanel>
 +
 +|  @#D600FF:<fs x-large>**40**</fs>  |  @#E69999:<fs x-large>**50**</fs>  |  @#D9EAD3:<fs x-large>**51**</fs>  |  @#A6C39C:<fs x-large>**52**</fs>  |  @#7EA571:<fs x-large>**53**</fs>  |  @#8FA800:<fs x-large>**60**</fs>  |  @#CD89AD:<fs x-large>**70**</fs>  |  @#A76A8B:<fs x-large>**71**</fs>  |  @#7E4865:<fs x-large>**72**</fs>  |  @#A8EBFF:<fs x-large>**100**</fs>  |  @#77C0D5:<fs x-large>**101**</fs>  |  @#2D91FF:<fs x-large>**110**</fs>  |  @#FF7300:<fs x-large>**120**</fs>  |  @#80cc28:<fs x-large>**130**</fs>  |  @#00CD89:<fs x-large>**140**</fs>  |  @#FFD600:<fs x-large>**150**</fs>  |  @#FFA800:<fs x-large>**200**</fs>  |  @#C88400:<fs x-large>**0**</fs>  |  @#845700:<fs x-large>**210**</fs>  |
 +<WRAP group>
 +<WRAP column>
 +^ Elenco VLAN ^  Subnet  ^ Descrizione ^
 +|  @#D600FF:<fs medium><fc #fff>** VLAN 40 **</fc></fs>  |  **10.10.40.0/24**   |Rete Inside Server|
 +|  @#E69999:<fs medium><fc #fff>** VLAN 50 **</fc></fs>  |  **10.10.50.0/24**   |Rete iSCSI per Dispositivi Backup|
 +|  @#D9EAD3:<fs medium><fc #fff>** VLAN 51 **</fc></fs>  |  **10.10.51.0/29**   |Rete vMotion Vmware|
 +|  @#A6C39C:<fs medium><fc #fff>** VLAN 52 **</fc></fs>  |  **10.10.52.0/31**   |Rete Heartbit Cluster File Server|
 +|  @#7EA571:<fs medium><fc #fff>** VLAN 53 **</fc></fs>  |  **10.10.53.0/31**   |Rete Heartbit Cluster Database|
 +|  @#8FA800:<fs medium><fc #fff>** VLAN 60 **</fc></fs>  |  **10.10.60.0/24**   |Rete Management Infrastruttura|
 +|  @#CD89AD:<fs medium><fc #fff>** VLAN 70 **</fc></fs>  |  **10.10.70.0/24**   |Rete Controller Wifi Corp|
 +|  @#A76A8B:<fs medium><fc #fff>** VLAN 71 **</fc></fs>  |  **10.10.71.0/24**   |Rete Controller Wifi Prod|
 +|  @#7E4865:<fs medium><fc #fff>** VLAN 72 **</fc></fs>  |  **10.10.72.0/24**   |Rete Controller Wifi Guest|
 +|  @#A8EBFF:<fs medium><fc #fff>** VLAN 100**</fc></fs>  |  **10.10.100.0/24**  |Rete Voip|
 +|  @#77C0D5:<fs medium><fc #fff>** VLAN 101**</fc></fs>  |  **10.10.101.0/24**  |Rete Voip Alcatel Datacenter|
 +|  @#2D91FF:<fs medium><fc #fff>** VLAN 110**</fc></fs>  |  **10.10.110.0/24**  |Rete Client Area CAD reparto MED (Mechanical Engineering Department)|
 +|  @#FF7300:<fs medium><fc #fff>** VLAN 120**</fc></fs>  |  **10.10.120.0/24**  |Rete Client Area Elettronica reparto EED (Electronical Engineering Department)|
 +|  @#80cc28:<fs medium><fc #fff>** VLAN 130**</fc></fs>  |  **10.10.130.0/24**  |Rete Client Area Amministrazione reparto ACN (Accounting)|
 +|  @#00CD89:<fs medium><fc #fff>** VLAN 140**</fc></fs>  |  **10.10.140.0/24**  |Rete Client di Produzione reparto MPR (Mechanical Production)|
 +|  @#FFD600:<fs medium><fc #fff>** VLAN 150**</fc></fs>  |  **10.10.150.0/24**  |Rete Client Commerciali reparto SLS (Sales)|
 +|  @#FFA800:<fs medium><fc #fff>** VLAN 200**</fc></fs>  |  **10.10.200.0/24**  |Rete Magazzino Modula|
 +|  @#C88400:<fs medium><fc #fff>** VLAN 0  **</fc></fs>  |  **10.11.0.0/16**    |Rete Magazzini Verticali Verso Server Modula|
 +|  @#845700:<fs medium><fc #fff>** VLAN 210**</fc></fs>  |  **10.10.210.0/24**  |Rete LAN Domotica|
 +</WRAP>
 +</WRAP>
 +
 +
  • user/mauro.cortese.1609344768.txt.gz
  • Ultima modifica: 2020/12/30 17:12
  • da mauro.cortese