woutsblog.blogspot.com woutsblog.blogspot.com

woutsblog.blogspot.com

Wout's blog

Saturday, January 26, 2013. Debian 6.0.6 with Hyper-V networking support. Install clean debian (with a legacy network adapter attached, using a fixed mac address). Apt-get update apt-get install build-essential libncurses5-dev bzip2 linux-source-2.6.32. Cd /usr/src tar -jxvf linux-source-2.6.32.tar.bz2 ln -s linux-source-2.6.32 linux cd linux. Cleanup (not really needed because we just unpacked it all). Make clean make mrproper. Make make modules install make install depmod 2.6.32-hyperv. Nano /etc/modpr...

http://woutsblog.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR WOUTSBLOG.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 12 reviews
5 star
4
4 star
4
3 star
2
2 star
0
1 star
2

Hey there! Start your review of woutsblog.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • woutsblog.blogspot.com

    16x16

  • woutsblog.blogspot.com

    32x32

  • woutsblog.blogspot.com

    64x64

  • woutsblog.blogspot.com

    128x128

CONTACTS AT WOUTSBLOG.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Wout's blog | woutsblog.blogspot.com Reviews
<META>
DESCRIPTION
Saturday, January 26, 2013. Debian 6.0.6 with Hyper-V networking support. Install clean debian (with a legacy network adapter attached, using a fixed mac address). Apt-get update apt-get install build-essential libncurses5-dev bzip2 linux-source-2.6.32. Cd /usr/src tar -jxvf linux-source-2.6.32.tar.bz2 ln -s linux-source-2.6.32 linux cd linux. Cleanup (not really needed because we just unpacked it all). Make clean make mrproper. Make make modules install make install depmod 2.6.32-hyperv. Nano /etc/modpr...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 wout's blog
4 what i did
5 prepare build environment
6 unpack linux sources
7 configure kernel
8 build kernel
9 create initramfs
10 update grub
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,wout's blog,what i did,prepare build environment,unpack linux sources,configure kernel,build kernel,create initramfs,update grub,add hyper v modules,some bugfixing,fix networking,you're done,known issues,posted by wouter,done
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Wout's blog | woutsblog.blogspot.com Reviews

https://woutsblog.blogspot.com

Saturday, January 26, 2013. Debian 6.0.6 with Hyper-V networking support. Install clean debian (with a legacy network adapter attached, using a fixed mac address). Apt-get update apt-get install build-essential libncurses5-dev bzip2 linux-source-2.6.32. Cd /usr/src tar -jxvf linux-source-2.6.32.tar.bz2 ln -s linux-source-2.6.32 linux cd linux. Cleanup (not really needed because we just unpacked it all). Make clean make mrproper. Make make modules install make install depmod 2.6.32-hyperv. Nano /etc/modpr...

INTERNAL PAGES

woutsblog.blogspot.com woutsblog.blogspot.com
1

Wout's blog: November 2012

http://woutsblog.blogspot.com/2012_11_01_archive.html

Wednesday, November 21, 2012. RGB Led Color Picker using C# and an Arduino. 1x Windows Computer with Visual Studio. 3x 330 ohm resistors (I needed to use 2 more to calibrate the RGB led, Green and Blue where to bright compared to Red). How did i do it? Thursday, November 15, 2012. WCF Service in a console app. Create a new console app:. SoapUI Compatible App.config:. Remember to activate WS-A options in your request:. Subscribe to: Posts (Atom). RGB Led Color Picker using C# and an Arduino.

2

Wout's blog: Debian 6.0.6 with Hyper-V networking support

http://woutsblog.blogspot.com/2013/01/fix-debian-hyper-v-compatibility-issues.html

Saturday, January 26, 2013. Debian 6.0.6 with Hyper-V networking support. Install clean debian (with a legacy network adapter attached, using a fixed mac address). Apt-get update apt-get install build-essential libncurses5-dev bzip2 linux-source-2.6.32. Cd /usr/src tar -jxvf linux-source-2.6.32.tar.bz2 ln -s linux-source-2.6.32 linux cd linux. Cleanup (not really needed because we just unpacked it all). Make clean make mrproper. Make make modules install make install depmod 2.6.32-hyperv. Nano /etc/modpr...

3

Wout's blog: February 2012

http://woutsblog.blogspot.com/2012_02_01_archive.html

Wednesday, February 29, 2012. Generate type safe classes for sharepoint - vol2. I created a T4 template file that will:. 1 - Search for SharePoint content types. 2 - Generate type safe Names and ID's for them. FileContains( Debug ) allXmlFiles.Add(file); currentFolders = Directory.GetDirectories(thisFolder); if(currentFolders! AttributeID.InnerText : ,(attributeDisplayName! FieldValue.Key) { if (! FieldValue.Key) { if (! FirstTimeRun) { # # } if (firstTimeRun){firstTimeRun = false;} # / #= field.Valu...

4

Wout's blog: February 2008

http://woutsblog.blogspot.com/2008_02_01_archive.html

Friday, February 22, 2008. Im in love, her name is MSBuild. A colleague of me pointed out that there are several stages of emotion when developing SharePoint. This makes you wonder… Why the anger? So after experience them all, I found out that the default SharePoint Development workstation provided by Microsoft (Visual Studio in combination with MOSS) was lacking, how should I bring this… Completeness! A little less angry…. Here is where I met the powerful build system Microsoft provides called: MSBuild.

5

Wout's blog: Reverse proxy on Debian

http://woutsblog.blogspot.com/2013/01/case-running-multiple-webservers-behind.html

Thursday, January 17, 2013. Reverse proxy on Debian. 1 Download Debian 6.0.6 (64bit). 2 Install smallest possible version. 3 apt-get install apache2. 4 a2enmod proxy http. ServerName server1.wouterspaans.nl ProxyPass / http:/ IIS01.wouterspaans.local/ ProxyPassReverse / http:/ IIS01.wouterspaans.local/. ServerName server2.wouterspaans.nl ProxyPass / http:/ IIS02.wouterspaans.local/ ProxyPassReverse / http:/ IIS02.wouterspaans.local/. 8 /etc/init.d/apache restart. Tail -f /var/log/apache2/error.log.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

OTHER SITES

woutromakrel.skyrock.com woutromakrel.skyrock.com

WouTroMakrel's blog - WouTroMakrel - Skyrock.com

More options ▼. Subscribe to my blog. Created: 18/12/2013 at 8:16 AM. Updated: 18/12/2013 at 8:16 AM. This blog has no articles. Subscribe to my blog! Post to my blog. Here you are free.

woutropmakrel.skyrock.com woutropmakrel.skyrock.com

WouTropMakrel's blog - - Bonda Manman`w ! Assé véyé zafè mwen , En ka Viv`Li - Skyrock.com

More options ▼. Subscribe to my blog. Created: 20/10/2013 at 4:28 AM. Updated: 24/10/2013 at 4:24 AM. Assé véyé zafè mwen , En ka Viv`Li. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.4) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Monday, 21 October 2013 at 6:53 AM. Edited on Tuesday, 22 October 2013 at 4:17 AM. Mon, October 21, 2013.

woutrusverschuur.com woutrusverschuur.com

Internationale Domeinregistratie Nederland - Domein gereserveerd

EN] This domain has been reserved for one of our customers. NL] Dit domein is gereserveerd voor één van onze klanten. DE] Diese Domain ist für einen unserer Kunden reserviert.

wouts.info wouts.info

Home

Groot in klein tractor werk! Welkom bij Wouts groenprojecten. Wouts groenprojecten is reeds jaren gespecialiseerd in groenprojecten waar beperkte ruimte is om te werken. U ziet ons dan ook veel aan het werk binnen gemeentes, naast spoorlijnen, bedrijfstuinen maar ook bij particulieren in hun achtertuin. Kortom wij verzorgen grote projecten in beperkte werkruimte! Veel plezier bij het bezoek aan onze site. Wouts groenprojecten, Kooiweg 3, Hoogerheide, 0164 620094 / 06 55806757.

woutsbeerhouse.nl woutsbeerhouse.nl

Wout's Beer House | Kerkplein 33 Hoorn | speciaalbier

NU Op de tap:. NIEUW OP DE TAP. Skuumkoppe het bier van Texel. Last van Zeeziekte of ligt Texel gewoon te ver weg! Dan heb je geluk, Skuumkoppe kan je vers getapt drinken bij Wouts Beer House. De bieren van Texels worden gebrouwen van uitsluitend natuurlijke grondstoffen zoals zuiver duinwater, Texelse gerst en tarwe, hop en gist van de eigen Texels giststam. Ze zijn daarom erkend als ‘Echt Texels product’. Ideaal als digestief bier, daar de bitterheid de eetlust opwekt. Deze krachtige blonde tripel kleu...

woutsblog.blogspot.com woutsblog.blogspot.com

Wout's blog

Saturday, January 26, 2013. Debian 6.0.6 with Hyper-V networking support. Install clean debian (with a legacy network adapter attached, using a fixed mac address). Apt-get update apt-get install build-essential libncurses5-dev bzip2 linux-source-2.6.32. Cd /usr/src tar -jxvf linux-source-2.6.32.tar.bz2 ln -s linux-source-2.6.32 linux cd linux. Cleanup (not really needed because we just unpacked it all). Make clean make mrproper. Make make modules install make install depmod 2.6.32-hyperv. Nano /etc/modpr...

woutscout.nl woutscout.nl

woutscout.nl

Welcome to the home of woutscout.nl. To change this page, upload your website into the public html directory. Date Created: Tue Feb 24 08:37:45 2015.

woutservicepoint.com woutservicepoint.com

woutservicepoint.com

Your browser does not support frames.

woutsfotoblog.blogspot.com woutsfotoblog.blogspot.com

Wouts fotobloG

Zondag 6 april 2014. Vogeltrek Straat van Gibraltar 2014. Ongeveer 14 kilometer over water bedraagt de kortste afstand tussen Marokko en Spanje. Tweemaal per jaar is het hier een drukte van belang. Miljoenen trekvogels pendelen dan tussen Afrika en Europa visa versa, gadegeslagen door honderden vogeltellers en liefhebbers. Langs de straat van Gibraltar trekt de hoofdmoot van de West en Zuid-Europese wespendieven, zwarte wouwen, aasgieren, slangenarenden, dwergarenden en grauwe kiekendieven. Op 6-3 Een Sl...