Code Monkey home page Code Monkey logo

ubuntu-post-install-script's Introduction

ubuntu-post-install-script

Instructions

Download the zip file and unzip anywhere on your Ubuntu computer run

 cd ubuntu-post-install-script-master/
./setup.sh

To get all of my personal preferences and programs.

I'll be adding configurable parameters later.

Hopefully all of the install methods for the non-apt packages change less frequently than I need to create Ubuntu instances.

What's Included?

Installs Programs

  • Desktop Environment

  • Media

    • Audio
      • Veromix
      • Clementine
      • Audacity
    • Image
      • Gimp
    • Video
      • Kdenlive
      • VLC
      • Handbrake
  • System Tools

    • gparted
    • grub customizer
    • WinUSB
    • EtherApe
    • gufw (graphical interface to ufw (firewall))
    • VirtualBox
  • Development

    • vim
    • arduino IDE
    • RVM
    • Latest Stable Ruby
    • Atom Editor
    • PostgreSql
    • KDiff3
    • Meld
  • 3D Printing

  • Internet

    • Google Chrome
    • WeeChat
    • Bleep (when it comes out for linux)
    • FileZilla
    • Firefox
    • Tor Browser

Additional Setup:

  • copies helper scripts
  • writes .bash_profile
    • Custom PS1
      • Username
      • Hostname
      • IP Address
      • Ruby Version
      • Current Git Branch
    • Includes helper scripts in $PATH located at ~/Scripts
  • creates organization dev folders:
    • ~/Development
    • ~/OpenSource

Contributing

  • Fork
  • Code
  • Pull Request
  • :-)

ubuntu-post-install-script's People

Contributors

etkirsch avatar nullvoxpopuli avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ubuntu-post-install-script's Issues

Add iptables clear script for network debugging

#!/bin/sh
echo "Stopping firewall and allowing everyone..."
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

stuff we fixed today

To get the colors, terminal needs to be a login shell and verify that the .bash_profile is correct.

Further, needed to change ps1.sh for i3 (since we didn't need the ip)

Add git log command to scripts folder

very concise summary of commits / changes by author:

git log --pretty=format:"%h - %an, %ar : %s" --author=$AUTHOR --shortstat

where $AUTHOR is the author.

maybe this command could be called: git-commits-by $AUTHOR

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.