later, if you do not understand it, do not worryAspNetUsers, AspNetRoles and AspNetUserRoles Store user and role informationAspNetUserTokens, AspNetUserLogins stored in the user's use of the external login provider's information and tokens, external login provider refers to such as microblogging, QQ, Google, Microsoft, such as the provision of OAuth or OpenID connect to the manufacturer. For example, Segmentfault can use Weibo to loginAnd then we're going to explain the most important table.Asp
reading this chapter, you are ready to understand the next chapter, which will teach you how to safely replicate your first database.Disk layout for 2.1.1 PostgreSQLThe first problem we need to understand in this chapter is the disk layout of PostgreSQL. Understanding the disk layout is very helpful for checking an existing installation, and it is also helpful to design an efficient, high-performance installation.Compared to other database systems, such as Oracle,postgresql relies on file syste
double quotation marks.
Understanding Long Format DisplayThe following example uses the CentOS 7 demo, ls-l equivalent to LL
[[email Protected] app]# cat/etc/redhat-release CentOS Linux release 7.1.1503 (Core) [[email Protected] app]# ls-l Total usage 2636 -rw-r--r--. 1 root root 1222783 October 12:09 glances-1.7.1.tar.gz -rw-r
The standard computer system is 1024, but the hard disk storage factory is 1000, and the memory is 1024. The units stored are in bytes.1. View Linux hard disk partitionsTo view the partition of the hard disk under Linux:[Email protected] notepad]# fdisk-lDISK/DEV/SDA: 16.1 GB, 16106127360 bytes255 heads, Sectors/track, 1958 cylindersUnits = Cylinders of 16065 * 8225280 bytesSector size (logical/physical): b
same way as the first two. However, they are based on the identifier of the process program file to infer the setting. As a result, a root program file can seteuid itself again () to root at any time.Root execution results:[Email protected] file]#./a.outUid=0,euid=0uid=1000,euid=1000Setuid to Root:operation not permittedExecution Result:The above example shows that a process that is not referenced by a superuser can only set its valid user and valid
with/VAR, replace Alls#/boot#/#i: Replace/boot with/and ignore caseVI fstab:%s/^#/*/indicates that lines beginning with # are replaced with * beginning with *: 1s/root/root/g replaces root of the first line as root: 1s/root/ab/g:%s/^#//means Delete comment #:%s/^uuid/#/:%d empty file:%[email protected]/dev/[email Protected]/etc/[email protected]Command mode: Und
synthesis of forcibly shutting down the database (shutdown abort) and starting the database (startup) two commands.
This command is only used when the database is closed and the database is not closed.
ALTER DATABASE OPEN READ only; This command opens the database as read-only after the instance is created and the database is installed. A product database that only provides query functionality can be opened in this way. Ii. Creating a database user 2.1 Log in to the database as a DBA user (s
Tags: how/etc character Lidao-bash indicates restricted Oldboy content1.1 I want to create a oldboy.txt file under the/data/oldboyedu directory [[Email protected]~]# cd/data/oldboyedu-bash:cd:/data/oldboyedu:no such file or directory 1. Why this error has occurredA: There is no such/data directory or no/data/oldboyedu/directory 2. How to solve? [Email protected]~
I. Hardware ResourcesMemory: 1G or moreSwap space: At least 1.5G, twice times of memory requiredTemp Space: 400MLinux The temporary space is / tmpWindows The temporary space is as follows:c:\> Echo%homedrive%%homepath%\local Settings\TempHard disk space: Linux/unix needs 1.3~3.5gWindows requires 1~1.5gIi. OFA Best Flexible Architecture (directory naming)1 , Linux / Unix below for Mount the naming of points
So far, you must have a basic understanding of the functions and construction of the Sendmail server. Next we will explain how to connect to the Sendmail server using a client program, MUA, in addition, you can manage and send emails. Currently, there are too many client mail software available on various platforms. Therefore, Due to space limitations, this section only describes "mail" on Linux and "Outlook Express" on Windows. You can select the most suitable MUA based on your platform and per
#!/bin/bash#Created by Ley on 2014-11-14#Testing the Paramtersecho "The Compleate list is%s\n" "$$"echo "The Compleate list is%s\n" "$!"echo "The Compleate list is%s\n" "$?"echo "The Compleate list is%s\n" "$*"echo "The Compleate list is%s\n" "[Email protected]"echo "The Compleate list is%s\n" "$#"echo "The Compleate list is%s\n" "$ $"echo "The Compleate list is%s\n" "$"echo "The Compleate list is%s\n" "$ $"the meaning of shell variable $#,[
Linux Medium Variable $#,[email protected],$0,$1,$2,$*,$$,$? the meaningLet's start by writing a simple script that will explain the meaning of each variable after execution.The script reads as follows:[email protected] ~]# cat Test.txt#!/bin/bashecho "number:$#" echo "Scname:$0" echo "First:" echo "Second:$2" echo " Argume:[
**********************************************************date:2016-05-07 time:00:47:18 author:gaojiaxing**********************************************************1. What is Linux?Linux is a set of operating systems, is a kind of short version of the distribution, the core is kernel.Query the version number of the Kernal[Email protected]:/# uname-r4.4.0-21-genericThe first 4 represents the major version num
Dockerui Advantages:1) Support container batch operation;2) Support image management (albeit weak)Dockerui Disadvantages:Multiple hosts are not supported.The following records the deployment process in the Dockerui management environment:1) First pull the Dockerui mirror.As follows:[[email protected] ~]# Docker pull Uifd/ui-for-docker//Previous mirror location is
/datafile/o1_mf_users_bc7lflno_.dbf 5242880[[email Protected] bbed]$ 2.2. Create a parameter file Bbed.par--The directory of the file is best with [[email protected] bbed]$ vi/u01/app/oracle/bbed/bbed.parblocksize=8192listfile=/u01/app/oracle/bbed/ Filelist.txtmode=edit2.3. Connect bbed using parameter file[[email protected] bbed]$ bbed Parfile=/u01/app/oracle/bb
Label:1. Error when backing up MySQL database, export data: [[email protected] ~]# mysqldump-uroot-p mysql >/root/bck.sql
Enter Password:
mysqldump:couldn ' 'SET option sql_quote_show_create=1'option Sql_quote_show_ create=1' at line 1 (1064) 2, query whether mysqldump ver
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.