Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rezapace/newlinux

Automate Installation of Popular Development Tools which automates the installation of various development tools and software on a Linux system.
https://github.com/rezapace/newlinux

automation installer linux linux-kernel linux-shell linuxmint script ubuntu xammp

Last synced: 13 days ago
JSON representation

Automate Installation of Popular Development Tools which automates the installation of various development tools and software on a Linux system.

Awesome Lists containing this project

README

        

# Logo Header AUTOMATE INSTALLER

## Description
This script is used to automate the installation of the following software:

## Version Without Download ⏬

### Logo aplication install aplication

Aplication

Logo python

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/app.sh)
```

### Logo Golang Instal Golang

Golang

Logo python

Cek versi golang

```bash
go version
```

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/go.sh)
```

### Logo xampp install xampp

Xampp

Logo python

cek xampp installed

```bash
sudo service apache2 status
sudo service mysql status
```

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/xampp.sh)
```

### Logo docker install docker

Docker

Logo python

Cek docker installed

```bash
docker --version
```

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/docker.sh)
```

### Logo Laravel install Laravel composer

Laravel

Logo python

cek composer installed

```bash
composer --version
```

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/composer.sh)
```

### Logo c9 install c9

c9

Logo python

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/c9.sh)
```

### Logo bashscrip install bashscrip

Bash Script

Logo python

```bash
cd ~/github && git clone https://github.com/rezapace/bash && cd bash && sudo chmod 775 bash.sh && ./bash.sh
```

### Logo fish install fish

Fish

Logo python

cek fish installed

```bash
fish
```

```bash
cd ~/github && git clone https://github.com/rezapace/newlinux && cd newlinux && sudo chmod +x fish.sh && sudo ./fish.sh
```

### Logo rofi install rofi

Rofi

```bash
Set keybinding to open Rofi: Ctrl+Space
Command: rofi -show drun
```

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/rofi.sh)
```

### Logo nodejs install nodejs

Node Js

Logo python

Cek nodejs installed

```bash
node --version
```

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/node.sh)
```

### Logo python install python

Python

Logo python

Cek python installed

```bash
python-3 --version
```

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/python.sh)
```

### Logo android install android

Android

Logo python

```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/android.sh)
```

### Logo kvm install kvm

Kvm

Logo python

```bash
cd ~/github && git clone https://github.com/rezapace/newlinux && cd newlinux && sudo chmod +x kvm.sh && sudo ./kvm.sh
```
```bash
cd ~/github && git clone https://github.com/rezapace/newlinux && cd newlinux && sudo chmod +x kvmgpu.sh && sudo ./kvmgpu.sh
```

### Logo fish OBS Studio
```bash
sudo apt install obs-studio
```
# versi lengkap

Versi lengkap

```bash
git clone https://github.com/rezapace/newlinux
```

## install aplication
```bash
cd newlinux && sudo chmod 775 app.sh && ./app.sh
```

golang

## cek golang installed
```bash
telegram-desktop
discord
vscode
google-chrome
postman
preload
ulauncher
menghapus firefox
```

## install golang
```bash
cd newlinux && sudo chmod 775 go.sh && ./go.sh
```

golang

## cek golang installed
```bash
go version
```

## install xampp
```bash
cd newlinux && sudo chmod 775 xampp.sh && ./xampp.sh
```

xampp

## cek xampp installed
```bash
sudo service apache2 start
sudo service mysql start
```

## pasword phpmyadmin
```bash
root
p
```

## Langkah : run,status,stop,restart

### perintah untuk apache

```bash
sudo service apache2 start
sudo service apache2 stop
sudo service apache2 status
sudo service apache2 restart
```

### perintah untuk mysql

```bash
sudo service mysql start
sudo service mysql stop
sudo service mysql status
sudo service mysql restart
```

### Jika terjadi error
```bash
ALTER USER 'root'@'localhost' IDENTIFIED BY 'p';
sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
```