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
>certUtil -hashfile <file> MD5
Or:
> Get-FileHash .\<file> -Algorithm MD5 | Format-List
>certUtil -hashfile <file> SHA256
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
Domain | Port Number | Port protocol |
subscription.rhsm.redhat.com | 443 | TCP |
cdn.redhat.com | 443 | TCP |
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 |
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
# tmux new -s 1
error creating /tmp/tmux-0 (Permission denied)
# chown root:root /tmp/tmux-0
> df -h
df: cannot read table of mounted file systems: Permission denied
If we are in this situation, after we use top command, we can see follow promotion
> top
Error, do this: mount -t proc proc /proc
# mount -t proc proc /proc