Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appleboy/shell-script
Shell Script on FreeBSD or Ubuntu
https://github.com/appleboy/shell-script
bash centos debian shell ubuntu
Last synced: 2 months ago
JSON representation
Shell Script on FreeBSD or Ubuntu
- Host: GitHub
- URL: https://github.com/appleboy/shell-script
- Owner: appleboy
- Created: 2011-03-15T14:24:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T08:48:11.000Z (almost 6 years ago)
- Last Synced: 2024-05-29T01:11:37.418Z (7 months ago)
- Topics: bash, centos, debian, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 298 KB
- Stars: 37
- Watchers: 5
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Initial Setup for Ubuntu
Using ``wget`` command
```
$ wget -qO- https://raw.githubusercontent.com/appleboy/Shell-Script/master/init.sh | sh
```Using ``curl`` command
```
$ curl https://raw.githubusercontent.com/appleboy/Shell-Script/master/init.sh | sh
```### adduser.sh [for Ubuntu or Debian]
you can add user and samba permission quickly for Ubuntu OS
### create_pkg.sh [for FreeBSD Ports Committer]
If you want send-pr fot freebsd ports, it can generate pkg_plist file automatically.
### Ubuntu.sh [for Ubuntu or Debian]
Install ubuntu program, library, desktop tool automatically.
### rhel.sh [for CentOS 6.x]
Install CentOS program, library, desktop tool automatically.
### monitor.sh [for Ubuntu/Debian]
Demo ScreenShot.
![bash screenshot](screenshot/monitor.png)