|
|
| (54 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| − | {{#css:
| + | __NOTOC__ |
| − | .flex, .flex > p { display: flex; }
| |
| − | .flex-row, .flex-row > p { flex-direction: row; }
| |
| − | .flex-col, .flex-col > p { flex-direction: column; }
| |
| − | .flex-sb, .flex-sb > p { justify-content: space-between; }
| |
| − | .flex-sa, .flex-sa > p { justify-content: space-around; }
| |
| − | .flex-se, .flex-se > p { justify-content: space-evenly; }
| |
| − | .flex-fs, .flex-fs > p { justify-content: flex-start;}
| |
| − | .flex-fe, .flex-fe > p { justify-content: flex-end;}
| |
| − | .flex-wrap, .flex-wrap > p { flex-wrap: wrap; }
| |
| − | .flex-nowrap, .flex-nowrap > p { flex-wrap: nowrap; }
| |
| | | | |
| − | /* Margins and Paddings */
| + | == Games == |
| − | .m-0 { margin: 0px; }
| |
| − | .m-5 { margin: 5px; }
| |
| − | .m-10 { margin: 10px; }
| |
| − | .p-0 { padding: 0px; }
| |
| − | .p-5 { padding: 5px; }
| |
| − | .p-10 { padding: 10px; }
| |
| | | | |
| − | .category-tag > a {
| + | [[Die Siedler IV]] |
| − | text-decoration: none;
| |
| − | color: #FFF !important;
| |
| − |
| |
| − | }
| |
| − | span.category-tag {
| |
| − | cursor: pointer;
| |
| − | padding: 10px 20px;
| |
| − | border-radius: 20px;
| |
| − | min-width: 100px;
| |
| − | text-align: center;
| |
| − | color: #FFF;
| |
| − | font-weight: 700;
| |
| − | background-size: 300% 100%;
| |
| − | transition: .35s;
| |
| − | -webkit-font-smoothing: antialiased;
| |
| − | -moz-osx-font-smoothing: grayscale;
| |
| − | }
| |
| − | span.category-tag:hover {
| |
| − | background-position: 100% 0;
| |
| − | transition: .35s;
| |
| − | }
| |
| | | | |
| − | .bg-1 { background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673); }
| |
| − | .bg-2 { background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19); }
| |
| − | .bg-3 { background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7); }
| |
| − | .bg-4 { background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516); }
| |
| − | .bg-5 { background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673); }
| |
| − | .bg-6 { background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021); }
| |
| − | .bg-7 { background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645); }
| |
| − | .bg-8 { background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376); }
| |
| − | .bg-9 { background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed); }
| |
| − | .bg-10 { background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B); }
| |
| − | .bg-11 { background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f); }
| |
| − | .container, .container > p {
| |
| − | width: 100%;
| |
| − | }
| |
| − | #button-container {
| |
| − | }
| |
| − | }}
| |
| | | | |
| − | [[TLS_v1.3|TLS 1.3]]
| + | == PHP == |
| | | | |
| − | [[CentOS_7_-_Aktueller_Kernel|CentOS 7 - Intstall current linux kernel]] | + | [[Clean PHP Ini Files]] |
| | | | |
| − | [[Iptables_-_Hashlimit_Module|IPtables Hashlimit Module]]
| |
| | | | |
| − | [[AOS_8_Tipps_und_Tricks| AOS 8 Tipps & Tricks]]
| + | == Alcatel Lucent Enterprise AOS == |
| | | | |
| − | <!-- Buttons and Categories -->
| + | [[ AOS 8 Command Overview ]] |
| | | | |
| − | <div id="button-container" class="flex flex-row flex-fs flex-wrap container">
| + | [[ Example Setups ]] |
| − | <span class="category-tag m-5 bg-11">[[:Category:Server|Server]]</span>
| + | |
| − | <span class="category-tag m-5 bg-10">[[:Category:Linux|Linux]]</span>
| + | == Alcatel Lucent Enterprise OXE == |
| − | <span class="category-tag m-5 bg-9">[[:Category:Ubiquiti|Ubiquiti]]</span>
| + | [[OXE_Allgemeines]] |
| − | <span class="category-tag m-5 bg-7">[[:Category:CentOS|CentOS]]</span>
| + | |
| − | <span class="category-tag m-5 bg-2">[[:Category:Bash|Bash]]</span>
| + | [[Create Traces]] |
| − | <span class="category-tag m-5 bg-3">[[:Category:Skripte|Skripte]]</span>
| + | |
| − | <span class="category-tag m-5 bg-9">[[:Category:CSS|CSS]]</span>
| + | [[Board Debugging]] |
| − | <span class="category-tag m-5 bg-8">[[:Category:Configs|Configs]]</span>
| + | |
| − | <span class="category-tag m-5 bg-6">[[:Category:HTML|HTML]]</span>
| + | |
| − | <span class="category-tag m-5 bg-4">[[:Category:Templates|Templates]]</span>
| + | == Juniper == |
| − | <span class="category-tag m-5 bg-5">[[:Category:Alcatel Lucent|Alcatel Lucent]]</span>
| + | [[Juniper_Overview|Overview]] |
| − | <span class="category-tag m-5 bg-8">[[:Category:Tutorials|Tutorials]]</span>
| + | |
| − | <span class="category-tag m-5 bg-1">[[:Category:Security|Security]]</span>
| + | |
| − | </div>
| + | == Other Stuff == |
| | + | |
| | + | |
| | + | [[Firefox Extension - Smaller YouTube Thumbnails]] |
| | + | |
| | + | ===VMWare ESXi - vCenter Server=== |
| | + | |
| | + | [[vCenter Server: Shell.set command not found]] |
| | + | |
| | + | |
| | + | === Lancom Firewall === |
| | + | |
| | + | [[Introduction]] |
| | + | |
| | + | |
| | + | [[Docker NIC Passthrough]] |
| | + | |
| | + | [[Archive]] |