Course Intermediate 11259
Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.
Course Advanced 17588
Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.
Course Advanced 11301
Course Introduction:"Brothers Band Front-end Example Display Video Tutorial" introduces examples of HTML5 and CSS3 technologies to everyone, so that everyone can become more proficient in using HTML5 and CSS3.
MySQL InnoDB does not free disk space after deleting data rows from table
2023-10-15 00:02:19 0 2 692
github - Recover files deleted by git reset
2017-06-22 11:52:45 0 3 1067
javascript - Where can I find the vue project created by vue-cli?
2017-07-05 11:02:46 0 4 899
Convert cURL command line to PHP cURL code
2023-08-14 11:46:44 0 2 587
Course Introduction:Disk cleanup commands include Disk Cleanup, CCleaner, BleachBit, Disk Utility, du command and df command. Detailed introduction: 1. Disk Cleanup, which can help users delete unnecessary files such as temporary files, recycle bin files, log files, etc., thereby freeing up disk space; 2. CCleaner, which can help users delete browser cache, temporary files, and invalid registrations. Table items, etc.; 3. BleachBit, etc.
2023-10-12 comment 0 1793
Course Introduction:Cmd commands to clean up C drive junk: 1. cleanmgr, which will open the disk cleaning program interface; 2. dism, which can be used to clean system images and update components; 3. sfc, which can scan system files, find and repair damaged files; 4 , compact, used to compress files and folders on the disk to save disk space; 5. del, used to delete files under the specified path; 6. rd, used to delete folders under the specified path.
2023-07-24 comment 0 52071
Course Introduction:In the Linux system, file system management and disk management are one of the necessary skills for operation and maintenance engineers, and they are very important parts of the operating system, so many commands and tools are also provided. So how does Linux perform file system and disk management? Disk management? The following is a detailed introduction. In a Linux system, to manage file systems and disks, you can use some basic commands and tools, such as fdisk, parted, mkfs, mount, df, etc. 1. Check the file system and disk information. Before managing the file system and disk in the Linux system, you must first understand the file system and disk information in the system. You can use the following commands to view disk and file system information in the system:
2024-02-21 comment 0 639
Course Introduction:Where is the disk cleanup in win10? In the process of using the computer system, a wealth of data will inevitably be generated to occupy the disk. So how to use the disk cleanup function in the system? There are many computer novices who don’t know how to operate it. For this reason The editor has compiled detailed tutorials for you to check out. Interested friends can read and learn more. Win10 Disk Cleanup Location Introduction 1. Click My Computer on the desktop. 2. Right-click the disk you want to clean and click the Properties function at the bottom. 3. Click the Disk Cleanup function on the properties page. 4. On the Disk Cleanup page, check the content that needs to be cleaned and click OK below. 5. Wait for the cleanup to be completed, or click Cancel to cancel the cleanup operation.
2024-08-07 comment 0 679
Course Introduction:Title: How to manage disk space without duf command in Linux system? In Linux systems, managing disk space is a very important task. Usually we use some command line tools to check disk usage, such as the common df command. However, sometimes you may encounter some situations, such as tools like duf not installed on the server, so how to manage disk space? This article will introduce some alternatives and give specific code examples. Using the df command Although there is no duf command, Li
2024-02-26 comment 0 746