2021年3月31日 星期三

OCR

 https://shaurong.blogspot.com/2021/03/google-google-ocr.html

LGPO

 https://www.microsoft.com/en-us/download/confirmation.aspx?id=55319


https://my.oschina.net/u/4395893/blog/3318219



2021年3月25日 星期四

LAG on SwOS

https://wiki.mikrotik.com/wiki/SwOS/CSS326#LAG

Each individual port can be configured as Passive LACP, Active LACP or a Static LAG port.

PropertyDescription
Mode (default: passive)Specify LACP packet exchange mode or Static LAG mode on ports:
  • Passive: Place port in listening state, use LACP only when it's contrary port uses active LACP mode
  • Active: Prefer to start LACP regardless contrary port mode
  • Static: Set port in a Static LAG mode
PropertyDescription
GroupSpecify a Static LAG group
Trunk (read only)Represents group number port belongs to.
Partner (read only)Represents partner mac-address.


 https://forum.mikrotik.com/viewtopic.php?t=126149


Hello, why are you configuring LAG ports as static? and the second one, to configure a LAG with SwOS it's like a LACP so it has some modes where those switches can negotiate the LAG port:

Passive: Place port in listening state, use LACP only when it's countrary port uses active LACP mode
Active: Prefer to start LACP regardless countrary port mode
Static: Place port in LACP mode=on

So if you want to configure a LACP link you need to get this combinations on both sides:
Active - Active
Active - Passive
On - On

https://forum.mikrotik.com/viewtopic.php?t=138066

You can do and should do lacp
This is exactly what you need, 2 links combined for reliability and redundance.
Rstp has nothing to do with this.

Lacp well there is not much to configure, it is missing long and short timeouts but thats it, there is very little configuration. Just make sure that one of sides is in active mode, or set both to active.

Static team or static lag is same as lacp, but you have to define ports, specific ports on which team is made.

For me, lacp and static teaming are not working at all on my server 2016 box with 3 nics...

2021年3月19日 星期五

MFS by pass Chrome: Bypass “Your connection is not private” Message

 

Chrome: Bypass “Your connection is not private” Message

Whenever you attempt to visit a website with an invalid security certificate, you may get a warning that says:


Option 3 – Allow Invalid Certs from Localhost

This option will only work for requests to localhost over HTTP.

  1. In the Chrome address bar, type “chrome://flags/#allow-insecure-localhost
  2. Select the “Enable” link.

 

Note: Only perform these steps if you’re sure of what you’re doing and are sure that there is no attempt to compromise your connection.



and 

Disable below 

Block insecure private network requests.

Prevents non-secure contexts from making sub-resource requests to more-private IP addresses. An IP address IP1 is more private than IP2 if 1) IP1 is localhost and IP2 is not, or 2) IP1 is private and IP2 is public. This is a first step towards full enforcement of CORS-RFC1918: https://wicg.github.io/cors-rfc1918 – Mac, Windows, Linux, Chrome OS, Android