Sun, Nov 07, 21, network books and references including illustration and field examples
This is a draft, the content is not complete and of poor quality!
books
data_viz with javascript and python
While there is some brilliant coding behind these JavaScript converters and many solid use-cases, they do have big limitations:
- Automated code-conversion may well do the job but the code produced is usually pretty impenetrable for a human being.
- Adapting and customising the resulting plots using the power‐ ful browser-based JavaScript development environment is likely to be very painful.
- You are limited to the subset of plot types currently available in the libraries.
- Interactivity is very basic at the moment. Stitching this together is better done in JavaScript, using the browser’s dev-tools.
what counts most in using libraries;
- Open-source and free as in beer - you shouldn’t have to invest any extra money to learn with this book.
- Longevity - generally well-established, community-driven and popular.
- Best of breed, allowing for 2.- at the sweet spont between popularity and utility.
installing simple python webserver
# If Python version returned above is 3.X
# On Windows, try "python -m http.server" or "py -3 -m http.server"
python3 -m http.server
# If Python version returned above is 2.X
python -m SimpleHTTPServer
To change ports; python3 -m http.server 8800
installing latest wireshark to linux
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
sudo apt install wireshark
The following wiki, pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Cisco adaptive security appliancy, to protect data center and networks | post | Thu, Oct 21, 21, firewall, vpn and dynamic routing and Lina |
Network books and reference | post | Sun, Nov 07, 21, network books and references including illustration and field examples |
udt tcp protocol | post | Sun, Nov 07, 21, definition of protocols |
visible light communication in 5G | post | Tue, Dec 28, 21, utilizes infrared (IR), visible, and ultraviolet (UV) subbands in overcoming comm huddles |
network scanner for windows | post | Mon, Jan 24, 22, network scanner |