Wednesday, 12 June 2013

Better Method of Last Resort by mmueller

There is a better "method of last resort" than the one mentioned in Kyle Rankin's excellent article in the March 2009 issue titled, "When disaster Strikes: Hard Drive Crashes".

If you can't mount a ddrescue image, but need to retrieve documents, photographs, PDF files and so on, you can use a nifty program called foremost. It is available for most *nix  platforms, and on Windoze via cygwin. Foremost scans through a hard drive image, mountable or not, and looks for recognizable file headers. It understands more than 20 popular file headers, including jpg, pdf, doc, xml and so on. When it finds these files, it dumps them out as usable files. It is truly a thing of beauty. The first time you use it, you will just sit back in amazement. For example, if you have a hard drive image named my_hd_image.dd that was made with one of the dd utilities, you could execute the following command:

~$   foremost -t all -i my_hd_image.dd


After the command executes, a subdirectory will be created that has all of the recovered files, organized neatly by file type. On Ubuntu, you can get foremost by typing:

~$   sudo apt-get install foremost

This tool is also excellent for recovering deleted files from USB drives and more. Enjoy! Love your magazine!


Source:   Linux Journal
                 JUNE 2009 ISSUE 182
                 LETTERS Column Page 12

Thursday, 23 May 2013

Installed Linux Operating System PCLinuxOS 32bit KDE Desktop on a MSI GE70

Installed Linux Operating System PCLinuxOS 32bit KDE Desktop on a MSI GE70 laptop/computer hardware. The PCLinuxOS 32bit KDE Desktop after a normal install, will only display a command prompt but no X-Windows Manager/Linux Windows Manager, that is, no KDE, no GNOME, no LXDE, no GUI whatsoever. Just a command prompt. Maybe this is due to the NVIDIA drivers inside the MSI GE70 laptop. (the graphics chipset inside the MSI GE70 is NVIDIA Geforce GTX 660M with 2GB GDDR6) After tinkering with the OS for a while, I manage to install PCLinuxOS and managed to get a GUI by selecting VIDEO SAVE MODE FBDEV but the resolution I am getting on the MSI GE70 laptop is only 800x600. Anyway it is better than without having a GUI at all. I am looking forward for a new version of the PCLinuxOS, in the not too distant future, that will support the NVIDIA Geforce GTX 660M out of the box.    

Saturday, 2 February 2013

Installed Linux Operating System KNOPPIX 7.0 on a RAM drive

Installed Linux Operating System KNOPPIX 7.0 on a RAMdrive on a Linux laptop MSI GE70 with 16 GB of main memory


#   free -m 


 root@Microknoppix:/home/knoppix/Downloads#
root@Microknoppix:/home/knoppix/Downloads# free -m
             total       used       free     shared    buffers     cached
Mem:         15955       4854      11100          0          7       4353
-/+ buffers/cache:        494      15460
Swap:            0          0          0
root@Microknoppix:/home/knoppix/Downloads#
root@Microknoppix:/home/knoppix/Downloads#
root@Microknoppix:/home/knoppix/Downloads#

Thursday, 31 January 2013

Installed Linux Operating System Ubuntu 12.10 on a MSI laptop GE70

Linux commands to extract computer hardware information

#   cat /etc/issue


root@khadijah777:/home/khadijah#
root@khadijah777:/home/khadijah# cat /etc/issue
Ubuntu 12.10 \n \l


#   free -m

root@khadijah777:/home/khadijah#
root@khadijah777:/home/khadijah# free -m
             total       used       free     shared    buffers     cached
Mem:         16102       2337      13764          0        150       1184
-/+ buffers/cache:       1002      15100
Swap:        16278          0      16278
root@khadijah777:/home/khadijah#








#   df -h

root@khadijah777:/home/khadijah#
root@khadijah777:/home/khadijah# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb5        14G  3.1G  9.5G  25% /
udev            7.9G  4.0K  7.9G   1% /dev
tmpfs           3.2G  884K  3.2G   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            7.9G  156K  7.9G   1% /run/shm
none            100M   44K  100M   1% /run/user
/dev/sdb1        27G   96K   27G   1% /media/khadijah/F857-F472
/dev/sdb5        14G  3.1G  9.5G  25% /mnt/sdb5
/dev/sda3       553G   68G  485G  13% /mnt/sda3
/dev/sda4       369G  525M  369G   1% /mnt/sda4
root@khadijah777:/home/khadijah#


#   cat /proc/cpuinfo

processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 0
cpu cores    : 4
apicid        : 0
initial apicid    : 0
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rd
tscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdc
m pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi fl
expriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:



processor    : 1
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 1
cpu cores    : 4
apicid        : 2
initial apicid    : 2
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 2
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 2
cpu cores    : 4
apicid        : 4
initial apicid    : 4
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 3
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 3
cpu cores    : 4
apicid        : 6
initial apicid    : 6
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 4
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 0
cpu cores    : 4
apicid        : 1
initial apicid    : 1
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 5
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 1
cpu cores    : 4
apicid        : 3
initial apicid    : 3
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 6
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 2
cpu cores    : 4
apicid        : 5
initial apicid    : 5
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 7
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 3
cpu cores    : 4
apicid        : 7
initial apicid    : 7
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4789.13
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:



#   cat /proc/version


root@khadijah777:/home/khadijah#
root@khadijah777:/home/khadijah# cat /proc/version
Linux version 3.5.0-17-generic (buildd@roseapple) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012





#    lspci



00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 0fd4 (rev a1)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
02:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
03:00.0 Ethernet controller: Atheros Communications Inc. Device e091 (rev 13)
05:00.0 Network controller: Intel Corporation Centrino Wireless-N 135 (rev c4)
root@khadijah777:/home/khadijah#
root@khadijah777:/home/khadijah#










MSI GE70 laptop/computer hardware specifications

MSI GE70 computer hardware specifications

-->
Specifications

CPU 3rd Generation Intel® Core™ i7 Microprocessor
OS Linux Operating System Ubuntu 12.10 and Windows 7 dual boot
Chipset Intel HM76
Memory DDR3 1333/1600MHz, 2 slots, with 16GB of main memory
LCD Size 17.3" Full HD (1920x1080) LED backlight, Anti-glare
17.3" HD+ (1600x900) LED backlight, Anti-glare
Graphics nVIDIA Geforce GTX660M 3D Graphic Card
Graphics VRAM 2GB GDDR5
HDD (GB)  1TB SATA 7200 rpm
Optical Drive Super-Multi DVD-RW
Audio Audio Boost, 4(2Wx4)HD Speakers, THX True Studio Pro
Webcam HD Webcam (30fps@720p)
Card Reader SD(XC/HC)/MMC/MS(PRO)/xD
LAN 10/100/1000
Wireless LAN 802.11 b/g/ n
Bluetooth v4.0
D-Sub (VGA) 1
HDMI 1
USB 2.0 port 2
USB 3.0 port 2
Mic-in/Headphone-out 1/1
Keyboard Keyboard by SteelSeries 102 keys
AC Adapter 120W
Battery 6 Cells
Dimension 418x 269 x 39mm
Weight (KG) 2.7Kg (w/ Battery)


Monday, 17 September 2012


Places I would like to visit in Netherlands



Insya-ALLAH ( if God willing ) , below are places that I would like to visit if I happen to be in Netherlands during the summer months .




[ Afsluitdijk ]


Bird's eye view of the Afsluitdijk by cybrbeast



De Afsluitdijk (Petra Kroon) by petrakroon



FPV Netherlands Afsluitdijk Den oever with the skywalker and goprohero2 by wippo76 [ skywalker  goprohero2 ]





A7 Afsluitdijk • enclosure dam - Netherlands by aswchris




Holland Tour 2010 - Netherlands roadtrip 2010 - Amsterdam - Afsluitdijk - Roadmovie by multivan2001



[ Alkmaar ]

Alkmaar Cheese Market



Cycling in Alkmaar [ 1 2 3 4 ] , Netherlands by markenlei



Alkmaar, Netherlands (umbrella essential)



[ Almere City ]


Welcome to Almere City by summerschoolalmere




[ Amersfoort ]



Netherlands: Amersfoort on a Sunday afternoon by maaswater15




Royal FrieslandCampina headquarters in Amersfoort. Royal FrieslandCampina related videos [ 1 2 3 4 5 6 7 ]




Royal FrieslandCampina headquarters in Amersfoort



Royal FrieslandCampina headquarters in Amersfoort



FrieslandCampina Institute in Amersfoort



[ Amstelveen ]




HP Office in Amstelveen , Netherlands





[ Amsterdam ]




10 things you need to know about Amsterdam by hostelworld



Amsterdam Tourism and Convention Board - Eye on Amsterdam by AmsterdamCruisePort



PHILIPS Headquarters, Breitner Center, Amsterdam




[ Assen ]



Assen Drenthe binnenstad by Jan van der Ploeg




[ Culemborg ]



Cycling to school in Culemborg by markenlei





Inter-city cycling Geldermalsen - Culemborg (Netherlands) by markenlei




Bicycle trip: Goilberdingerdijk near Culemborg to Beusichemsedijk in Beusichem [GALSCBWB part 6] by OnetNL



[ Dutch North Sea Coast ]


Cycling on the Dutch North Sea Coast by markenlei



Dutch North Sea Cycle Route by northsearegioneu



Sand dune cycling along the coastal Dutch North Sea by Simon Lawrie


Crossing the Dutch North Sea by bike by Simon Lawrie



[ Eindhoven ]



A short tour of Eindhoven by StMaartenMan





PHILIPS Museum in Eindhoven  [ 1 2 3 4 5 ]




PHILIPS Museum in Eindhoven  [ 1 2 3 4 5 ]






PHILIPS Museum in Eindhoven


 High Tech Campus in Eindhoven




 High Tech Campus in Eindhoven




 High Tech Campus in Eindhoven





 High Tech Campus in Eindhoven




 High Tech Campus in Eindhoven




 High Tech Campus in Eindhoven




 High Tech Campus in Eindhoven






High Tech Campus in Eindhoven

[ Friesland ]



My Beautiful Friesland by gunpowder1465



Boating in Friesland from Jakub Zdechovan



Friesland - Netherlands - HDTV Trip on a Boat by 5minutesawaycom





[ Giethoorn ]



Giethoorn-Venice of Holland by Michael Levit 



Close-up The Dutch village with no roads by worldvideos1





Giethoorn by Travel








     Giethoorn 2013 Netherlands (Гитхорн) by MsFufayka




Schuitje varen in Giethoorn by BabbleTVHolland




     Giethoorn on March 2014 - Filmed with a Drone - DJI Phantom 2 & Zenmuse H3-2D with GoPro 3 by Xandro Media




[ Groningen ]



Groningen city of the North by jelton01




360 degrees aerial view of Groningen and the surrounding town




University of Groningen in Groningen,Netherlands by universityGroningen


University of Groningen in Groningen, Netherlands by universityGroningen


Johan Huizingalaan ]




IBM Netherlands in Johan Huizingalaan




IBM Netherlands in Johan Huizingalaan




IBM Netherlands in Johan Huizingalaan




[ Kinderdijk ]



Kinderdijk - 19 Dutch windmills by StuartDutchmanHQ



Kinderdijk-Molens-Mills-Kinderdyke-Netherlands-Intriguing-Intrigerend-FullHD by WhereIsThisWorld





Windmills in Kinderjik Holland by NTDTV




Holland-Kinderdijk-Windmühlen..by Otto Heinz



Kinderdijk - het leven op de molen rond 1900.mpg by Jhein Lohman



[ Lisse ]


Lisse, Netherlands. This is a video about tulips in Netherlands by mrantisocialguy.


Keukenhof Lisse, The Netherlands by Bart Weber



HOLLAND: Keukenhof - world's largest flower garden by StuartDutchmanHQ



[ Nijmegen ]



Boating over River Waal by fraagis. River Waal is near Nijmegen.



River Waal near Nijmegen, Netherlands by waterways52




Barbeel vissen op de Waal bij Nijmegen, Vid. 1 by Peter Konigs




[ Papendrecht ]



Papendrecht




Papendrecht



Papendrecht



Papendrecht



Papendrecht



Papendrecht



Fokker Technologies headquarters at Papendrecht. Fokker Technologies business units [ 1 2 3 4 ]



[ Zaltbommel ]



Martinus Nijhofbrug over de Waal bij Zaltbommel (Trudi). Photo taken by Martinus Nijhofbrug.




Zaltbommel Bridge. This photo belongs to Rapsak.


[ Zaanse Schans ]

Zaanse schans in high definition by Eddy Bos







[ Zeeland ]




Zeeland Bridge by deltawerken





[ Where is this place pictured below ??? ]







[ I am not sure where is this place pictured below but the view is beautiful ]