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.


vrijdag 15 september 2017

Opgave Autorisatiecode/Token

Opgave Autorisatiecode/Token

Om een domeinnaam naar ons te verhuizen, dient u de autorisatiecode op te geven welke u kunt verkrijgen bij uw oude provider/registrar. De autorisatiecode wortdt ook wel genoemd TOKEN, AUTH.CODE OF EPP-KEY.
Hieronder kunt u per domeinnaam de autorisatie code opgeven. Zodra wij de code van u hebben ontvangen wordt de verhuizing ingezet. Zodra de domeinnaam is verhuid, ontvangt u van ons een bevestiging.


Enlarging Libreoffice window completely with command

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