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

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.

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
```