current location:Home > Technical Articles > Operation and Maintenance
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- An error occurred when setting up the basic software repository when installing centos system
- The solution to the error in setting up the basic software warehouse when installing the centos system is: 1. Install Git; 2. Generate the public key on the server; 3. Execute the command [cat ~/.ssh/id_rsa.pub] to view the content of the public key, and Just add the public key to the code cloud.
- CentOS . ssh 10730 2020-03-19 17:56:59
-
- Ordinary users of centos system cannot log in to ssh
- The solution to the problem that ordinary users in the centos system cannot log in to ssh is: 1. Open the /etc/ssh/sshd_config file; 2. Modify the [-:ALL EXCEPT root yourusername:ALL] configuration; 3. Restart the sshd service.
- CentOS . ssh 4420 2020-03-19 14:44:33
-
- How to access MySQL in docker
- How to access MySQL in docker: first use the docker exec command to enter the MySQL container, use the update statement to update the root user password; then use the GRANT statement to set root to allow external login; finally return to the host to access MySQL through the port mapped by MySQL.
- Docker . ssh 16454 2020-03-19 11:16:15
-
- How to SSH to CentOS
- How to connect CentOS via SSH: 1. Use yum to install the sshd service for centos; 2. Use systemctl to set the sshd service to start automatically; 3. Use firewall-cmd to open port 22; 4. Use the ssh command to connect to other hosts.
- CentOS . ssh 4003 2020-03-19 11:03:16
-
- How to log in to docker remotely
- How to log in to docker remotely: first download the "ubuntu" container; then install "ssh" through the command "apt-get install openssh-server"; then connect through ssh client tools such as "putty" or "xshell".
- Docker . ssh 3046 2020-03-14 11:24:16
-
- How to check CentOS IP
- How to check the IP address of CentOS: 1. Open the terminal and enter ip add to check the host IP address; 2. Use the ping command to ping an unreachable IP and you can also check the host IP.
- CentOS . ssh 10493 2020-03-13 17:45:08
-
- How to access Mysql through SSH tunnel forwarding
- Access Mysql through SSH tunnel forwarding.
- Mysql Tutorial . ssh 2441 2020-03-12 08:43:33
-
- What to do if ssh cannot connect to Linux
- Solution to the problem that SSH cannot connect to Linux: 1. Log in to Linux as root and enter the command /etc/init.d/sshd restrat to restart the SSH service; 2. Enter the command /etc/init.d/iptables stop to stop the firewall.
- Linux Operation and Maintenance . ssh 6273 2020-03-11 15:46:33
-
- what is ssh linux
- ssh linux refers to the ssh service, which is a daemon process. The system monitors client connections in the background. The process of the ssh server is called sshd, which is responsible for monitoring client requests in real time, including the exchange of public keys and other information; the ssh server consists of openssh and openssl composition.
- Linux Operation and Maintenance . ssh 2880 2020-03-11 11:18:01
-
- phpMyAdmin installation and configuration in Linux CentOS7 system
- Below, the PHPmyadmin tutorial column will introduce to you the installation and configuration methods of phpMyAdmin in Linux CentOS7 system. I hope it will be helpful to friends in need! Today we introduce how to configure phpMyAdmin in Linux CentOS7 system.
- phpMyAdmin . ssh 3452 2020-03-02 17:41:05
-
- Garbled characters appear when ssh accesses linux
- The solution to garbled characters when ssh accesses Linux is: 1. First execute the [ls -a] command to find the [.bash_profile] file; 2. Then add the configuration [LANG=zh_CN.GB2312 export LANG].
- Linux Operation and Maintenance . ssh 3187 2020-02-14 16:06:54
-
- How to use gdb debugging in vscode
- The method for vscode to use gdb debugging is: 1. First start the debug window, configure GDB parameters and GCC; 2. Then run the [/tmp # ./mips-linux-gdbserver:10000 ./test] command to debug the output; 3. Finally, perform Just debug.
- VSCode . ssh 10279 2020-02-12 14:00:50
-
- How to exit vscode terminal
- There are many instructions for exiting the terminal of vscode. For example, in the node environment, use the [ctrl+c] shortcut key to exit; in the ssh environment, enter the command [exit]; in the git environment, use the shortcut key [q] ] to exit the terminal.
- VSCode . ssh 11539 2020-02-07 13:57:43
-
- Linux build web server process
- The process of building a web server in Linux: 1. Use ssh to log in to the server; 2. Use apt and yum tools to install web server software, such as apache and nginx; 3. Use the scp command to upload website files to the server site directory; 4. Visit the site. .
- Linux Operation and Maintenance . ssh 8059 2020-02-05 14:04:35
-
- How to use SSH channel to access mysql
- The method to use the SSH channel to access mysql is: 1. First establish the SSH channel; 2. Then execute the command to connect to the database, such as [mysql -h 127.0.0.1 -P 3307 -u dbuser -p db].
- Mysql Tutorial . ssh 2148 2020-01-27 20:20:15