Door FlorisVedder op ma, 08/12/2019 - 20:03
Last year as a reminder for myself I created a small article for setting up DNS masq on linux mint 18.
After upgrading to Mint 19 (or actual reinstalling) I expected less or more the same steps.
But apparently some steps where a little different.
So here the steps to configure DNS masq on LinuxMint 19 for a generic local .dev or .test development extension.
Door FlorisVedder op wo, 05/16/2018 - 21:10
Door FlorisVedder op di, 09/12/2017 - 15:13
Often Docker is used on a per project case. Which is great when you have a specific configuration for a project. It's probably also the way you should go when you want to mimic exactly the production environment or when you want to use the docker container itself also for the production environment.
But what if you want a good development setup but don't need a specific docker setup for the projects running on it. That can be the case with study projects, or smaller projects which are less critical on the configuration and/or simulation of the (production) environment.
Door FlorisVedder op do, 08/03/2017 - 21:33
Sometimes you have long paths and want to enter them the second time faster. An other time you've worked on several projects and don't know that path from a couple of projects back. Some cases where it should be great if you can just switch to a path* from your history.
I created a little script cdhistory that has this functionality for you.
Door FlorisVedder op do, 03/23/2017 - 21:55
Door FlorisVedder op wo, 12/02/2015 - 14:01
Conky is een systeem monitor die je makkelijk aan kunt passen en in kunt stellen als desktop app. Je kunt eenvoudig zelf bepalen welke waarden worden weergegeven, in wat voor kleur, font lettergrote etc. Vaak wordt conky zo ingesteld dat (het lijkt alsof) hij op je bureaublad draait.
Installeren
Installeer conky-all:
sudo apt-get install conky-all
Start conky:
conky &
Herstart:
killall -SIGUSR1 conky
Door FlorisVedder op ma, 11/23/2015 - 19:01
Standaard wordt ubuntu geleverd met unity/gnome als desktop omgeving. Wil je iets wat sneller, lichter, eenvoudiger is kijk dan eens naar de LXDE desktop omgeving. In de vorm van Lubuntu is het Ubuntu besturingssysteem direct met LXDE te installeren. Heb je al een bestaande Ubuntu installatie en wil je hierop de Lubuntu desktop omgeving gebruiken dan kun je deze als volgt installeren:
sudo apt-get install lubuntu-desktop