current location:Home > Technical Articles > System Tutorial > LINUX

  • How to upload files to image server in Tomcat container on Linux
    How to upload files to image server in Tomcat container on Linux
    A recent project requirement is to upload files to a picture server. The picture server is a tomcat container deployed on Linux. The Linux system uploads files. Not much to say about Linux e-books. Just code a tool class. Done: packagecom.supermap.sbsm.util;importcom.jcraft.jsch.Channel;importcom.jcraft.jsch.ChannelSftp;importcom.jcraft.jsch.JSch;importcom.jcraft.jsch.Session;
    LINUX 1182 2024-07-11 18:35:53
  • logrotate command: a powerful tool for managing log files in Linux systems
    logrotate command: a powerful tool for managing log files in Linux systems
    The logrotate command is a command tool used to manage log files in the Linux system. This command can manage the log files under the specified path. The default is the log file in the /var/log directory. It can realize manual rotation, compression and deletion of the corresponding logs. file to prevent the log file from being too large and causing the server C drive to become full. The default configuration files used by the logrotate command are files in the /etc/logrotate.conf and /etc/logrotate.d/ directories. Sentence format: logrotate parameter configuration file; parameters can be empty. Parameter description -d parameter: debugging function, simulates the command execution process, but will not actually execute the command; Figure 1
    LINUX 476 2024-07-11 18:31:44
  • Tiny Core Linux: The most streamlined Linux distribution, 11MB graphics-free desktop, can be added by yourself
    Tiny Core Linux: The most streamlined Linux distribution, 11MB graphics-free desktop, can be added by yourself
    This headline account insists on updating original dry technical articles every night. Check the distribution version of Linux. Welcome to follow this headline account "Linux Learning Tutorial", and the official account name is "Linux Getting Started Learning Tutorial". If you want to study the video, please copy the following information to your mobile browser or laptop browser: zcwyou.com1. Preface
    LINUX 831 2024-07-11 18:27:37
  • How to mount a local Windows folder on a Linux system? Detailed tutorial
    How to mount a local Windows folder on a Linux system? Detailed tutorial
    Generally during the development process, because in most cases the Windows system is used to develop the linuxmnt directory, and some program projects need to be compiled and run on Linux. Because the systems are different, it is relatively troublesome to switch back and forth between systems. Hongqi Linux Official Website shares a trick to mount a local windows folder to a Linux system, which makes debugging and development very convenient. There is no need to install any nfs_server tools, just one command to mount the shared directory under Windows. Implementation method: sudomount-tcifs-ousername=Administrator,password=666666,uid=10
    LINUX 1010 2024-07-11 13:43:58
  • MySQL basic installation: sharing from environment preparation to architecture, transactions, indexes and other aspects
    MySQL basic installation: sharing from environment preparation to architecture, transactions, indexes and other aspects
    Preface Compared with other small databases such as Oracle, SQL Server, etc., MySQL has its own shortcomings, but this has not reduced its popularity at all. For ordinary individual users and medium and large enterprises, the functions provided by MySQL are more than sufficient. However, because MySQL is an open source software, it can greatly reduce the total cost of ownership, so it is widely used in all walks of life. It is popular and widely used, so it is usually a must-ask knowledge point in written examinations, so in the next period of time, follow the editor to learn the relevant knowledge of MySQL! The editor will cover the installation, architecture, transactions, indexing, linux mobile phones, locks, sub-databases and sub-tables of mysql.
    LINUX 921 2024-07-11 13:40:05
  • Explore benchmarking tools under Linux: a powerful tool for evaluating hardware and software performance
    Explore benchmarking tools under Linux: a powerful tool for evaluating hardware and software performance
    Benchmarking is the act of running a computer program to evaluate the performance of hardware and software. Basic hardware testing includes evaluating the performance of different components such as processors, video memory, motherboards, hard drives, and networks. There are two categories of benchmarks: composite and applied. Composite benchmarks perform stress tests on a piece of hardware, such as continuously writing and reading data. Application benchmarks judge the performance of real-world applications such as databases and servers. Benchmark testing software allows system testers and users to objectively and independently evaluate hardware performance. There are many excellent open source Linux benchmark testing tools under Linux, such as PhoronixTestSuite, IOzone, netperf, etc. PhoronixTestSuite is a well-known website in the industry. It often
    LINUX 1380 2024-07-10 18:42:57
  • Commands and methods to view IP address in Linux system
    Commands and methods to view IP address in Linux system
    Please pay attention to this headline and insist on updating original dry technical articles every day. If you need to learn videos, please search the public account "Zhichuanwangyou" on WeChat to start self-service video learning directly 1. Preface
    LINUX 639 2024-07-10 10:48:18
  • Two methods and risk control for installing Linux dual systems under windows
    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 1116 2024-07-04 10:36:42
  • How to operate Linux proficiently? Learning the directory file operation command cd is the key
    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 1064 2024-07-03 15:29:21
  • Efficient instructions under Linux
    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 1115 2024-07-03 14:18:28
  • Amazon Cloud sets up a server for free to create your instance
    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 707 2024-07-03 13:41:15
  • How to Use WPSeku to Find WordPress Security Issues?
    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 822 2024-07-02 17:24:01
  • An in-depth interpretation of the plus sign and dot in the permission column in Linux
    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 1321 2024-07-02 16:51:22
  • linux affairs Yongzhen Technology: the world's leading supplier of green energy structural materials and application solutions
    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 1039 2024-07-02 07:31:53
  • How to configure security groups for cloud hosts in batches in Python?
    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 491 2024-07-02 03:16:31

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28