Page not available

You seem to be lost. To find what you are looking for check out the most recent articles below or try a search:

Booting Windows using GRUB2

Using apt-get install grub-customizer to install the tool we can start adding the correct stuff. From here add an entry and select “Chain Loader”. This will produce and entry like this; set root='(hd1,1)’search –no-floppy –fs-uuid –set 0C7ABF867ABF6ADAdrivemap -s (hd0) ${root}chainloader +1 I my case this did not work (most likely because I use Windows 10 […]

Clear mail from specific address from exim queue

We have alot of issues with people using open contact forms on their websites causing spammers to fill up the exim mail queues on webservers. Today I found a great set of commands to fix the issue. exim -bp will show the current queue exiqgrep -ir spam@example.com | xargs exim -Mrm will query the entire […]