RHEL8 teaching environment virtual machine installed on VMware Workstation
When installing the Red Hat Enterprise Linux 8 teaching environment, students need to install the environment into a virtual machine to practice on their laptops. VMware Workstation is generally recommended to host the entire teaching environment.
Get ready:
1) mobile hard disk
2) USB disk above 16G
3) RHEL8 teaching environment software
S ...
Added by roots on Wed, 13 Nov 2019 21:43:21 +0200
Centos7.5 installing VMware Workstation 14
Using CentOS 7.5 to install vmware virtual machine version 14
I have uploaded the linux version of vmware installation package to Baidu online disk for you to download. If later found that Baidu online disk can not be downloaded, please leave a message under the blog. And leave the email. I will send you the package. The autho ...
Added by everknown on Mon, 11 Nov 2019 20:56:31 +0200
How do I add disks to a Linux virtual machine?
I. VMware workstation menu bar virtual machine settings add hard disk next
II. SCSI next step:
Create a new virtual disk
IV. select the size of the hard disk you need 👉 immediately allocate the disk 👉 uncheck 👉 store the virtual disk as a single file 👉 next step
Five. Finish
Vi. after restarting the virtual machine, u ...
Added by dank on Tue, 29 Oct 2019 19:02:32 +0200
Common Docker container operation commands
!!!!! Container can only be created with image!!!!! , write it down, take the test!Download a centos image before you talk about the container operation command (this command is available in the previous "common Docker image operation command". Students who don't know can go to see it)
//First check centos.
[root@iz Two ze0lvzs71710m0 ...
Added by LTJason on Fri, 25 Oct 2019 06:33:01 +0300
Infoxdb-1.7.8 green installation centos7
As a powerful sequential database, once it is owned, there is no need for anything else. This paper introduces its green installation method.
Environment preparation, download, decompress.
[dev5@7bdc6644c7c4 influxdb-1.7.8] cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[dev5@7bdc6644c7c4 influxdb-1.7.8] pwd
/home/dev5/tools/
...
Added by Ellypsys on Fri, 18 Oct 2019 23:06:41 +0300
Linux development infrastructure construction
Server configuration
Password free login, configure public key connection
Copy the local public key to the server
$ ssh-copy-id -i ~/.ssh/id_rsa.pub root@192.168.100.80
Replace aliyum source
Replace Centos-7.repo
wget http://mirrors.aliyun.com/repo/Centos-7.repo
# backups
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo ...
Added by bfinucan on Tue, 15 Oct 2019 19:33:14 +0300
Build python dual version environment under centos
Catalog
Build python dual version environment under centos
I. Installation of Python 3
1. Clear up the location of python
2. Update related packages for downloading and compiling Python 3
3. Installation of pip
4. Installing wget with pip
5. Download the source package of Python 3 with wget
...
Added by deffe on Mon, 14 Oct 2019 10:40:07 +0300
Deployment of svn disaster preparedness test server
Confirm OS version:
[root@bogon ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
yum installation:
[root@bogon ~]# yum -y install httpd mod_dav_svn subversion
Installation verification:
[root@bogon ~]# rpm -qa | egrep "httpd|mod_dav_svn|subversion"
httpd-tools-2.4.6-89.el7.centos.1.x86_64
httpd-2.4.6-89.el7.centos.1.x86_64
subv ...
Added by xeirus on Mon, 30 Sep 2019 23:31:42 +0300
Centos Foundation and Installation
Centos Foundation and Installation
Centos installation
1. Linux version derivation
|- AT&T Unix: AT&T was originally developed, and later set up Bell Laboratory with Western Electric Company to continue to develop Unix from UNIX to UNICS (UNiplexed Information and Computing Service), while ...
Added by tc1 on Wed, 25 Sep 2019 15:18:46 +0300
Playbook's initial understanding of scripts
Catalog
1.Playbook's initial understanding of scripts
2.Playbook variable use
3.Playbook variable registration
4.Playbook conditional statements
5.Playbook Loop Statement
6.Playbook exception handling
7.Playbook tags Tags
8.Playbook Handlers
9.Playbook Include
...
Added by SilveR316 on Fri, 20 Sep 2019 03:46:57 +0300