Git Product home page Git Product logo

linux-script's Introduction

Linux Scripts

This repository contains a collection of bash scripts to assist with setting up development environments, servers, and other operations related to DevOps tasks.

Folder Structure

The repository is organized into the following directories:

  • dev_ops: Scripts related to DevOps tasks, including Docker installation and PostgreSQL setup.
  • nodejs_developer: A collection of scripts for Node.js developers, such as installing Node.js, MongoDB, and setting up Google Chrome.
  • programmer: General scripts for programmers, such as database installation and programming language setup.
  • server: Scripts for setting up server-related tasks, including email configuration and WordPress site installation.

Scripts Overview

DevOps Scripts

  • docker_installer.sh: Installs Docker on the system.
  • postgree_setup.sh: Sets up PostgreSQL database server.
  • toolkit.sh: Miscellaneous tools helpful for DevOps practices.

DevOps Scripts

Node.js Developer Scripts

  • google_chrome.sh: Installs Google Chrome browser.
  • install_docker.sh: Installs the latest version of Docker.
  • install_latest_node.sh: Installs the latest version of Node.js.
  • mongodb.sh: Installs MongoDB NoSQL database.
  • prune.sh: A script to clean up the system, such as removing unused Docker containers.
  • setup_nodejs_npm.sh: Sets up Node.js environment along with npm.
  • setup_postgree_for_orm.sh: Prepares PostgreSQL database for use with an ORM.

Node.js Developer Scripts

Programmer Scripts

  • install_database.sh: A script that provides a menu for installing different databases.
  • install_programming_language.sh: Helps with the installation of various programming languages.

Programmer Scripts

Server Setup Scripts

  • emailwiz.sh: Configures the server to send and receive emails.
  • virtual_host_generator.sh: Generates virtual host configurations.
  • webserver_installer.sh: Installs and configures a web server.
  • worpress_site_installer.sh: Automates the installation of WordPress sites.

Server Setup Scripts

Usage

To use these scripts, navigate to the corresponding folder and run the script you need with appropriate permissions, typically with sudo if you are installing or configuring software:

cd <folder_name>
sudo ./<script_name>.sh

linux-script's People

Contributors

fdciabdul 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.