Updated as of: 2025-01-03 - Network architecture corrections applied
GitHub https://github.com/taslabs-net/PVE9_TB4
For the best reading experience, visit the live documentation at: https://tb4.git.taslabs.net/
Updated as of: 2025-01-03 - Network architecture corrections applied
GitHub https://github.com/taslabs-net/PVE9_TB4
For the best reading experience, visit the live documentation at: https://tb4.git.taslabs.net/
this gist is part of this series
thunderbolt and thunderbolt-net kernel modules (this must be done all nodes - yes i know it can sometimes work withoutm but the thuderbolt-net one has interesting behaviou' so do as i say - add both ;-)
nano /etc/modules add modules at bottom of file, one on each linex then y then enter| //Cross browser CSS3 mixins | |
| @mixin box-shadow($left, $top, $radius, $color) { | |
| box-shadow: $left $top $radius $color; | |
| -webkit-box-shadow: $left $top $radius $color; | |
| -moz-box-shadow: $left $top $radius $color; | |
| } | |
| @mixin transition($property, $duration, $easing: linear) { | |
| transition: $property $duration $easing; |
| <html> | |
| <head> | |
| <title>Checkbox</title> | |
| <style> | |
| input[type=checkbox] { | |
| display:none; | |
| } | |
| input[type=checkbox] + label | |
| { |