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

2021年1月8日 星期五

IE Host

 Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NetFramework]

"EnableIEHosting"=dword:00000001


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NetFramework]

"EnableIEHosting"=dword:00000001



https://support.pitneybowes.com/VFP06_KnowledgeWithSidebarTroubleshoot?id=kA280000000PE9pCAG&popup=false&lang=en_US

not work 

2020年12月6日 星期日

Why seg0 is so big? MirthConnect , derby -> PostgreSQL + Mirth

Because : 

https://forums.mirthproject.io/forum/mirth-connect/support/12368-why-seg0-is-so-big


he seg0 is too big!One of the files(*.dat) in it is about 90+G suddenly one day
.The mirth is running in the computer in a hospital.I am a beginner in Mirth.Please help me!
The files(*.bat) are in "D:\Mirth Connect\appdata\mirthdb\seg0".

Pruning can certainly help reduce the size of your database, yes. Make sure to actually enable pruning on the Data Pruner settings view (Message Pruner in 2.x). However, pruning does not shrink the database disk size. For that you will still need to vacuum. If you were using PostgreSQL, then TRUNCATE statements should auto-shrink database sizes (which is what happens when you Delete All Messages for a channel).


Solution : 

Install : https://consultzen.com/webinars-replacing_the_database/


Setting : 

 https://stackoverflow.com/questions/28573486/mirth-connect-is-it-safe-to-drop-the-old-messages-table-after-upgrading-to-ver


The same thing happened to me after upgrading from Mirth Connect 2 to 3. The old_message table took a lot of disk space and I didn't need the messages anymore. I truncated the old_message table and it did not have any adverse effects in Mirth Connect.

We are using Postgres instead of MySQL, but the truncate syntax is the same.

# ./psql mirthdb postgres
psql (9.0.13)
Type "help" for help.

mirthdb=# TRUNCATE TABLE old_message;
TRUNCATE TABLE
mirthdb=#



2020年11月11日 星期三

NTP service on windows 2016 for cisco device

 https://belajarcomputernetwork.com/2014/01/25/configure-windows-server-as-ntp-server/


https://www.meinbergglobal.com/english/sw/#win