Versi OS
[root@master-1 ~]# cat /etc/*release
CentOS Linux release 7.9.2009 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
$ netstat -tulpn
944 views
Tambahkan pada head
CDN
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<!-- and it's easy to individually load additional languages -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/go.min.js"></script>
<script>hljs.highlightAll();</script>
Self Hosted (File pada attachment)
<link
1077 views
package id.darodata.testing;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.InputStream;
import java.net.URL;
import java.security.SecureRandom;
import java.security.cert.X509Certificate;
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
public class IgnoreInvalidSSL {
private static TrustManager[ ] get_trust_mgr()
969 views
Symptom
javax.xml.ws.WebServiceException: The Endpoint validation failed to validate due to the following errors: :: Invalid Endpoint Interface
Solution
Masuk ke WAS ConsoleApplication servers
150 views
Edit file Gemfile.lock lalu tambahkan nano /opt/openproject/Gemfile.lockPATH remote: modules/gitlab_integration specs: openproject-gitlab_integration (2.1.4) openproject-webhooksPada block DEPENDENCIES tambahkan openproject-github_integration! openproject-gitlab_integration!
597 views
Install Apache$ sudo yum update -y$ sudo yum install httpd$ sudo systemctl start httpd.service$ sudo systemctl enable httpd.service
Install MariaDB 10.4.32Buat
887 views