Open windows10 developer mode by setting-- > Update and Security-- > for developers, click on developer mode to add the linux subsystem to the control panel. The installation steps are: control panel-- > programs-- > enable or close wind.
1. The commands to install the Chinese language pack are as follows: # yum-y groupinstall chinese-support2, edit the configuration file, and set the corresponding character set to take effect temporarily: # export LANG= "zh_CN.UTF-8"
Method 1: use Vim text editor to enter [vi file name. Txt] in the terminal program. The "vi" section of the command selects the "Vim" text editor to open and edit the file. Replace the "file name" in the command with the target file name. For example, the file name is "tami"
1. Enter the directory / etc/sysconfig/network-scripts2, edit the file ifcfg-eno167779843, and annotate the DNS. These are the details of setting that linux cannot access the public network. For more information, please close.
Software updates-Software update points this article mainly discusses the related concepts and content architecture of ConfigMgr software update points WSUS and SUP architecture comparison of traditional software updates under Windows platform, WSUS is responsible for software updates on CCM clients under SCCM system
First, the space is full df-h # to view the space occupation 2. The number of files inodes exceeds the limit df-I solution: 1. The storage server using NetApp modifies the number of inodes maxfiles volname [new_numb]
Environment: server environment: Ubuntu Server 16.04 lts server coding configuration: first, we use shell to connect to the server, and then enter the locale command in the terminal. The result is as follows: $localeLANG
1. Linux often does not take effect after modifying the hostName of native alias / etc/hosts. Linux often does not take effect after modifying the hostName of native alias / etc/hosts. For example, the content of our / etc/hosts is as follows: # 19
Method 1: modify the / etc/sudoers file, find the following line, and remove the previous comment (#) # Allows people in group wheel to run all commands%wheel
Error report: solution: the firewall opens the following inbound rules to test again that the fault prompt disappears.
Linux, whose full name is GNU/Linux, is a free and free UNIX-like operating system. It is mainly inspired by the ideas of Minix and Unix. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and Unix.
The method of finding keywords in vi editing mode in Linux: 1. Enter vi, press "ESC" to jump to command input mode 2, enter slash "/", then the screen will jump to the bottom, the input field will appear "/" 3, enter the keywords you need to find, enter 4, if you want to continue
Ssh password connection (1) ssh server sends its public key to ssh client (2) ssh client encrypts the account password with ssh server's public key and sends it to ssh server (3) ssh server
When it comes to Column Family databases, we have to mention Google's BigTable, whose open source version is known as HBASE. BigTable is built on Google's other two systems, GFS and Chubby, which and
LVS+keepalived High availability Cluster experiment purpose: to use keepalived to achieve LVS dual hot backup. Experimental environment: host operating system IP address main software LVS load scheduler CentOS 7.3x86x64192.
1. Windows background running script test.vbsSet ws = CreateObject ("Wscript.Shell") ws.run "cmd / c test.bat", vbhide2, boot boot
Mining useful threat information and intelligence from a large number of security incidents is a hot topic in today's discussion, and it is also a difficulty. How can it be realized? A technique called correlation analysis is used here, which is also SIEM (Security Information Event Man).
First, check the IP. 1. Ifconfig [root@Hankwr312 ~] # ifconfigeth0: flags=4163 mtu 1500inet 192.168.2.252 netmask 255
Nginx status message (status) configuration and information details nginx, like php-fpm, has a built-in status page, which is very helpful for understanding the status of nginx and monitoring nginx. In order to follow up on zabbix monitoring, we need to know n first
This article mainly introduces the basic knowledge of graphics, understanding of Unity image rendering mechanism, and image rendering pipeline process. Mainly because with the rapid development of VR/AR, in order to meet the limit rendering of VR HD and high frame rate, shader programming (Shader) has also become Unity.