When a event happens, we should locate follow five elements to record:
[STEP] Limitation of the amount of the file which can be opened by Linux program
Step One: In system level, set the limitation of the amount of the files which can be opened by the user who running the Linux Program
# vi /etc/security/limites.conf
Add these lines:
......
rmt - nofile 1024
rmt - nproc 1024
(Add: Setting the rmt user can open 8192 files and 8192 processes in this Linux as an example here)
Step Two: In program level, check the setting of the amount of the files which can be opened by Linux program
# /bin/systemctl show 'rmt-server-mirror.service' | sort
......
LimitNOFILE=524288
......
(Add: The amount of opening the file by program rmt-server-mirror.service is limited at 8096 as an example here)
[CONTENT] Checking of the integrity and safety of the file in Windows CMD (Complete List of Command)
Method One: Check the MD5 code of the file
>certUtil -hashfile <file> MD5
Or:
> Get-FileHash .\<file> -Algorithm MD5 | Format-List
Method Two: Check the SHA256 code of the file
>certUtil -hashfile <file> SHA256
No-cost subscription for open source world
Red Hat no cost subscription : Red Hat Developer Subscription for Individuals
The main function of this license is that can let we access Red Hat knowledge-based articles for individual development purpose
https://developers.redhat.com/products/rhel/download
[CONTENT] The network connections required for system register
Content:
RHEL:
Domain | Port Number | Port protocol |
subscription.rhsm.redhat.com | 443 | TCP |
cdn.redhat.com | 443 | TCP |
SLES:
Domain | Port Number | Port protocol |
scc.suse.com | 80 or 443 | TCP |
updates.suse.com | 80 or 443 | TCP |
installer-updates.suse.com | 80 or 443 | TCP |
Reference:
https://access.redhat.com/solutions/65300
https://www.suse.com/support/kb/doc/?id=000021034#:~:text=%2A%20The%20current%20list%20of%20IPs,for%20scc.suse.com%20and%20registry.suse.com%20are%3A%2099.83.188.102