Tag:terminal
-
Configuring agents for Ubuntu terminals
1. Why use terminal agent Recently, when learning the P4 configuration environment, many dependencies have to be pulled from the terminal through GitHub. However, because GitHub is a foreign website and is limited by the speed limit, the installation speed of dependency is very slow and it is easy for the server to respond to […]
-
Java streams – in depth tutorial
Java8 and streams: a match made in heaven, but it may be a bit overwhelming. Addition of streamIs one of the major new features in Java 8. The article is rightStreamThe introduction of many supported functions focuses on simple and practical examples. To understand this, you need to have a basic working knowledge of Java […]
-
Knock! Knock! Is this the simple and intuitive SSH client you’re looking for?
Nextsh is a full platform SSH management tool that supports windows, MacOS and Linux. However, it is far from limited to remote terminals, but also supports system data monitor, file editor and file manager. major function Support windows, MacOS and Linux platforms. Terminal connection, long command editing bar, sending instructions at cyclic intervals, saving common […]
-
Basic operations of gitee and GitHub
What is git? Let’s popularize science: Git is an open source distributed version control system, which can effectively and quickly handle the version management of projects from very small to very large (from Baidu) Now more and more companies have used git for project version management, which is particularly convenient to use, and the development […]
-
Ubuntu16. 04 completely delete MySQL database
Ubuntu16. 04 completely delete MySQL database First, check the dependency of MySQL in the terminal: dpkg — list|grep mysql Uninstall: sudo apt get remove MySQL common Uninstall: sudo apt get autoremove — purge mysql-server-5.7 Clear residual data: dpkg – l|grep ^ rc|awk ‘{print $2}’ |sudo xargs dpkg – P Check the remaining dependencies of MySQL […]
-
Install the cross compilation tool for Ubuntu and execute/ Arm none Linux gnueabi GCC – V command prompt: the file or directory cannot be found?
The problem is Generally, 32-bit Ubuntu is used. Generally, there will be no problem after the environment is configured. However, for 64 bit Ubuntu systems, this problem will occur after the environment is configured. In fact, there is a lack of 32-bit software package. I use Ubuntu 18 64 bit version 04.1. terms of settlement […]
-
View, update and delete the yum installation package under Linux CentOS
Check which Yum packages are installed under CentOS, check whether the specified package is installed, check the detailed description of the installed package, update the package, delete the package and other common operations View search packages 1. Find the specified package # shell sentence $ yum search softwate_package_name #For instance (modem communication program: use RZ […]
-
Linux – realize file upload and download in terminal simulation software
RZ and SZ upload and download files on the client Use RZ and SZ commands to simulate software at the terminal, such asXshell、SecureCRT、PuTTYIt is very convenient to upload and download files Test lrzsz package is installed Lrzsz is a program that can replace FTP upload and download in Linux. What we call upload and download […]
-
Goodbye to xshell. This open source terminal tool is even more cool.
By Jack TianSource: official account “Jay brother’s IT Tour” ID:Jake_InternetFor reprint, please contact authorization (wechat ID: hc220088)Original address:Goodbye, xshell! This open source terminal tool is even more cool! Hello, I’m Jacko. Programmers are inseparable from the terminal command line. The most commonly used tool in their work is the “terminal connection tool”. Moreover, most Linux […]
-
Do you know the use of these 14 linux commands
1. SL command You will see a train moving from the right side of the screen to the left Of course, we need to install the software package first: sudo apt-get install sl Then run SL to see the effect: 2、fortune Output a sentence with jokes and Famous Sayings (as well as Tang poetry and […]
-
NPM login failed code E409。 Enter one-time password
npm ERR! code E409 npm ERR! 409 Conflict – PUT https://registry.npmmirror.com/-/user/org.couchdb.user:xxx – [conflict] User xxx already exists npm ERR! A complete log of this run can be found in: Failure reason You can see that the address of put is notregistry.npmjs.org, butnpmmirror。 resolvent Terminal input npm config set registry https://registry.npmjs.org As shown in the figure: […]