Giter VIP home page Giter VIP logo

linux-setup's Introduction

Setup Linux Entwicklungsumgebung

Installation

Standard Installation mit Verschlüsselung der Festplatte

Folgende Pakete sollten installiert werden:

  • git
  • guake (Terminal)
  • mc
  • maven
  • ansible (remote Admin)
  • shutter (Screenshot-Tool)
  • conky
  • npm
  • nodejs

IDE Installation

Alle IDEs müssen von [http://www.jetbrains.com] heruntergeladen werden.

  • Idea
  • Webstorm
  • DataGrip

Chrome Installation

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

sudo apt-get update
sudo apt-get install google-chrome-stable

Java Installation

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get install oracle-java8-installer 

Einrichtung

Autostart

Guake

Erstellen einer Datei: ~/.config/autostart/quake.desktop mit folgendem Imhalt:

[Desktop Entry]
Type=Application
Exec=guake
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[de_DE]=Guake Terminal
Name=Guake Terminal

SSH

Erzeugung der SSH Schlüssel

ssh-keygen

Den öffentlichen Schlüssel ~/.ssh/id_rsa.pub bei github hinterlegen.

Gradle

JAVA_HOME Umgebungsvariable in /etc/environment auf JAVA_HOME="/usr/lib/jvm/java-8-oracle" setzen.

Themes Installation

GTK Theme

Icons

Node

Nach der Installation muss noch ein symlink erstellt werden sudo ln -s /usr/bin/nodejs /usr/bin/node

Conky Konfiguration

linux-setup's People

Contributors

robinschuerer avatar

Watchers

 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.