GithubHelp home page GithubHelp logo

rezapace / newlinux Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 32 KB

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

Home Page: https://www.webkumal.com/

Shell 100.00%
automation installer linux linux-kernel linux-shell linuxmint script ubuntu xammp

newlinux's Introduction

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

newlinux's People

Contributors

rezapace avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.