En
Conf t
Hostname SW1
Username CCNA Password CCNA
No IP domain-lookup
Service Password-encryption
Enable Secret Cisco
Line con 0
Login Local
Logging synchronous
Exec-timeout 0 0
Line vty 0 4
Login Local
Logging synchronous
Exec-timeout 0 0
int VLAN 1
IP addr 192.168.1.1 255.255.255.0
No shut
IP Default-gateway 192.168.1.254
Show run
Copy Run start
indicates that the configuration is not loaded into the system, often used for Password Recovery
4: Common show commands
Ccna # showrunning-config # view the current configuration, including the default configuration of the device
Ccna # showstartup-config # view the startup configuration, that is, the saved configuration
CCNA Common commands Chinese comments Access-enable allows the router to create a temporary Access list entry Access-group in the dynamic Access list (ACL) access-list on the application interface defines a standard ip acl www.2cto.com Access-template. Manually replace the temporary Access list entry Appn on the connected router and send the command to the APPN subsystem. The ATM sig executes the ATM signal
.---------------------------------------------------------------, the commands for setting the clock frequency and enabling the serial interface are:Router (config) #interface Serial 0/0/0Router (config-if) #clock rate 56000Router (config-if) #no shutdown---------------------------------------------------------------Once you have changed your router configuration, remember to use the show command to verify the accuracy of your changes, and then save t
Tags: Cisco CCNA device Basic Configuration1. Define a host name for the routerrouter>enable \ \ Enter Privileged modeRouter#configure terminal \ \ Enter global configuration modeRouter (config) #hostname R1 \ \ Change the router nameR1 (config) #The default router name is "Router", which can be used to differentiate the device from the network for easy management.2. Turn off Domain name resolutionR1 (confi
, easy VPN server,IPS,DHCP server, Dynamic routing protocol Configuration tasks can also be done easily and quickly with SDM, with tight configuration and structural specifications. When using SDM for management, it is safe and reliable for users to use encrypted HTTP connection and SSH v2 protocol between routers. Currently, most of Cisco's low-and middle-end routers include 8xx, 17xx, 18xx, 26xx (XM), 28xx, 36xx, 37xx, 38xx, 72xx, 73xx and other models that can support SDM. (2) Cisco ISO Comma
CCNA Authentication-basic network knowledge-1-3 ensures confidentiality by allowing intended and authorized recipients (individuals, processes, or devices) to read data to maintain data privacy. Use a powerful user authentication system, a password that is difficult to guess, and frequent password changes to restrict access to stored data on communication and Internet devices. Encryption of content ensures
converted to clear text and that non-command text such as "--more--" and IOS messages should also be deleted. This process is discussed in the experiment.In addition, the device must be set to global configuration mode in the CLI to receive commands from a text file that is being copied.The steps to use HyperTerminal are as follows:1. Locate the text document you want to copy to the device and open it.2. Copy all text.3. In the Edit menu, click Paste
Distributed memcached Learning (2) -- Basic memcached commands and basic memcached commands
The above section describes how to compile and log on to memcahed in linux. The following describes how to use the basic memcahed command
Learn about basic Linux commands: df commands and du commands-general Linux technology-Linux technology and application information. For more information, see the following. Df command
This interface is used to view the status information of the Linux File System and display the capacity, used, unused, and mount point
Basic MySQL commands and basic mysql commands
SQL
Statement
Mysql version: For mysql-5.6.36 version1.1 Common commands
# View database mysql> show databases; show databases like '% pres %'; # fuzzy query # View table mysql> use xzymysql> show tables; # view permissions show
Basic linux commands and basic linux commands
Shutdown-h now shut down immediately
Shutdown-r now restart the computer
Reboot now restarts the computer
Logout user logout
Vi editor usage:
1) vi file name
2) Enter I to enter the command mode]
3) Enter esc to Enter command mode]
4) input: [wq indicates exit and keep q! E
=" Image025.png "alt=" Wkiom1l5qzqb2ck-aae02uch_4u103.png "/>(3)hash-d nameDeleteHashNow we will delete the cached pwd in the hash , and the name we need to enter when we delete It is the alias we found with hash-l . 650) this.width=650; "src=" Https://s3.51cto.com/wyfs02/M01/9D/14/wKioL1l5qzuBYp6QAAC5QHVv0zU321.png "style=" float : none; "title=" Image026.png "alt=" Wkiol1l5qzubyp6qaac5qhvv0zu321.png "/>you can see that the PWD is not in the list . then we look at the type of PWD and find that
Table Space Basic Commands--Create TABLE space initialization size 10M auto grow 5M max 50MCreate tablespace Duan datafile ' F:\oracle\product\10.2.0\oradata\orcl\duan.dbf ' size 10MAutoextend on next 5M maxsize 50M;--Querying table space for address and space namesSelect File_name,tablespace_name from Dba_data_files order by file_name;--Create a multiple tablespace containing two data filesCreate tablespac
JSP basic syntax, 3 Compilation commands, 7 Action commands, 9 built-in objectsI. jsp Overview
JSPIs the abbreviation of java server page, which is essentially a simplified servlet and a dynamic web page technical standard. Jsp pages are embedded in java segments in HTML pages. applications developed using jsp can be used across platforms.Ii. jsp
Basic Search commands and information in Linux, and query commands in linux
Searching for commands and hardware information is the most common operation for daily system management and maintenance. Next we will make a brief comparison of the Basic Search
Common MySql commands and basic mysql commands
Common MySQL database commands
1. MySQL Common commands
Create database name; create a database
Use databasename; select database
Drop database name directly deletes the database, no reminder
Show tables; displays tables
Descri
Basic but practical: Summary of common LNMP commands and common lnmp commands
1. modify directory permissions[Root @ localhost ~] # Chmod 777/home/user Note: only set the permission of the/home/user directory to rwxrwxrwx.[Root @ localhost ~] # Chmod-R 777/home/user Note: Set the permissions of the entire/home/user directory and its files and subdirectories to rw
Mysql build and basic commands, mysql build commands
I. mysql setup process
Install mysql on ubuntu
1. sudo apt-get install mysql-server
2. sudo apt-get install mysql-client
3. sudo apt-get install libmysqlclient-dev
2. Basic commands-Logon, logout, addition of databases,
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.