current location:Home > Technical Articles > Development Tools
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- vi in linux displays garbled Chinese characters
- The solutions to the Chinese garbled characters displayed in vi in Linux are: 1. [$vi ~/.vimrc]; 2. [let &termencoding=&encoding]; 3. [set fileencodings=utf-8,gbk]; 4. [$:wq 】.
- Linux Operation and Maintenance . vim 4616 2020-02-14 14:45:23
-
- Linux host name modification command
- Linux commands to modify the host name are: 1. hostname <newHostName>, this command will temporarily change the host name; 2. hostnamectl set-hostname <newHostName>, this command will permanently change the host name.
- Linux Operation and Maintenance . vim 12792 2020-02-06 09:39:22
-
- Linux server hosts file configuration
- How to configure the Linux server hosts file: first enter sudo vim /etc/hosts to edit hosts; then fill in the relevant information in the format of "IP address host name domain name"; finally press ESC and enter: wq to save.
- Linux Operation and Maintenance . vim 7865 2020-02-03 17:35:18
-
- Clear historical commands recorded in history under Linux
- Below, the Linux tutorial column will introduce to you how to clear the historical commands recorded in the history in the Linux environment. I hope it will be helpful to friends in need!
- Linux Operation and Maintenance . vim 3487 2020-01-31 17:51:37
-
- Detailed explanation of shell to implement SSH automatic login
- Before writing the ssh automatic login script, let’s talk about the basics of shell scripts. This basics is not some grammar or anything. It is everywhere on the Internet. Here is a summary of the operating mechanism of shell scripts~
- Linux Operation and Maintenance . vim 4259 2020-01-25 16:44:19
-
- Solve the problem of excessive server memory resource consumption caused by too many php-fpm processes in CentOS7
- The server memory usage has been high recently. After checking, it was found that it may be related to the excessive number of php-fpm processes. This article records my process of optimizing the php-fpm configuration file and adds some knowledge related to php-fpm.
- PHP Tutorial . vim 3406 2023-04-08 08:16:01
-
- How to set mysql to be case-insensitive in linux
- The method to set mysql to be case-insensitive in Linux is: 1. First check whether mysql is case-sensitive; 2. Then open the [/etc/my.cnf] file and add [lower_case_table_names=1]; 3. Finally, restart the mysql service. Can.
- Linux Operation and Maintenance . vim 4470 2020-01-11 14:30:05
-
- Chinese garbled characters appear when viewing logs in Linux
- The solution to Chinese garbled characters when viewing Linux logs is: 1. First execute the [locale -a] command to check the server's supported encoding; 2. Then execute the [vi /etc/sysconfig/il8n] command to modify the server encoding to [zh_CN.UTF] -8】That’s it.
- Linux Operation and Maintenance . vim 10544 2020-01-11 11:46:30
-
- Mac local Apache server settings
- Start the Apache server: Enter sudo apachectl start in the terminal and press Enter; the ssh service is installed on the mac itself and will not start automatically on boot by default; to check whether it is started, sudo launchctl list | grep ssh.
- Apache . vim 3545 2020-01-06 14:53:19
-
- What editor to use in golang?
- Commonly used editors for golang: 1. gedit. Install the "External Tools" plug-in to configure and build golang related commands. 2. vim, the Go language installation package already contains environmental support for Vim. 3. Eclipse, you need to install the "Goclipse" plug-in.
- Golang . vim 8229 2020-01-02 09:22:29
-
- How to implement network connection in linux
- The method to achieve network connection in Linux is: 1. First enable all vmware services and enable vmnet8; 2. Then configure the IP address of the vmware switch; 3. Then set the vmnet8 address; 4. Then configure the IP address of the Linux system; 5. Finally restart the network.
- Linux Operation and Maintenance . vim 4215 2019-12-26 14:17:21
-
- How to modify the linux hosts file
- On Linux, the hosts file can be modified through the command line or through the graphical interface; take the CentOS/RHEL distribution as an example. This version of the hosts file is opened in the /etc directory using the vim /etc/hosts command. You can use the vim editor to add the required content and press: wq to save.
- Linux Operation and Maintenance . vim 16397 2019-12-26 11:17:05
-
- How to turn off the firewall in linux
- How to turn off the firewall in Linux: 1. Use the "chkconfig iptables off" command to turn it off permanently and effectively. 2. The command that takes effect immediately is "service iptables stop".
- Linux Operation and Maintenance . vim 10764 2019-12-26 10:49:06
-
- What IDE to use for golang?
- Go is a simple and reliable programming language. Its solid structure and powerful classes have helped it develop into a stable and popular language for developers of all kinds. Commonly used go language IDEs include LiteIDE, VS Code, GoEclipse, Atom, Vim, etc.
- Golang . vim 3327 2019-12-25 11:17:36
-
- Tutorial on the use of vim plug-in in vscode
- Tutorial for using the vim plug-in in vscode: 1. Install the vim plug-in, search for the vim plug-in, and click to install it after finding the plug-in; 2. Set the clipboard, enter [Preferences], and enable the use of the system clipboard; 3. Use [j , k, h] and other keys can control the cursor accurately and quickly.
- VSCode . vim 7539 2019-12-17 09:39:06