# kill-close-wait-connections **Repository Path**: zhuchao_gitee/kill-close-wait-connections ## Basic Information - **Project Name**: kill-close-wait-connections - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-28 - **Last Updated**: 2025-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This script will remove all existing close-wait connections on the server ## Debian ``` $ apt-get install libnet-rawip-perl libnet-pcap-perl libnetpacket-perl ``` # Usage ``` $ ./kill_close_wait_connections.pl ``` To install permanently you can do the following: ``` $ mv kill_close_wait_connections.pl /usr/bin/kill_close_wait_connections $ chmod +x /usr/bin/kill_close_wait_connections $ kill_close_wait_connections ``` # Copyleft ``` Originally created by Rahul Ghose ```