Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
documentation [2017/01/30 09:12]
dolf [3D printing]
documentation [2017/09/15 04:06] (current)
dolf
Line 1: Line 1:
 ====== Talks/​lectures ====== ====== Talks/​lectures ======
   * [[https://​nightowl.foundationu.com/​static/​Drupal.html|Drupal talk]]   * [[https://​nightowl.foundationu.com/​static/​Drupal.html|Drupal talk]]
 +  * [[https://​docs.google.com/​presentation/​d/​1akgnLeZ_HwRM_e64V2kae0E-3dn3F0_A2-2T2CpmU9Y/​edit?​usp=sharing|Webapplication architecture:​ Protocol Basics]]
 +  * [[https://​docs.google.com/​presentation/​d/​1CdPQcNmwcpu6HXJkwVdJuEOMUH7pdnHEuJO1dIFh8f0/​edit?​usp=sharing|Webapplication architecture:​ HTTP]]
 +  * [[https://​docs.google.com/​presentation/​d/​1w2nBdz_4KVf4Zq4I7C8sK_nz-3JKAS7HBjm-e5a-DQo/​edit?​usp=sharing|Webapplication architecture:​ Webservices and Websockets]]
 +  * [[https://​docs.google.com/​presentation/​d/​1v2fcnphnY5mkOD6NfXUZTaItErp4kwuyrlpkWc0sn5I/​edit?​usp=sharing|Basic electronic circuits]]
 +  * [[https://​docs.google.com/​presentation/​d/​1GU-lfQreta1_6_qRg_rsrFUkZGjoLeXRZ85ijfiWob8/​edit?​usp=sharing|Programming an Arduino]]
 +  * [[https://​docs.google.com/​presentation/​d/​1-OyTN0XPjL-qpITw1nbnvgVD3ft6GP2uXSMkxWyrPhs/​edit?​usp=sharing|IoT Communication]]
 +  * [[https://​drive.foundationu.com/​index.php/​s/​SbuagmnA6ZnWBar|Intro on Information Security]]
 +
 +====== Various small things ======
 +  * [[Adding a CA certificate (you trust) to your browser|Adding a CA certificate (you trust) to your browser (or: solving the connection not private/​invalid certificate authority error) ]]
  
 ====== Electronics ====== ====== Electronics ======
Line 8: Line 18:
   * [[Flask/​Nginx on linux]]   * [[Flask/​Nginx on linux]]
   * [[Ansible]]   * [[Ansible]]
 +  * [[Drupal updating]]
 ====== RFID ====== ====== RFID ======
  
Line 23: Line 34:
   * Another way to get a logo from inkscape to openscad dxf: [[http://​repraprip.blogspot.com/​2011/​05/​inkscape-to-openscad-dxf-tutorial.html]]   * Another way to get a logo from inkscape to openscad dxf: [[http://​repraprip.blogspot.com/​2011/​05/​inkscape-to-openscad-dxf-tutorial.html]]
   * Getting a 2d DXF to 3D object in openscad: [[https://​en.wikibooks.org/​wiki/​OpenSCAD_User_Manual/​DXF_Extrusion]] and [[https://​en.wikibooks.org/​wiki/​OpenSCAD_User_Manual/​2D_to_3D_Extrusion]]   * Getting a 2d DXF to 3D object in openscad: [[https://​en.wikibooks.org/​wiki/​OpenSCAD_User_Manual/​DXF_Extrusion]] and [[https://​en.wikibooks.org/​wiki/​OpenSCAD_User_Manual/​2D_to_3D_Extrusion]]
 +
 +====== GIT ======
 +  * [[https://​help.github.com/​articles/​generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/​|Git and ssh authentication]]
 +  * [[http://​rogerdudler.github.io/​git-guide/​|Git the simple guide]]
 +  * [[https://​www.sitepoint.com/​git-for-beginners/​|Git for beginners]]
 +  * Very good one: [[https://​www.sitepoint.com/​getting-started-git-team-environment/​|Git in a team environment]]
 +  * [[https://​git-scm.com/​book/​en/​v2/​Git-Branching-Basic-Branching-and-Merging|Git basic branching and merging]]
 +
  
 ====== Resources ====== ====== Resources ======