https://github.com/autuanliu/alne
:tada:Scripts for various complex Linux environment configurations, easy and effective.
https://github.com/autuanliu/alne
environment-configuration linux shell-scripts
Last synced: 2 months ago
JSON representation
:tada:Scripts for various complex Linux environment configurations, easy and effective.
- Host: GitHub
- URL: https://github.com/autuanliu/alne
- Owner: AutuanLiu
- License: apache-2.0
- Created: 2018-01-08T07:42:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T03:38:19.000Z (almost 8 years ago)
- Last Synced: 2025-08-15T15:46:11.213Z (11 months ago)
- Topics: environment-configuration, linux, shell-scripts
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alne
:tada:One-click scripts for various complex Linux environment configurations, easy and effective
### Details
name
softwares included
name
softwares included
env_configure.sh
- Miniconda3
- opencv, graphviz
- pydot, pillow, scipy
- xgboost
- pytorch, torchvision
- R
- autoenv
- jupyter notebook
- tensorflow
- tensorlayer
- keras, gym
- scikit learn
- imbalanced-learn
- matplotlib, seaborn
- pipenv, sh, notedown, ptpython
- skorch, pandas, numpy, tqdm
- tensorboardx, visdom, darkon
tools_install.sh
- curl
- git
- nano
- tmux
- gdebi
- tree
netease_music_install.sh
netease music install
pycharm_install.sh
pycharm install
golang_install.sh
golang install
R_RStudio_install.sh
R and RStudio install
nodejs_install.sh
nodejs install
- docker_install.sh
- docker_install1.sh
install Docker
wechat_install.sh
wechat install
matlab.sh
matlab download
dl_list.sh
useful deep learning and machie machine learning videos download
cuda8Cudnn75.sh
install cuda8 and cudnn 7.0.5
### Usage
1. step 1
```bash
cd dir
chmod +x *.sh
# or for all user
# chmod a+x *.sh
```
2. step 2
```bash
./*.sh
```
### Content
* `tree `
```
.
├── cuda8Cudnn75.sh
├── dl_list.sh
├── docker_install1.sh
├── docker_install.sh
├── env_configure.sh
├── fork_sync.md
├── get-docker.sh
├── golang_install.sh
├── LICENSE
├── mathematica.sh
├── matlab.sh
├── netease_music_install.sh
├── nodejs_install.sh
├── pycharm_install.sh
├── README.md
├── requirements
│ └── pip_pkgs.txt
├── R_RStudio_install.sh
├── tools_install.sh
└── wechat_install.sh
1 directory, 19 files
```