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

https://github.com/calidion/happy-ubuntu-config

basic installations for ubuntu users
https://github.com/calidion/happy-ubuntu-config

k

Last synced: 5 days ago
JSON representation

basic installations for ubuntu users

Awesome Lists containing this project

README

          

# happy-ubuntu-config
中国Ubuntu用户的快速安装脚本

### 基本翻墙与基本VPN安装

```bash
wget -qO- https://raw.githubusercontent.com/calidion/happy-ubuntu-config/master/install.sh | bash
```
或者

```bash
curl -o- https://raw.githubusercontent.com/calidion/happy-ubuntu-config/master/install.sh | bash
```

### 给Ubuntu扩展虚拟内存

```bash
wget -qO- https://raw.githubusercontent.com/calidion/happy-ubuntu-config/master/swapfile.sh | bash
```
或者

```bash
curl -o- https://raw.githubusercontent.com/calidion/happy-ubuntu-config/master/swapfile.sh | bash
```