Linux

generic .dev or .test address for localhost in linux mint 19 with DNS masq

Linux Mint 19 generic DnsMasq localhost

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.

phpswitcher

phpswitch

I was searching for an easy way to switch php versions on my linux nginx development environment. And found a pretty good guide:
https://pehapkari.cz/blog/2017/03/27/multiple-php-versions-the-easy-way

The solution had two downsides for me.

docker multi project development environment

docker vhostalias setup for a multi project development environment

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.

cdh bash command to change directory to a path from your history

cdh cd to a path from your bash history

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.

Tags: 

Docker installeren op Linux Mint LMDE2

docker LMDE2 linux mint

Linux Mint LMDE2 is gebasseerd op Debian Jessie.

Dat betekend dat we de docker repositories voor Debian Jessie nodig hebben. Op het moment van schrijven is hier te vinden hoe je Docker op linux mint Jessie moet installeren:
https://store.docker.com/editions/community/docker-ce-server-debian?tab=...

Er is slechts 1 stap die je extra moet doen voor Linux Mint.

Systeem informatie op desktop met Conky

Conky system information on desktop

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

Lubuntu, lxde, openbox... een lichte snelle desktop omgeving

lxde obxprop

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

Abonneren op RSS - Linux