You need to add it to your ~/.profile or ~/.bashrc file.
export PATH="$PATH:/path/to/dir"
Depending on what you're doing, you also may want to symlink to binaries:
cd /usr/bin
sudo ln -s /path/to/binary binary-name
Note that this will not automatically update your path for the remainder of the session. To do this, you should run:
source ~/.profile
or
source ~/.bashrc
https://stackoverflow.com/questions/14637979/how-to-permanently-set-path-on-linux-unix
vrijdag 31 augustus 2018
dinsdag 31 juli 2018
Latex structure
\documentclass{article}
\usepackage[utf8]{inputenc}
\title{Probeersel}
\author{cornelispeek }
\date{July 2018}
\begin{document}
\maketitle
\section{Introduction}
What shall we do \cite{berne} with
\bibliographystyle{plain}
\bibliography{boeken}
\end{document}
You have to name the bibliography file and bibliographystyle before \end{document}
\usepackage[utf8]{inputenc}
\title{Probeersel}
\author{cornelispeek }
\date{July 2018}
\begin{document}
\maketitle
\section{Introduction}
What shall we do \cite{berne} with
\bibliographystyle{plain}
\bibliography{boeken}
\end{document}
You have to name the bibliography file and bibliographystyle before \end{document}
zaterdag 28 juli 2018
Get a list of Open Ports in Linux
ss -lntu
-n, --numeric don't resolve service names
-l, --listening display listening sockets
-t, --tcp display only TCP sockets
-u, --udp display only UDP sockets
-n, --numeric don't resolve service names
-l, --listening display listening sockets
-t, --tcp display only TCP sockets
-u, --udp display only UDP sockets
maandag 9 juli 2018
Word 2016
Word 2016
- Ctrl+S = save
- Esc = terug naar vorig scherm
- Ctrl+O = open
- Ctrl + Alt + F2 = openen van filemanager
- Alt + Q = voer command in
- Ctrl + W = close
- Alt = voor navigatie in de Ribbons.
- F7 = spelling
- Alt + Ctrl + S = split document
- F9 = Refresh
- Ctrl + P = print
- Ctrl + F = Search
- Ctrl + H = Search and replace
- Ctrl + G = goto page, bookmark, fotonen
- Alt + F4= exit Word
zondag 24 juni 2018
maandag 4 juni 2018
woensdag 9 mei 2018
Day of infamy - use of bots
To add a Mod, go to Mod/View in Steam Browser/Offensive.
Use ~ to open the console and then type "map tobruk" for instance.
To add bots to the game, you should type in the console: ins_bot_add 10
Use ~ to open the console and then type "map tobruk" for instance.
To add bots to the game, you should type in the console: ins_bot_add 10
Abonneren op:
Posts (Atom)
Enlarging Libreoffice window completely with command
You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.
-
Als je een goede pdf wilt maken van een Volkskrant artikel, moet je als volgt te werken gaan. Open de Volkskrant pagina, waar je een pdf van...
-
You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.
-
https://wiki.documentfoundation.org/Faq/Calc/113 Create a new LibreOffice Calc document. Click on a cell in the table (A1 for example) Go t...