Oracle installation errors and fixes
This article will list all errors/issues I encounter during Oracle installation with their fix. It will be updated with all new errors I will encounter. In this article … … “Fix prior install” needs jar binary.…
Chia sẻ để thành công!
This article will list all errors/issues I encounter during Oracle installation with their fix. It will be updated with all new errors I will encounter. In this article … … “Fix prior install” needs jar binary.…
Để tương tác với một business network, các ứng dụng có thể gọi đến các REST API. Để tạo một API cho một business network, bạn có thể dùng câu lệnh: composer-rest-server Để tạo một ứng dụng …
What is Hyperledger Fabric? Hyperledger Fabric là một blockchain không công khai cung cấp nền tảng cho ứng dụng giao dịch của doanh nghiệp. HF cung cấp cơ sở hạ tầng cho một hệ thống Blockchain.…
Giới thiệu: Metasploit là một công cụ khá mạnh dành cho các chuyên giá đánh giá. Bài viết dưới đây giới thiệu cách quét một mạng máy tính với lỗi cụ thể. Bước 1: Bạn…
Setup our Metasploit Database In Kali, you will need to start up the postgresql server before using the database. root@kali:~# systemctl start postgresql After starting postgresql you need to create and initialize the msf database with msfdb init root@kali:~# msfdb init Creating…
rpm –import https://artifacts.elastic.co/GPG-KEY-elasticsearch /etc/yum.repos.d/elasticsearch.repo [elasticsearch-6.x] name=Elasticsearch repository for 6.x packages baseurl=https://artifacts.elastic.co/packages/6.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch enabled=1 autorefresh=1 type=rpm-md yum install elasticsearch config curl -X GET http://localhost:9200 Logstash rpm –import https://artifacts.elastic.co/GPG-KEY-elasticsearch cat << EOF > /etc/yum.repos.d/logstash.repo [logstash-6.x] name=Elastic…
Chào các bạn, Công việc hàng ngày backup cơ sở dữ liệu, mã nguồn khá mất công. Tôi thử viết một đoạn sau để thực hiện backup dữ liệu mã mã nguồn của tôi lên…
1. Mô hình tính toán mạng lưới, tổ chức kiểu phi tập trung, các nút mạng nối nhau từng nhóm 2. Với dữ liệu ghi chép kiểu sổ cái, lưu phân tán, đồng bộ liên…
Bước 1: Cài đặt các gói cần thiết: yum install mod_ssl Bước 2: Bạn sinh ra 2 file csr và key openssl req -new -newkey rsa:2048 -nodes -out asianux.csr -keyout asianux.key -subj “/C=VN/ST=Hanoi/L=Hanoi/O=Asianux/OU=IT/CN=asianux.org.vn” Bước 3:…
Bước 1: Sinh key trên máy chứa mã nguồn mà bạn muốn backup ssh-keygen -t rsa -b 4096 -C “[email protected]” Bước 2: Key sẽ lưu ở đường dẫn mặc định: /root/.ssh/id_rsa.pub bạn kiểm tra key bằng…