Skip to content

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

Notifications You must be signed in to change notification settings

rezapace/newlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/app.sh)

Logo Golang Instal Golang

Golang Logo python

Cek versi golang

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

Logo xampp install xampp

Xampp Logo python

cek xampp installed

sudo service apache2 status
sudo service mysql status
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/xampp.sh)

Logo docker install docker

Docker Logo python

Cek docker installed

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

Logo Laravel install Laravel composer

Laravel Logo python

cek composer installed

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

Logo c9 install c9

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

Logo bashscrip install bashscrip

Bash Script Logo python
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

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

Logo rofi install rofi

Rofi
Set keybinding to open Rofi: Ctrl+Space
Command: rofi -show drun
bash <(curl -s https://raw.githubusercontent.com/rezapace/newlinux/main/rofi.sh)

Logo nodejs install nodejs

Node Js Logo python

Cek nodejs installed

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

Logo python install python

Python Logo python

Cek python installed

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

Logo android install android

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

Logo kvm install kvm

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

Logo fish OBS Studio

sudo apt install obs-studio

versi lengkap

Versi lengkap
git clone https://github.com/rezapace/newlinux

install aplication

cd newlinux && sudo chmod 775 app.sh && ./app.sh
golang

cek golang installed

 telegram-desktop
 discord
 vscode
 google-chrome
 postman
 preload
 ulauncher
 menghapus firefox

install golang

cd newlinux && sudo chmod 775 go.sh && ./go.sh
golang

cek golang installed

 go version

install xampp

cd newlinux && sudo chmod 775 xampp.sh && ./xampp.sh
xampp

cek xampp installed

sudo service apache2 start
sudo service mysql start

pasword phpmyadmin

root
p

Langkah : run,status,stop,restart

perintah untuk apache

sudo service apache2 start
sudo service apache2 stop
sudo service apache2 status
sudo service apache2 restart

perintah untuk mysql

sudo service mysql start
sudo service mysql stop
sudo service mysql status
sudo service mysql restart

Jika terjadi error

ALTER USER 'root'@'localhost' IDENTIFIED BY 'p';
sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages