CentOS 7 Installation of KVM Virtual Machine
Detailed process of installing KVM in command line mode based on entOS Linux release 7.2.1511 (Core). https://github.com/jaywcjlove/handbook
Detecting whether KVM is supported
KVM is a virtual machine software based on x86 virtualization extension technology (Intel VT or AMD-V), so if you look at whether the CPU supports VT technology, you c ...
Added by day_tripperz on Fri, 07 Jun 2019 01:47:09 +0300
Novice Error in Handling Accidents Delete boot directory and more serious delete operations
Newcomers come to Sa, Bao Jiao Bao Club, increase knowledge and teach routinesExperimental Environment: VMware Virtual Machine, CentOS-6.9 Operating SystemExperiment Details: Remove boot directory in partitioned case and repair to remove fstab fileDelete the boot directory by mistake, don't panic, follow the blogger step by step to rebuild itFi ...
Added by falcon1 on Wed, 22 May 2019 19:59:44 +0300
Apache Httpd 2.2 Configuration Full Resolution (CentOS 6)
Personal blog address: http://www.pojun.tech/ Welcome to visit
Server application
Usually, as we say, there are two types of server applications: http server and application server. The typical representatives of http server are Apache Http Server and Nginx. The typical representatives of application server are IIS,Tomcat and jetty.
_ ...
Added by djmc48 on Mon, 20 May 2019 23:45:01 +0300
Docker Series: Docker Network Management
Network is the most complex part of virtualization technology, and of course it is also an important part of Docker application. Docker uses Linux's Namespace for resource isolation, which includes network resources, and network isolation is achieved through Network Namespace. A network Namespace provides an independent network environment, in ...
Added by Trip1 on Sat, 18 May 2019 01:15:06 +0300
Building Picture Server
Installing and configuring FastDFS
1. Operating environment and related software
CentOS 7.4 64position
FastDFS_v5.08.tar.gz
nginx-1.8.1.tar.gz
fastdfs-nginx-module_v1.16.tar.gz
libfastcommon
2. Server Planning
Server name
IP Address and Port
Remarks
fastdfs-tracker
172.17.156.5:22122
Tracking Server/Scheduling Server ...
Added by chucklarge on Wed, 15 May 2019 00:19:52 +0300