Tag:Host
-
Development and practice of serverless container instance cube
Cube birth background With the promotion and implementation of cloud native technology, the proportion of container technology in enterprise production environment is increasing. As a de facto standard for container orchestration, kubernetes is widely used in enterprise services. Ucloud container team launched kubernetes product uk8s in 2018. This product is based on ucloud public cloud […]
-
How to realize mutual access between windows host system and virtual machine Ubuntu system files
My host operating system is windows 10. I installed Ubuntu using Oracle’s virtual box. Because of work needs, I often have to copy some data between the two systems. The following are the specific steps to share the same folder between windows 10 and Ubuntu in the virtual machine. 1. First, install an extension of […]
-
Win10 installation of VMware Workstation prompts that there is no un bridged host network adapter. How to solve it?
VMware Workstation is a powerful desktop virtual computer software. Recently, some partners said that selecting the bridge mode before starting the virtual machine will also prompt “unable to change the network to the bridge state: there is no un bridged host network adapter” (as shown in the figure below). Without the bridge mode, the virtual […]
-
One Net core
The plug-in model has a long history. All kinds of medium and large-scale software basically implement the plug-in mechanism to support function expansion. From the development and deployment level, the plug-in mechanism can also realize function decoupling, which has great advantages for parallel development, project deployment, function customization and so on. Yes Net core, generally […]
-
From novice to architect, one is enough! Android component is the most open source project (USA App, get App, Alipay App, WeChat App, mogujie.com App…)
Meituan cat’s eye movie Android modular actual combat — probably the most detailed modular actual combat The original intention of writing this blog First, I want to summarize in one sentence: I want to record what I have done in recent months, and hope to be as detailed as possible. I hope readers can know […]
-
Perl script realizes the function of detecting host heartbeat signal
Using serial port communication, the following script is used at the standby terminal to detect the heartbeat signal from the host. Once the number of unaccepted times exceeds the specified count, the standby considers the host down and automatically sets it as the network parameter of the host to provide services instead of the host. […]
-
Using VBS to delete the domain address content of the host file
Requirement: the following three lines have been added to the original host 202.102.101.105 intranet.corp 202.102.101.107 mail.intranet.corp 202.102.101.108 sip.intranet.corp After that, you don’t need these three lines, so run the above VBS code to delete these three lines of the host file ? 1 2 3 4 5 6 7 8 9 10 11 12 13 […]
-
Design of IOS release self logoff mode
In daily development, we often register some notices and initiate some requests. When we don’t need them, we should cancel the notices and requests in time. Otherwise, there may be problems or crashes. For example, we will register some notifications in the viewdidload of the controller, and then log off the notifications in dealloc. Or […]
-
Reading notes of docker deep dive (II)
Volume and data persistence Non persistent data, under Linux system, stored in/var/lib/docker/<storage-driver>/, under Windows systemC:\ProgramData\Docker\windowsfilter\ Schematic of a folder where a volume is mounted in a container: establish:docker volume create myvol -dSpecify drive see:docker volume ls Details:docker volume inspect myvol Delete:docker volume rm xxx Delete all that are not mounted to the container:docker volume prune(use […]
-
How to bind the host in the go code?
Within the company, for security, there may be domain names that can only be accessed by binding host. If accessed through a browser, we will modify the hosts file of the machine; However, if we want to access such domain names through programs, do we still have to bind host? Of course, the answer is […]
-
VBS prompts that you do not have permission to execute Windows Script Host on this machine. Please contact your system administrator
Recently, VBS has been used in the project to realize the functions of batch deletion and batch import of pictures, but I don’t know why. As soon as I run the VBS file on my machine, I will be prompted with the error “I don’t have the permission to execute Windows Script Host on this […]
-
Fluent notes | Android backdoor sharing wechat
The existence of every living body is actually a complex process. Many times, there is no need to pursue the ideal situation of perfection. After all, you are just you. Disclaimers In order to avoid the little brother who charges me or other bad situations, it is specially noted here: Like the title, this article […]