Code Monkey home page Code Monkey logo

scripts's Introduction

Collection of some useful bash scripts.

Presently the list of scripts contains:

  • ffmpeg-install: script for compiling and installing fresh ffmpeg (for deb-based distributions now, tested on Ubuntu 16.04);
  • ffmpeg-update: script for updating ffmpeg (for deb-based distributions now, tested on Ubuntu 16.04);
  • ffmpeg-revert: script for reverting changes made by ffmpef-install script;
  • linux-post-install: script which performs Linux post-installation steps (for deb-based distributions now, tested Ubuntu 16.04);

Where to place scripts and how to set up environment?

  1. Create a folder using mkdir $HOME/bin;
  2. Put the scripts in $HOME/bin;
  3. Add the following line $HOME/.bashrc by editing with your favorite editor:
export PATH="$HOME/bin:$PATH"

When the system is looking for the command you typed, it will look in each directory of $PATH and execute the first match it finds.

TODO:

  • make ffmpeg-install on rpm-based distributions;
  • make ffmpeg-update on rpm-based distributions;
  • make linux-post-install script for rpm-based distributions;

scripts's People

Contributors

vmironiuk avatar

Watchers

James Cloos avatar  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.