Linux Environment Configuration
Environment Configuration
Linux
0 .vimrc
#Create a new file in your own directory (~). vimrc
vim ~/.vimrc
#Add a text configuration (as follows...
#Indicates how many spaces a tab shows by default 8
set tabstop=2
#Represents the length of the indentation that falls back when the backspace key is pressed in edit mode
set softtabstop=2
#Re ...
Added by Christian B. on Thu, 10 Mar 2022 20:06:04 +0200
Understand the USB device driver framework in one article
From: https://www.eet-china.com/mp/a55310.html
hello, everybody. Today I'm going to take you to learn about USB device driver.
Kernel version: 4.4.94
1. Linux USB subsystem
Before introducing device-side drivers, let's look at the Linux USB subsystem. The subsystem here is relative to the entire Linux kernel, not a single device. The communic ...
Added by mooler on Thu, 10 Mar 2022 20:14:38 +0200
linux bg and fg commands
linux bg and fg commands
Under linux, if we want a task or program to be executed in the background, we can use &. In fact, linux also provides commands for other task scheduling.
bg: change a command suspended in the background to continue execution; [background background background]fg: transfer the command in the background to the fore ...
Added by radi8 on Thu, 10 Mar 2022 18:38:38 +0200
Compile JDK18 based on Linux
1. Overview
JDK hasn't been compiled manually, dare you say you're a Java programmer? (Brother By Sheep- JDK hasn't been compiled manually, dare you say you're a Java programmer? Actual Compile Java Source (JDK Source, JVM) Video Tutorial_ Bell-Bell-Bell_ bilibili)
Compiling JDK by hand is theoretically a better JDK for your computer
Maybe it ...
Added by blacksheepradio on Thu, 10 Mar 2022 20:22:52 +0200
$tools, methods, jQuery properties and CSS
1, What exactly is the $symbol? $is the attribute defined for the window object in jQuery
$and jQuery can be interchanged when used. In fact, it is a function, which comes from the jQuery library
jQuery and $are used as an attribute of window window.jQuery = window.$ = jQuery; ...
Added by traffic on Thu, 10 Mar 2022 17:48:49 +0200
CL236 configuring IP failover -- configuring NFS Ganesha
CL236 configure IP failover – configure NFS Ganesha
In this chapter, learn how to configure NFS Ganesha to solve the problem of high availability.
RHCA column address: https://blog.csdn.net/qq_41765918/category_11532281.html
NFS Ganesha feature
NFS Ganesha is a user mode file server for NFS. It supports NFSv3, NFSv4 and NFSv ...
Added by arhunter on Thu, 10 Mar 2022 17:40:28 +0200