Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/its-ashu-otf/kali-enhance
Add-Ons for Kali Linux
https://github.com/its-ashu-otf/kali-enhance
clipboard clipboard-manager flatpak kali kali-linux package-manager snapd tp-link wifi-driver
Last synced: 7 days ago
JSON representation
Add-Ons for Kali Linux
- Host: GitHub
- URL: https://github.com/its-ashu-otf/kali-enhance
- Owner: its-ashu-otf
- Created: 2024-03-23T18:40:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T18:01:54.000Z (13 days ago)
- Last Synced: 2025-01-26T18:26:17.414Z (13 days ago)
- Topics: clipboard, clipboard-manager, flatpak, kali, kali-linux, package-manager, snapd, tp-link, wifi-driver
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kali-Enhance โ๏ธ๐ ๏ธ
Kali-Enhance is a collection of scripts & add-ons designed to improve the functionality and usability of a Kali Linux system. These scripts automate the installation and configuration of essential tools and services, making your Kali Linux experience more efficient and user-friendly.
## Prerequisites
- Kali Linux
- sudo privileges
## Getting Started โกTo get started with Kali-Enhance, follow these instructions:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/Kali-Enhance.git
cd Kali-Enhance
```2. Run the scripts as needed:
```bash
bash .sh
```## Scripts Overview ๐งท
### clipboard-manager.sh ๐
This script installs and configures a clipboard manager (Clipman) on Xfce. It aims to provide a clipboard manager similar to Windows. It performs the following tasks:
- Checks if Clipman is installed and installs it if necessary.
- Ensures Clipman is running.
- Configures Clipman to start on login.
- Sets up a keyboard shortcut (Super + V) for accessing Clipman history.### additional-package-managers.sh โ
This script installs additional package managers (Flatpak and Snap) on Kali Linux. It performs the following tasks:
- Updates system repositories.
- Installs Flatpak and adds the Flathub repository.
- Installs Snapd and ensures its services are enabled and started.
- Adds Snapd and Flatpak directories to the system-wide environment variables.### Wi-Fi Driver Installer for 8821au ๐
This script installs the Wi-Fi driver for the 8821au chipset on Kali Linux. It automates the process of checking for system updates, installing necessary dependencies, and cloning and running the driver installation script from a GitHub repository.
#### Features
- Checks for system package updates and prompts the user to update if available.
- Installs necessary dependencies for building and installing the driver.
- Clones the driver repository from GitHub.
- Runs the driver installation script with sudo privileges.The Scripts are designed to enhance the functionality and usability of a Kali Linux system.