Get the App
  • How to install linux system in USB

    How to install linux system in USB

    This article is to explain how to install the ubuntu system on the U disk (that is, take the U disk as the hard disk of the computer), you can plug the U disk into any computer and run the ubuntu system on the physical computer, and all running configurations can be saved, which is equivalent to a computer you carry with you. In order to

    Shulou · 2022-06-03 03:55
  • The original code, complement code and inverse code of the algorithm (4)

    The original code, complement code and inverse code of the algorithm (4)

    [1] the original code, complement code and inverse code are the coding methods in which the machine stores a specific number. The original code [2] the original code is the absolute value of the symbol bit + true value, the first bit represents the symbol bit, and the rest bits represent the value. For example: an 8-bit binary 0000 0001 (1 source code) 1000 0001 (- 1)

    Shulou · 2022-06-03 03:55
  • Linux system Settings ip address

    Linux system Settings ip address

    Set IP address under CentOS/Linux 1, temporarily modify: 1, modify IP address ifconfig eth0 192.168.100.1002, modify gateway address route add default gw 192.168.

    Shulou · 2022-06-03 03:55
  • How to install and uninstall update software in linux

    How to install and uninstall update software in linux

    What is a package management system? The package management system consists of a set of tools and file formats that are used to install, update, and uninstall Linux applications. The two most common package management systems come from Red Hat and Debian. Ret Het 、 CentOS

    Shulou · 2022-06-03 03:55
  • Linux dual network card configuration

    Linux dual network card configuration

    1 check the network parameters, except for the virtual network card and the loop network card, only one network card ens332 adds the network card to the virtual machine, check the network parameters network card added successfully, because the network card mode is net mode, the dhcp service automatically provides the network card address, and when we need to configure the network card address manually

    Shulou · 2022-06-03 03:55
  • What if there is garbled code in the linux console?

    What if there is garbled code in the linux console?

    1. The system must install the Chinese language pack # yum-y groupinstall chinese-support2 and set the corresponding character set # # temporarily effective # export LANG= "zh_CN.UTF-8" #

    Shulou · 2022-06-03 03:55
  • The method of remote login to linux server in linux system

    The method of remote login to linux server in linux system

    The linux system logs in to the remote linux server: there are many different protocols to choose from, and perhaps SSH is the "best". SSH is the abbreviation of secure shell, which means "safe shell". As rlogin, rcp, telnet, these

    Shulou · 2022-06-03 03:55
  • Kubernetes Cluster installation Guide: kube-controller-manager component Cluster deployment

    Kubernetes Cluster installation Guide: kube-controller-manager component Cluster deployment

    Kube-controller-manager belongs to the master node component, and the kube-controller-manager cluster contains three nodes. After startup, one leader node will be generated through the competitive election mechanism, and other sections

    Shulou · 2022-06-03 03:55
  • Technical Analysis Series | Exploration of Ali PouchContainer resource management

    Technical Analysis Series | Exploration of Ali PouchContainer resource management

    PouchContainer is an efficient, enterprise-class container engine technology of Alibaba Group, which has the characteristics of strong isolation, high portability and low resource consumption. It can help enterprises to quickly realize the containment of inventory business, and at the same time improve the utilization of physical resources in super-large-scale data centers.

    Shulou · 2022-06-03 03:55
  • The method of setting up dns Server in linux system

    The method of setting up dns Server in linux system

    Confirm the name of the network card first. Use ifconfig to view the configuration dns and write it directly to the network card configuration file. For example, after editing the vi / etc/sysconfig/network-scripts/ifcfg-eth0 settings, you need to restart the network card server.

    Shulou · 2022-06-03 03:55
  • What are the advantages of embedded linux

    What are the advantages of embedded linux

    What is embedded linux? Embedded Linux is a new member of embedded operating system, and its biggest feature is that the source code is open and follows the GPL protocol. Embedded linux is to tailor the increasingly popular Linux operating system so that it can be used in embedded computers.

    Shulou · 2022-06-03 03:55
  • The method of logging in and logging out of linux system

    The method of logging in and logging out of linux system

    1. After the system starts successfully, the screen displays the following prompt: "localhost login:". Enter a user name, such as philcheng, and then type enter. 2. A password is required. When you enter a password, the password does not appear on the screen. Enter when the user is

    Shulou · 2022-06-03 03:55
  • The method of decompressing zip File in linux system

    The method of decompressing zip File in linux system

    Enter the directory where the zip file is located and use the LS command to list the files in the directory. Confirm the full name of the zip file and use the unzip command to extract the zip package. You can LS the files in the directory again. These are the details of how to extract the zip file in linux. Please pay more attention to it.

    Shulou · 2022-06-03 03:54
  • Lync Server 2013 forcefully deletes chat rooms

    Lync Server 2013 forcefully deletes chat rooms

    Create a chat room, and then delete the chat room creator or the administrator, and then want to delete the chat room. Solution: run on the running interface: Remove-CsPersistentChatRoom-Identity delete the chat room

    Shulou · 2022-06-03 03:54
  • Pre-delivery preparations for Huawei Desktop Cloud (FA)

    Pre-delivery preparations for Huawei Desktop Cloud (FA)

    Recently, a Huawei Desktop Cloud project was delivered to implement Desktop Cloud based on Super Convergence. Preliminary preparation requires the following software virtualization software FusionCompute 6.5.0 (virtualization installation package, including VRM and CNA) description: based on KVM, the underlying operating system is Eule

    Shulou · 2022-06-03 03:54
  • Video: blue screen of Win7 system after inserting USB disk, report to iusb3xhc.sys

    Video: blue screen of Win7 system after inserting USB disk, report to iusb3xhc.sys

    Malfunction: the X240 of a customer's ThinkPad works fine, but when the USB drive is inserted, the screen will blue and then restart automatically. Solution: please move to 51CTO video link: http://edu.51cto.com/center/course/l

    Shulou · 2022-06-03 03:54
  • KVM Virtualization basic deployment

    KVM Virtualization basic deployment

    KVM virtual machine: 1.KVM, short for Kernel-based Virtual Machine, is an open source system virtualization module that has been integrated in major Linux releases since Linux 2.6.20. It uses Linu

    Shulou · 2022-06-03 03:54
  • OneDrive for Business of Office 365enables anonymous sharing.

    OneDrive for Business of Office 365enables anonymous sharing.

    In China, we usually share large files through QQ transit stations (the maximum size of a single file does not exceed 3G) or Baidu Cloud disk (a single file cannot exceed 4G, exceeding the purchase of super members, otherwise uploads and downloads are very slow and speed is limited). If your enterprise has Office 365, no matter what version

    Shulou · 2022-06-03 03:54
  • Tomcat high concurrency optimization

    Tomcat high concurrency optimization

    Http://blog.csdn.net/feng27156/article/details/19420695 Note: attachment: http://down.51cto.com/data/2367012

    Shulou · 2022-06-03 03:54
  • Problems to be considered in distributed system Design

    Problems to be considered in distributed system Design

    Distributed system is a comprehensive and huge system, when designing a distributed system, we should consider it thoroughly, because once the design of a large distributed system deviates, the cost of adjustment is great. Through accumulation and summary, there are the following questions to consider. 1. How to split the system into multiple subsets

    Shulou · 2022-06-03 03:54