How to check the storage usage for each repository
For getting information on repository usage memory .
Check your repositories here using below URL :
Blog Categories
For getting information on repository usage memory .
Check your repositories here using below URL :
sudo dnf update -y
sudo dnf install java-1.8.0-openjdk-devel -y
java -version
Find the Java Installation Path
sudo alternatives --config java
Set JAVA_HOME Environment Variable
/usr/lib/jvm/java-11-openjdk-11.0.16.1.1-1.el8_6.x86_64
vi ~/.bashrc
vi ~/.bash_profile
vi /etc/profile
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.16.1.1-1.el8_6.x86_64
export PATH=$JAVA_HOME/bin:$PATH
echo $JAVA_HOME
java -version
sudo dnf install epel-release -y
sudo dnf install icedtea-web -y
javaws -viewer
javaws /path/to/application.jnlp
javaws URL
JVM Settiing
javaws -viewer
Download and Install Java
Set JAVA_HOME and PATH
Add JAVA_HOME:
C:\Program Files\Java\jdk-XX
(replace XX with the version number).Update PATH:
Verify Setup:
java -version
javac -version
echo %JAVA_HOME%
For your current user:
For all users in the system:*
Install Java
Install Java using the package manager for your Linux distribution:
sudo apt update
sudo apt install default-jdk
For specific versions (like OpenJDK 11), use:
sudo apt install openjdk-11-jdk
Have you already obtained a NEPH, but lost it or it is no longer active?
It's not a problem , we have solutions to allow you to resume your training!
👉 If you have the possibility, contact your old driving school so that they can give you your NEPH and your code result ( if you obtained it ).
👉If your driving school no longer has it or has left the face of the earth, don't panic! You can request your NEPH from the driving license department of your department of residence .
👉 If you are in possession of your NEPH but it appears to be inactive ( unable to register for the code test, for example ), you can request to have your NEPH reactivated by the driving license department in your department of residence.
OpenSSL is a free and open-source cryptographic library that provides several command-line tools for handling digital certificates. Some of these tools can be used to act as a certificate authority.
A certificate authority (CA) is an entity that signs digital certificates. Many websites need to let their customers know that the connection is secure, so they pay an internationally trusted CA (eg, VeriSign, DigiCert) to sign a certificate for their domain.
In some cases it may make more sense to act as your own CA, rather than paying a CA like DigiCert. Common cases include securing an intranet website, or for issuing certificates to clients to allow them to authenticate to a server (eg, Apache, OpenVPN).
Curl error (28): Timeout was reached for https://mirrors.rockylinux.org/
[root@rocky ~]# yum update
Rocky Linux 9 - BaseOS 0.0 B/s | 0 B 03:02
Errors during downloading metadata for repository 'baseos':
- Curl error (28): Timeout was reached for https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-9 [Failed to connect to mirrors.rockylinux.org port 443: Connection timed out]
Error: Failed to download metadata for repo 'baseos': Cannot prepare internal mirrorlist: Curl error (28): Timeout was reached for https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-9 [Failed to connect to mirrors.rockylinux.org port 443: Connection timed out]
Solution
`systemctl status firwalld
Depending on the Linux distribution you are using, it will have a different Linux package manager. Here's a quick list of each package manager for popular distributions.
https://en.wikipedia.org/wiki/List_of_Linux_distributions
Example
Debian, Ubuntu, Linux Mint
Package Format: .deb
sudo apt update: Updates the package index.
sudo apt upgrade: Upgrades all installed packages to their latest versions.
sudo apt install <package_name>: Installs a package.
sudo apt remove <package_name>: Removes a package.
sudo apt autoremove: Removes unnecessary packages.
Backend: dpkg (Debian Package) is the low-level tool that APT uses to handle .deb files.
dpkg -i <package.deb>: Installs a package file.
dpkg -r <package_name>: Removes a package.
dpkg -l: Lists all installed packages
There are a few alternatives to Oracle Java, including an alternative for Java WebStart (which Oracle deprecated).
Name | Price | JCK certified | Versions | OpenJFX/JavaFX¹ | Supported platforms |
---|---|---|---|---|---|
Eclipse Adoptium | free | no | 8+ | no | Linux (.deb, .rpm, .tar), Mac, Windows |
Amazon Corretto | free | yes | 8, 11 | Bundled with 8 only | Linux (.deb, .rpm, .tar), Mac, Windows |
Azul Zulu | free | yes | 6+ | Bundled (choose JDK FX download) | Linux (.deb, .rpm, .tar), Mac, Windows |
Bellsoft Liberica | free | 8+ | Bundled (choose Full JDK download) | inux (.deb, .rpm, .tar), Mac, Windows | |
Oracle OpenJDK | free | yes | 7+ | Linux (⚠ .tar only), Mac, Windows | |
Red Hat OpenJDK | free | yes | 8+ | Separate download for Java 8, Windows only | Linux (⚠ RHEL only), Windows |
Due to Oracle no longer releasing updates for long-term support (LTS) releases under a permissive license, others have begun offering builds.Linux distributions have always offered their builds, and Windows also offers one now, which can be installed with the Windows Package Manager.
Open your computer's DOS prompt by selecting the Start menu followed by the Run option. Then, enter command followed by pressing the Enter key.
Type javaws at the DOS prompt followed by the Enter key to see the Java Web Start command-line options.
Type javaws -Xclearcache followed by the Enter key to clear Java Web Start Cache on your computer. After the cache has been cleared, the local drive prompt will appear on the DOS prompt.
To delete the entry for helper, do run following command in your git bash/powershell:
git config --global --unset credential.helper
or
git config --global credential.helper wincred
or
git config --global credential.credentialStore wincredman --replace-all