Skip to content

Instantly share code, notes, and snippets.

@raq154
raq154 / braking.md
Created December 16, 2018 14:03
Fahrschule

Braking

Standard Braking Distance

  • DE: (Geschwindigkeit / 10) * (Geschwindigkeit / 10)
  • EN: (Speed / 10) * (Speed / 10)

Evasive (Emergency) Braking Distance

  • DE: ((Geschwindigkeit / 10) * (Geschwindigkeit / 10)) / 2
  • EN: ((Speed / 10) * (Speed / 10)) / 2
sudo apt-get remove ubuntu-desktop
sudo apt-get remove unity
sudo apt-get remove lightdm
sudo apt-get purge ubuntu-settings
sudo apt-get purge --auto-remove 'unity*'
sudo apt-get purge --auto-remove 'libunity*'
sudo apt-get remove compiz jayatana
sudo apt-get install gdm
@raq154
raq154 / tud_latex_template_for_thesis.md
Created June 7, 2017 11:11
Installation of TU Darmstadt Latex Template for thesis (KOM Department)

Steps for the installation of TUD Thesis Template:

Note: I'm using Vagrant, so latex compiler will be installed in a VM.

  1. Download & Install Vagrant on your machine (https://www.vagrantup.com/)
  2. Download & Install VirtualBox. Vagrant uses virtualbox to create a local VM.
  3. Run the following command to initalize a debian lenny VM on your machine:
    vagrant init felipelavinz/debian-lenny; vagrant up --provider virtualbox