Linux I/O performance analysis

Inodes and directory entriesFile system itself is a mechanism for organizing and managing files on storage devices. Different file systems will be formed in different ways of organization. The most important thing you should remember is that everything is a file in Linux. Not only ordinary files and directories, but also block devices, sockets, ...

Posted by webing on Sun, 19 Dec 2021 15:05:47 +0100

LVS load balancing cluster deployment (DR) mode

1, Overview DR mode Also called Direct Routing The semi open network structure is adopted, which is similar to the structure of tun mode, but the node and scheduler are in the same physical network The load scheduler connects with each node server through the local network, and there is no need to establish a special ip tunnel The schedul ...

Posted by Switch0r on Sun, 19 Dec 2021 14:44:30 +0100

Yan web page port 8088 is not accessible in Windows browser

Problem description After configuring the Hadoop Namenode, secondarynode, and datanode nodes, configure mapred site in the hadoop /etc directory xml,yarn-site.xml file. After configuration, start resource manager and nodemanager. Among them, yen site The XML configuration is as follows: <property> <name>yarn.node ...

Posted by matbennett on Sun, 19 Dec 2021 13:56:35 +0100

Using ss5 to build sock5 server under Linux & using proxychains as sock5 client proxy

1.ss5 build sock5 server 1.1 download ss5 source code https://sourceforge.net/projects/ss5/files/ss5/ https://nchc.dl.sourceforge.net/project/ss5/ss5/3.8.9-8/ss5-3.8.9-8.tar.gz 1.2 installation related requirements yum install -y pam-devel yum install -y openldap-devel yum install -y openssl-devel 1.3 compilation and installation ...

Posted by 0riole on Sun, 19 Dec 2021 11:20:59 +0100

The whole process of deploying Java Web project on linux server

preface I use: Development tool: ideajdk: 1.8mysql: 5.7.35tomcat: 8.0.35ssh tool: FinalShell 1, Environment configuration and construction 1. Installation and configuration of JDK download 1) I use the Linux version of tar GZ compressed package, you need to download others by yourself install 1) After downloading, put the compress ...

Posted by jozard on Sun, 19 Dec 2021 10:31:33 +0100

crontab for Linux (scheduled tasks)

effect A program needs to be executed every minute to check the operation status of the systemThe business data of the past day shall be counted every morningLog files need to be backed up every week (if there is too much log information, the disk space will be occupied, and most of the logs are analyzed in real time within a week, and we will ...

Posted by turboprop on Sun, 19 Dec 2021 09:56:22 +0100

[punctual atom linux serial] Chapter 29 LCD backlight adjustment experiment - extracted from [punctual atom] I.MX6U embedded Linux Driver Development Guide V1.0

1) Experimental platform: punctual atom alpha Linux development board 2) Platform purchase address: https://item.taobao.com/item.htm?id=603672744434 2) Full set of experimental source code + manual + video download address: http://www.openedv.com/thread-300792-1-1.html 3) Students interested in punctual atomic Linux can add group discussion: 93 ...

Posted by sifix on Sun, 19 Dec 2021 09:17:20 +0100

A Linux tomcat automatic deployment shell script

A Linux tomcat automatic deployment shell script Because Jenkins was installed on the server to realize automatic deployment failed, we found an alternative method and copied an automatic deployment script on the Internet. This script is written in shell language, and I have never been in contact with shell programming before, so I try to d ...

Posted by ifubad on Sun, 19 Dec 2021 05:39:51 +0100

Linux journey 13: disk quota and advanced file management

Linux journey one 3: disk quota and advanced file management Source: pixels Application and practice of disk quota What is disk quota General purpose of disk quotas Limit the maximum disk quota that a user group can useLimit the maximum disk quota for a userLimit the maximum disk quota for a directory Disk quota is a tool that provides ...

Posted by purefusion on Sun, 19 Dec 2021 02:14:32 +0100

Quick view of common Docker commands

Docker installation Uninstall the old version. The older docker version is docker or docker engine. If you have installed these programs, uninstall them and their related dependencies. sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker- ...

Posted by devarishi on Sun, 19 Dec 2021 01:54:31 +0100