Centos6.8 + Hadoop 3.2 + JDK1.8 distributed cluster installation process (real)
These days when I started hadoop, I didn't even mention the installation of hadoop distributed cluster in the video. I started to talk about the concept directly. After thinking about it for a few weeks, I still solved it. There are too many small problems and the data are messy. The blogs speak differently. I have to summarize and find out the ...
Posted by lordfrikk on Fri, 08 Oct 2021 20:16:11 -0700
Linux custom script integration
1. Cluster distribution file
Application scenario
We often need to copy the newly created and modified files to the same directory of all nodes. It is not so friendly to execute the scp command once.
Basic knowledge
(a) rsync command original copy:
[root@bigdata801 hadoop-3.3.1]# rsync -av /opt/module/hadoop-3.3.1/ bigdata802:/opt/module/h ...
Posted by Dimitri89 on Wed, 06 Oct 2021 16:56:51 -0700
Windows account access operation of OpenSSH
1, New user access
[avoid using names such as sshd that conflict with service built-in accounts]
In general, for the sake of system access security, the system administrator account will not be directly used for remote access.
2.1 creating users
With administrator privileges, execute cmd, execute user addition instructions, and creat ...
Posted by Verrou on Wed, 06 Oct 2021 09:39:50 -0700
Guangdong Mobile HM201 TV box (Nanchuan license plate) brushes the route beside armian + docker + openwrt
Guangdong Mobile HM201 TV box (Nanchuan license plate) brushes the route beside armian + docker + openwrt
Box information: S905L, 1G+4G, 100m network port, USB2.0x2, 2.4G WiFi (not driven under armbian), no Bluetooth
Input under the built-in Android system terminal:
cat /proc/device-tree/amlogic-dt-id
Results obtained:
gxl_211_1g
1, U S ...
Posted by MP145 on Mon, 04 Oct 2021 11:23:06 -0700
IDEA remote deployment debugging Java application
IDEA remote deployment debugging Java application
Basic overview
In our work, we may encounter that we cannot connect to the development environment database and other resources locally, but we want to develop and debug directly locally.
At this time, it can be realized through the Run on... Function of IDEA.
The principle is to connect ...
Posted by zaneosak on Sun, 03 Oct 2021 10:38:53 -0700
Deep understanding of Linux file system and log analysis
Deep understanding of Linux file system and log analysis
1, inode and block overview
File data includes meta information and actual data Files are stored on the hard disk. The minimum storage unit of the hard disk is "sector", and each sector stores 512 bytes Block
Eight consecutive sectors form a block Is the smallest u ...
Posted by yacaph on Mon, 27 Sep 2021 06:24:25 -0700
Openssh remote control nfs network system files
Openssh 1, Introduction to Openssh OpenSSH is a free open source implementation of SSH (Secure SHell) protocol. SSH protocol family can be used for remote control or transfer files between computers. The traditional methods to realize this function, such as telnet (terminal emulation protocol), RCP, FTP, rlogin and rsh, are extremely insecure, ...
Posted by AoA_Falcon on Sat, 25 Sep 2021 04:26:13 -0700
The five minute package teaches you to write Shell scripts
Java developers must have come into contact with the Linux system, so many times during the development process, we break our project into a jar package or war package, upload it to the specified directory of our server through XFTP, and then run the startup script at one end, Make our project accessible, like. / sh service.sh start, and then s ...
Posted by pages on Wed, 22 Sep 2021 07:14:50 -0700
(Vulnhub exercise) -- Node penetration practice
(vlunerable practice) – Node penetration practice
Download address
http://www.vulnhub.com/entry/node-1,252
This article is a reference to the boss Orange lady Written in my article
The following are my notes following his article
Scan host (netdiscover)
sudo netdiscover -i eth0 -r 192.168.100.0/24
Target host IP: 192.168.100.152 ...
Posted by deolsabh on Mon, 20 Sep 2021 20:41:56 -0700
Remote access and control
catalogue
preface
SSH
Main functions of ssh server
configuration file
ssh Remote Login mode
Service configuration
scp remote replication
sftp Secure FTP
The sshd service supports two authentication methods
Password verification
Key pair verification
TCP Wrappers access control
Two implementation methods of protection ...
Posted by always_confused on Mon, 06 Sep 2021 12:41:07 -0700