Installing conda packages Referenceshttps://docs.anaconda.com/anaconda/user-guide/tasks/install-packages/ Installing a conda packageEnter the command: 1conda install package-name Installing specific versions of conda packages 2022-02-21 #conda
Changing the Default SSH Port 1. Log on to the server as an administrator.2. Open the SSH configuration file sshd_config with the text editor vi:1vi /etc/ssh/sshd_config 3. Search for the entry Port 22.4. Replace port 22 with a p 2022-02-21 #Linux #SSH
Installing TensorFlow Referenceshttps://docs.anaconda.com/anaconda/user-guide/tasks/tensorflow/ Install TensorFlow1. Download and install Anaconda or the smaller Miniconda.2. On Windows open the Start menu and open an Anac 2022-02-17 #TensorFlow
Installing Nginx on Linux 1. Ubuntu 22.041.1 Installing12apt updateapt install nginx 1.2 Checking status1systemctl status nginx 1.3 Managing the Nginx Processstop1systemctl stop nginx start1systemctl start nginx restart1s 2022-02-13 #Linux #Nginx
Installing Nginx on Linux by make 1. Installing pre-dependencies1yum -y install pcre pcre-devel gcc zlib zlib-devel openssl openssl-devel 2. Installing Nginx1. Download1wget http://nginx.org/download/nginx-1.21.6.tar.gz 2. Unzip1tar 2022-02-13 #Linux #Nginx
Installing Tomcat on Linux 1. DownloadOfficial website:https://tomcat.apache.org/ For instance:https://tomcat.apache.org/download-80.cgi8.5.75Core -> tar.gz 2. Unzipcopy apache-tomcat-8.5.75.tar.gz to /usr/src Execute the un 2022-02-13 #Linux
How does CentOS 8 EOL switch sources ? Background InformationDec 31, 021 CentOS 8 EOL. According to community rules, the source address of CentOS 8 http://mirror.centos.org/centos/8/ has been removed, and the source of CentOS 8 has been re 2022-02-13 #Linux
CentOS 8 Network Configuration Set the Static IP address of CentOS 8 machine through TerminalView Network statusThe IP address can be configured in the CentOS 8 Operating system using the NIC(Network Interface Card) system files. T 2022-02-13 #Linux #CentOS 8
Where the application is deployed on the Linux server The rules are as follows:CODE: /usr/local/[Software Name]/[Version]/ PID: /usr/local/[Software Name]/[Version]/conf/[Software Name].pid or 2022-02-10 #Linux
Jenkins Remote Trigger Not Working with 403 or Requesting Login Problem DescriptionUse Trigger builds remotely. Github Webhooks: But not working normally Problem SolvedAccording to the prompt, it is found that you need to log in.So try to close the login. Manage J 2022-02-09 #Jenkins