Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasco0x4/ubuntucommontools
https://github.com/vasco0x4/ubuntucommontools
auto installer-script ubuntu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vasco0x4/ubuntucommontools
- Owner: Vasco0x4
- Created: 2023-04-26T03:19:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:55:32.000Z (6 months ago)
- Last Synced: 2024-08-13T11:44:53.415Z (6 months ago)
- Topics: auto, installer-script, ubuntu
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UbuntuCommonTools
This Bash script automates the installation of various packages and tools useful for Ubuntu, including penetration testing tools. It is designed to streamline the initial setup of an Ubuntu system by installing commonly used items in software development and security testing.
### Features
- Install useful packages for software development, such as build-essential, curl, git, etc.
- Install commonly used development libraries.
- Install applications such as Visual Studio Code, Discord, Telegram, and Remmina.
- Install Node.js, npm, Java (OpenJDK), and VirtualBox.
- Install penetration testing tools like Nmap, Wireshark, Metasploit, etc.### Usage
To use this script, simply clone the repository and run the script as follows:
``` bash
git clone https://github.com/Vasco0x4/UbuntuCommonTools.git
```
```bash
cd UbuntuCommonTools
``````bash
chmod +x install.sh
```