Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rezapace/newlinux
- Owner: rezapace
- Created: 2024-05-19T20:19:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-25T21:19:13.000Z (8 months ago)
- Last Synced: 2024-11-17T11:34:11.113Z (2 months ago)
- Topics: automation, installer, linux, linux-kernel, linux-shell, linuxmint, script, ubuntu, xammp
- Language: Shell
- Homepage: https://www.webkumal.com/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AUTOMATE INSTALLER
## Description
This script is used to automate the installation of the following software:## Version Without Download ⏬
### install aplication
Aplication
```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/app.sh)
```### Instal Golang
Golang
Cek versi golang
```bash
go version
``````bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/go.sh)
```### install xampp
Xampp
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)
```### install docker
Docker
Cek docker installed
```bash
docker --version
``````bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/docker.sh)
```### install Laravel composer
Laravel
cek composer installed
```bash
composer --version
``````bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/composer.sh)
```### install c9
c9
```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/c9.sh)
```### install bashscrip
Bash Script
```bash
cd ~/github && git clone https://github.com/rezapace/bash && cd bash && sudo chmod 775 bash.sh && ./bash.sh
```### install fish
Fish
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
```### 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)
```### install nodejs
Node Js
Cek nodejs installed
```bash
node --version
``````bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/node.sh)
```### install python
Python
Cek python installed
```bash
python-3 --version
``````bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/python.sh)
```### install android
Android
```bash
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/android.sh)
```### install kvm
Kvm
```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
```### OBS Studio
```bash
sudo apt install obs-studio
```
# versi lengkapVersi 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
```