Category: System

Linux (238)
Windows (383)

How to Check Disk Space Usage in Linux

This article explains in detail the usage of the du command parameters in Linux, with examples to further illustrate how to use it. The du command function description: counts the disk space size occupied by directories (or files).

Syntax: du [-abcDhHklmsSx] [-L <symbolic link>][-X <file>][–block-size][–excl …

Linux Kernel Parameter Optimization

Sysctl Command and Linux Kernel Parameter Tuning 1. The sysctl command is used to configure and display kernel parameters in the /proc/sys directory. To persist the parameters, you can edit the /etc/sysctl.conf file. Command format: sysctl [-n] [-e] -w variable=value …

How to Manually Extend Swap Partition Size

In Linux systems, this virtual memory is called SWaP. During OS installation, the setup wizard prompts the user to specify how much SWaP space to create. When installing Oracle 10g on a Linux system, we found that the SWaP partition was too small and needed to be manually expanded …

How to Delete a System Service Entry?

As for deleting a service entry, Windows might not allow it. If you really want to remove it completely, open the Registry Editor (“Start”—“Run”—“regedit”) and then navigate to HKEY_LOCAL_MACHINE/SYSTEM/ …

How to Fix FileZilla Cannot Connect to FTP Server

If you connect to an FTP server using FileZilla’s default settings, you may encounter the following errors:
Error: Failed to establish data connection: ECONNREFUSED – Connection refused by server
Error: Connection timed out
Error: Failed to retrieve directory listing

The fix is to change the transfer mode to …