Git Product home page Git Product logo

bash-scripts's Introduction

bash-scripts

A collection of bash scripts and shortcuts to make your life in the terminal a bit easier.

Installation

Copy the following commands into your terminal for an automated installation:

git clone https://github.com/pikapower9080/bash-scripts
cd bash-scripts
chmod +x install.sh
sudo ./install.sh

Commands

After installing the following commands are added to /usr/local/bin meaning that you should be able to execute them by typing their name anywhere:

apache2edit

Opens the apache2 config in nano and then restarts the service

aptinstall

Updates apt, then installs a package. Example: sudo aptinstall wget neofetch

killport

Looks for processes using a port and kills them with confirmation. Example: killport 8080

newcmd

Interactive script to create a new bash script/command and give it execute permission. Typically requires sudo.

shut

Shorthand of sudo shutdown now (shuts down your system)

sysupdate

Runs sudo apt update then sudo apt upgrade then sudo apt dist-upgrade for a full system update

temp

Shows your system temperature and updates it two times a second

mcbackup

Creates a local backup of important minecraft server files in the ./backups directory

bash-scripts's People

Contributors

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