There are many installation tutorials for installing Git online, so you can refer to them. Here is the version of Git with Windows, click here to download. After the basic setup is complete, you can see the new git commands added by right-clicking the mouse button: Git GUI here and git Bash here. Here we use the command-line tool to do some basic git setup. 1, us
represented as 2So the permission to manipulate this file is represented by a value of 662Change permissionssudo chmod [u belongs to user g belongs to group O Other User a All users] [+ Increase permissions-reduce permissions] [r W x] directory nameFor example: There is a file filename, the permission is "-rw-r----x", the permission value is changed to "-rwxrw-r-x", with a numeric representation of 765sudo chmod u+x g+w o+r filenameThe above example can be represented by a numerical valuesudo c
instructions we use, ls,cd,pwd.The shell translates the instructions we send into a language that the kernel can understand, and then implements the instructions.We interact with the Linux kernel through the shell!The format used for commands in Linux systems is:command [options] [parameters]such as: Ls-a/HomeIndicates that all files are listed in the/home directoryLS stands for command list ' list '-A description command ls, listing all files/Home D
registered trademark of Oracle Corporation and/or itsaffiliates. Other names trademarks of their respectiveowners. Type ' help ', ' or ' \h ' for help. Type ' \c ' to clear the current input statement.mysql> exitbye[[emailprotected] ~]# mysql-uroot-p-s/tmp/mysql.s Ock//Use sock login, only for local connection, equivalent to "mysql-uroot-p123456" Enter password:welcome to the MySQL monitor. Commands End With; or \g.your MySQL connection ID is 4Serve
directory for third-party programs/proc: Virtual file system for kernel and process information, pseudo file system, kernel mapping file, only in memory, it provides the interface to the operation of accessing system kernel data in the way of file system./sys: Pseudo file system, hardware device information virtual file system interface, and hardware device-related property mapping file, which is the global device architecture, contains all the found registered on various bus of various physica
Do you have a headache in obtaining the most basic commands for MySQL Databases and tables? If this is the case, the following articles will give you corresponding solutions. The following articles mainly introduce the solutions for obtaining the most basic commands for MySQL Databases and tables, the following is a de
Vi (Vim) keyboard chart and its basic commands
Vi (Vim) keyboard chart and its basic commands:
Go to vi
Vi filename open or create a file and place the cursor at the beginning of the first line
Vi + n filename open the file and place the cursor at the beginning of line n
Vi + filename open the file and place the curso
command must be written with '; ' , the command executes after hitting the ENTER key. Example: Pwd;lsAt the command line, you can write a command in multiple consecutive lines by using ' \ ', and when the command is written, the command is executed after hitting the ENTER key.The basic shell statements are known above, and it is important to note that:The operating system can divide two parts of "kernel" and "shell". Kernel is commonly known as the k
I read some documents and summarized some basic Vim commands suitable for programmers. they are not very complete, but at least practical... All are the most basic vim tutorials. open the terminal under fedora. Input vimfilename to enter the vim // basic file. ..
I read some documents and summarized some
There are three types of user accounts: superuser, common user, and program User Group account: UID for the basic group and additional group user account: the root UID is 0, the program user is 1-499, and the general-a: User account File 1. in the passwd file, configure the row format root: x :... there are three types of user accounts: superuser, common user, and program user.
Group accounts include: Basic
First, we will introduce the term "console", which is a commonly seen man-machine interface using character operation interfaces, such as DOS. The console command is an operating system command that can be input through the character interface. For example, the doscommand is a console command. What we need to know now is the basic Console Commands based on the Linux operating system. Note that the Linux
statement.mysql> exitbye[[emailprotected] ~]# mysql-uroot-p-s/tmp/mysql.s Ock//Use sock login, only for local connection, equivalent to "mysql-uroot-p123456" Enter password:welcome to the MySQL monitor. Commands End With; or \g.your MySQL connection ID is 4Server version:5.6.36 mysql Community Server (GPL) Copyright (c), Oracle and /or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. N
] ~]# which --skip-alias ls/bin/lsThe whatis:whatis command displays the header line of the manual section. You can then issue the man command to get additional information[[email protected] ~]# Whatis CDCD (1p)-Change the working directoryCD [Builtins] (1)-bash built-in commands, see Bash (1)[Email protected] ~]# Whatis mkdirmkdir (1)-Make directoriesmkdir (1p)-Make directoriesmkdir (2)-Create a directorymkdir (3p)-Make a directory[Email protected] ~
Docker run--volumes-from db1-v/home/backup:/backup ubuntu tar cvf/backup/backup.tar/dbdata
Start a container data volume using the DB1 container's data volume while creating a new data volume pointing to the host directory/home/backup, compressing the/dbdata directory data to/backup/backup.tar
docker run -v /dbdata --name dbdata2 ubuntu /bin/bash
Docker run--volumes-from dbdata2-v/home/backup:/backup busybox tar Xv
server
git remote add origin [email protected] Github.com:robbin/robbin_site.git # Set up the repository address
Git push-u Origin Master # client First Commit
Git push-u origin Develop # First submits the local develop branch to the remote develop branch, and the track
git remote Set-head Origin Master # Set the remote repository head to the master branch
You can also command settings to trace the remote library and the local library C code
Git branch--set-upstream Master
Label: GDB Basic Commands This article describes common commands for using the GDB debugger. Main content: [introduction] [Example] [other] [introduction]=============GDB is a powerful UNIX program debugging tool released by the GNU Open source organization. If you are doing software under the UNIX platform, you will find that GDB has a more powerful debugging to
,--mount[=-U,--uts[=-I,--ipc[=-N,--net[=-P,--pid[=RM Deletes a container-F,--force=true Force Delete-L,--link=false delete the container's connection, but keep the container-V,--volumes=false delete the container mounted data volumeExport the container, export a container that has been created to a file, regardless of whether the container is in a running state at this time-O,--output= ""# Docker Export 929bf12bc6ea > Centos_6.4_php.tarOther common commandsDocker-h 127.0.0.1:1234-d Modify the s
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.