vrijdag 26 januari 2018

Inkscape 3D boxes

1. X (red guides)
    Y (blue guides)
    Z (yellow guides)

2. De manier om de 3D box rond te bewegen is om de centrale node (met de X) te bewegen.

3. Shift X, Shift Y, Shift Z -> toggle the corresponding vanishing point from finite to infinite and back.

4. Als je de vanishing points naar infinite zet, dan kun je de vanishing points roteren. Je kunt dan een merry go round maken.
[] rotate X vanishing points directions
{} rotate Z vanishing point directions
() rotate Y vanishing point directions


5. Als je de vanishing points allemaal infinite maakt, dan kun je de perfecte kubus creĆ«ren.


The Book of Inkscape, pag. 172 en verder.

dinsdag 23 januari 2018

update the kernel

sudo apt-get update && sudo apt-get upgrade

This command doesn't update the kernel. You will have to use the command:

sudo apt-get update [linuxheader .....]

Then give the following command to get the old kernel files removed:

sudo apt-get autoremove


maandag 1 januari 2018

PATH en Printenv

Important:
"PATH is an environmental variable in Linux and other Unix-like operating systems that tells the shell which directories to search for executable files (i.e., ready-to-run programs) in response to commands issued by a user."

http://www.linfo.org/path_env_var.html

A list of the environment variables can be got by typing:" env" or "printenv" in the terminal.
Use the export command to change the environment variables.

maandag 13 november 2017

Git workflow

An excellent diagram of the Git workflow. One that must be saved and looked at again and again.


zaterdag 11 november 2017

donderdag 9 november 2017

Marvim plugin

De Marvim plugin is een vim plugin. Deze is in staat om macro's te saven.
Dit doe je door "qq" te gebruiken. Met andere woorden je creert gewoon een macro. Deze save je met een naam met F3.

Vervolgens kun je deze zoeken met F2 en deze opnieuw uitvoeren.

De macro's worden opgeslagen in .marvim in de home directory.

Let op: de macro's moeten met "qq" opgenomen worden. "qe" bijvoorbeeld werkt niet.


Enlarging Libreoffice window completely with command

 You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.