Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)