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
- Host: GitHub
- URL: https://github.com/calidion/happy-ubuntu-config
- Owner: calidion
- Created: 2017-06-19T11:56:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T07:48:34.000Z (over 8 years ago)
- Last Synced: 2025-03-30T16:01:57.295Z (about 1 year ago)
- Topics: k
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```