current location:Home > Technical Articles > System Tutorial > LINUX
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Two methods and risk control for installing Linux dual systems under windows
- There are two ways to install Linux dual system under window: 1. U disk installation (the method I used, explained earlier) 2. EasyBCD tool installation (detailed tutorial on using EasyBCD to implement Windows 7 and Linux dual systems) Use U disk win10 to install centos7 dual system System, there are many articles on the Internet, I won’t list them one by one, but this does not save me from taking detours. I don’t know whether it is due to historical legacy or the system itself. Things that were very simple at first have made netizens say that they are very complicated. . There is the biggest risk point here: Linux covers the window system. Control this risk, and even if you don’t succeed once, you can try it again. Let’s talk about a few big steps: 1. Download the window
- LINUX 909 2024-07-04 10:36:42
-
- How to operate Linux proficiently? Learning the directory file operation command cd is the key
- Click "Linux Commune" under the title above to quickly follow the explanation of Linux common directory file operation commands. Therefore, if you want to be proficient in operating Linux, you can only improve your system operation capabilities by learning Linux commands one by one. First of all, what we need to learn is Linux directory file operation command cd switches the user's current working directory cd (options) (parameters) The cd command is used to switch the user's working directory to a specified directory. You can use an absolute path or a relative path for this specified directory. (The absolute path means starting from the root directory, and the relative path means starting from the current directory) If you use the cd command directly without adding any parameters, it will switch to the home directory of the logged in user. For example, I used roo at the beginning.
- LINUX 969 2024-07-03 15:29:21
-
- Efficient instructions under Linux
- Linux management disk to view the current disk usage: df-hfdisk-l (view all hard disks) Add a hard disk to the server: add a partition in the system settings: fdisk/dev/sdb (sdb, sdc, sde) command: m (help information), n (newly added partition) Step 2: Command p (primary partition) Step 3: Write to disk w Use: Mount: mount/dev/sdb1/data/ to the /data directory, successful mounting is as follows Can be mounted to multiple devices. All commands of the mount/dev/cdrom/mntVi command are entered at the command line, not in edit mode! Copy multiple lines/single line: enter yy, then press k to delete a certain line:
- LINUX 1028 2024-07-03 14:18:28
-
- Amazon Cloud sets up a server for free to create your instance
- As a developer, I have always hoped to have my own server to deploy applications. I have been interested in Alibaba Cloud/Tencent Cloud for a long time, but the trial period of both is not long. Alibaba’s is up to 30 days, and Tencent’s is longer. It is only 7 days. I have put it aside because I have no special needs. I heard that Amazon Cloud has a one-year free trial, but I was worried that the overseas server might be inconvenient, so I didn’t try it. Recently, on a boring afternoon, I finally decided to try it. After trying it out, I found it quite convenient after playing around with two of them. Now I will summarize my experience of stepping into the pit and share it with you. It is very generous to create a free EC2 instance account on AWS and apply for free qualifications of Amazon Cloud (AWS for short). As long as you are new Users who apply can get a one-year free trial qualification
- LINUX 577 2024-07-03 13:41:15
-
- How to Use WPSeku to Find WordPress Security Issues?
- However, these security issues can be avoided if we follow usual WordPress best practices. In this article, we’ll show you how to use WPSeku, a WordPress vulnerability scanner for Linux that can be used to find security holes in your WordPress installation and block potential threats. WPSeku is a simple WordPress vulnerability scanner written in Python. It can be used to scan local and remote WordPress installations to find security issues. How to Install WPSeku - WordPress Vulnerability Scanner in Linux To install WPSeku in Linux you need to download it from Githu as follows
- LINUX 723 2024-07-02 17:24:01
-
- An in-depth interpretation of the plus sign and dot in the permission column in Linux
- 1. Overview In Linux, the ls-l command is the most commonly used. The first column in the command display result is also where we are more concerned. Generally speaking, the characters indicating permissions occupy 10 positions. However, we often see content displayed at the eleventh position in this column. The most common one is the dot (.), and the plus sign (+) will also appear in this position. What is this? What's going on? Let's try it out with our own hands, shall we? 2. Regarding the dot (.) in the permission column 2.1 Let us take a look at the root directory. [root@DCGH~]#ls-lZ/lrwxrwxrwx.rootrootsystem_u:object_r:bin_t:s0bin->
- LINUX 945 2024-07-02 16:51:22
-
- linux affairs Yongzhen Technology: the world's leading supplier of green energy structural materials and application solutions
- Yongzhen Technology (Suzhou) Co., Ltd. Yongzhen Technology Co., Ltd. was established in 2009 and is headquartered in Chengdu, Sichuan Province, China. It specializes in the development, production, sales and application of red energy structural materials. The company has successively set up production bases and branches in Chengde, Sichuan, Xuzhou, Jiangsu, Bozhou, Anhui, Vietnam and Singapore. The business scope includes photovoltaic aluminum alloy frames, Carbonado luxury rooftop photovoltaic systems, building integrated photovoltaic products (BIPV), photovoltaic brackets and other products and related solutions. Among them, the production capacity of the five bases of photovoltaic aluminum alloy frame products has been released to approximately 130GW. /year, is the world's leading supplier of red energy structural materials and application solutions. The company was selected as a high-tech enterprise, a specialized and new small giant enterprise, and a citizen of Jiangsu Province.
- LINUX 619 2024-07-02 07:31:53
-
- How to configure security groups for cloud hosts in batches in Python?
- The biggest change for operation and maintenance personnel in recent years may be the emergence of the public cloud. I believe that many small partners may run their business on the public cloud. Because of the company's business relationship, I personally came into contact with the public cloud very early, probably I started using Amazon Cloud around 2012, and later gradually came into contact with domestic Alibaba, Tencent Cloud, etc. As the company's business developed domestically, we have also used many domestic public cloud vendors in the past few years, so in terms of cloud operation and maintenance I have also accumulated some experience, from traditional physical machines to public cloud operation and maintenance. I personally think that the biggest question is whether you can think in terms of public cloud to achieve a safe, stable, scalable and economical business architecture. Cloud operation and maintenance is different from traditional operation and maintenance. For example, anyone who understands public cloud knows the concept of security group.
- LINUX 411 2024-07-02 03:16:31
-
- Tips for using Cream to make Vim more user-friendly
- The Cream add-on package makes it easier to use by putting a more familiar "face" on top of the Vim text editor while retaining Vim's functionality. When I introduced Cream to them, their disappointment turned into satisfaction. Cream is an add-on package for Vim that makes Vim easier to use. Cream turns these Linux novices into strong advocates and loyal users of Vim. Let's take a look at what Cream is and how it makes Vim easier to use. Cream installation Before installing Cream, you need to install the GUI components of Vim and GVim on your computer. The easiest way I've found to accomplish this is to use the Linux version
- LINUX 595 2024-07-01 14:46:07
-
- MySQL optimization parameters reference!
- Preface When it comes to tuning in daily MySQL operation and maintenance, the MySQL configuration file my.cnf cannot be ignored. The default parameters of MySQL cannot meet the needs of our daily online business, so optimizing parameters is also an indispensable link. I don’t want to list how many items there are in the my.cnf configuration and the meaning of each item. These can be found in the official documentation. The following only describes some parameters that should be paid attention to in daily work. Some parameters are explained below. There are of course other settings that may come into play, depending on your load or hardware: you will need special tuning in situations with slow memory and fast disk, high concurrency and write-intensive workloads. However the goal here is to get you to a robust MySQL quickly
- LINUX 1083 2024-07-01 07:51:19
-
- How to use Kinect 2.0 RGB-D sensor for complex tasks in Ubuntu 16.04?
- In the previous articles, I explained how to configure the OpenCV3.4.1kinectforlinux driver in Ubuntu16.04, and completed the learning of its basic knowledge based on some OpenCV tutorials. However, during the learning process, the images used for experiments were large. Some of them come from the Internet or rely on the camera of a computer laptop. In order to complete some more complex tasks, other visual sensors need to be used, so here is a record of Ubuntu16.04 using Kinect2.0RGB-D sensor. . 1. Driver installation Kinect 2.0 has officially provided ready-made drivers in Windows systems, but there are corresponding SDKs that can assist.
- LINUX 1011 2024-07-01 06:12:56
-
- android linux kernel layer Android cross-process communication: introduction to IPC, Binder and ServiceManager
- Author's summit account: Windy_llebpf's application in Android security: Combining binder to complete a behavior inspection sandbox (Part 1) 1. Brief introduction to IPC IPC is the abbreviation of Inter-Process Communication, which means inter-process communication or cross-process communication. The process of exchanging data between two processes. When does Android need cross-process communication? When Android requests system services, there will be a need for cross-process communication, such as accessing mobile phone address books, obtaining location, etc. The goal of this article is to implement a simple sandbox to capture this behavior. 2. Binder A brief introduction to Binder It's Andro
- LINUX 847 2024-06-30 16:27:04
-
- Telnet protocol: the standard protocol and main method of remote login service
- Use telnet to test the connectivity of Linux/Windows ports. The telnet contract is a member of the TCP/IP contract family and is the standard contract and main form of Internet remote login service. It provides users with the ability to complete remote host work on their local computer. Use the telnet program linuxtelnet port on the end user's laptop and use it to connect to the server. End users can enter commands into the telnet program, which will run the linuxtelnet port on the server as if they were entered directly on the server's console. Therefore, the port connectivity can be tested through telnet. Test whether the port under the Linux system is
- LINUX 1117 2024-06-30 10:39:29
-
- Explore the concept, implementation and management of KSM in the Linux 2.6.32 kernel
- Introduction: As a system manager (hypervisor), Linux® has several innovations. An interesting change in the 2.6.32 kernel is that KSM (KernelSamepageMerging) allows the system manager to reduce the number of concurrent virtual machines by merging memory pages. This article explores the concepts behind KSM (such as storage decoupling), the implementation of KSM, and how to manage KSM. Server virtualization Virtualization technology began to appear in the 1960s and became popular through the IBM® System/360® minicomputer. Fifty years later, virtualization technology has developed by leaps and bounds, making it possible for multiple operating systems and applications to share a server. this special purpose
- LINUX 392 2024-06-30 09:12:23
-
- Take you to understand the basics of MTA in a quarter of an hour
- Overview In this tutorial, you will learn: Using the mail command. Create a mail alias. Configure email forwarding. Understand common mail transfer agents (MTAs), such as postfix, sendmail, qmail, and exim. Controlling where your emails go Email on Linux systems is delivered using the MTA. Your MTA delivers mail to other users on your system, and MTAs communicate with each other across systems for delivery around the world. Sendmail is the oldest LinuxMTA. It originally originated as the delivermail program for the ARPANET in 1979. There are several alternatives to it today, and in this tutorial I'll cover them as well. The prerequisite is to complete this
- LINUX 1118 2024-06-29 17:24:03