Warning: Cannot modify header information - headers already sent by (output started at /home/souheil/domains/souheil.nl/public_html/index.php:1) in /home/souheil/domains/souheil.nl/public_html/wp-includes/feed-rss2.php on line 8
Souheil.nl http://www.souheil.nl Sharing usefull articles from over the web. ( and posting some useless crap :P ) Thu, 26 Aug 2010 08:07:46 +0000 en hourly 1 http://wordpress.org/?v=3.0.1 Happy Birthday to Windows 95! http://www.souheil.nl/?p=230 http://www.souheil.nl/?p=230#comments Thu, 26 Aug 2010 08:07:46 +0000 admin http://www.souheil.nl/?p=230 15 years ago, microsoft released windows 95, so happy birthday!

i still have a Sealed OEM package of the SR-2 i guess :p

]]>
http://www.souheil.nl/?feed=rss2&p=230 0
Site building http://www.souheil.nl/?p=227 http://www.souheil.nl/?p=227#comments Tue, 10 Aug 2010 09:19:14 +0000 admin http://www.souheil.nl/?p=227 I am offering to build web-sites for individuals for free.
The reason i’m starting such thing is to learn web-development further to the max! i mean just for some development :p

If you’re an individual and you need a simple website, leave a reply (you need to have a hosting space!).

]]>
http://www.souheil.nl/?feed=rss2&p=227 0
Lighthttpd + SQLite Webserver http://www.souheil.nl/?p=223 http://www.souheil.nl/?p=223#comments Mon, 28 Jun 2010 19:57:10 +0000 admin http://www.souheil.nl/?p=223 Hello,

If you are looking for a way to run a lightweight webserver, here’s a tip:

Click

Good luck :D

]]>
http://www.souheil.nl/?feed=rss2&p=223 0
Download KB982134 (Security Update for Microsoft Office Word 2003) http://www.souheil.nl/?p=218 http://www.souheil.nl/?p=218#comments Tue, 15 Jun 2010 08:19:59 +0000 admin http://www.souheil.nl/?p=218 If you cannot update your office word 2003 product, here follows the direct link to the hotfix:

Click
Ensure to switch to your product’s language before downloading!

Credits:
Security.nl

]]>
http://www.souheil.nl/?feed=rss2&p=218 0
DNS Fix for Windows servers http://www.souheil.nl/?p=211 http://www.souheil.nl/?p=211#comments Tue, 08 Jun 2010 13:43:11 +0000 admin http://www.souheil.nl/?p=211 Did you ever walked into a “Page not found” or “Unable to connect” during surfing at your company?
If your company uses a Windows domain, it may be a EDNS routing problem.
To fix that simply do the following:

Run to the windows based server which runs DNS.

Open CMD (with administrator privileges) and run these commands:

dnscmd /Config /EnableEDnsProbes 0

Followed by:

dnscmd /Clearcache

Try to visit the unconnectable site, Good luck!

]]>
http://www.souheil.nl/?feed=rss2&p=211 0
[Linux] Mounting a hard drive image http://www.souheil.nl/?p=204 http://www.souheil.nl/?p=204#comments Tue, 08 Jun 2010 11:50:32 +0000 admin http://www.souheil.nl/?p=204 If you’re looking for a way to create/mount a hard drive or partition, i’ve found a usefull article describing it:

Here :)

A quote from the author:

To mount a partition inside the disk image you need to calculate the offset of where the partition starts. You can use fdisk to show this information to you, but you need to specify the number of cylinders if you are using a disk image.

Good luck!

]]>
http://www.souheil.nl/?feed=rss2&p=204 0
Vmware vCenter Converter http://www.souheil.nl/?p=203 http://www.souheil.nl/?p=203#comments Mon, 31 May 2010 19:01:45 +0000 admin http://www.souheil.nl/?p=203 Do you have a non-english windows server version and did you try to convert the installation to a virtual machine but walked against the following problems:

Visual C++ Error
Cannot start vcenter converter server service.

I’ve been searching over the net and found a german website which had a simple workaround:

Go to your active directory’s users and computers snap-in.
Add a new securitygroup named “Domain Admins” and try to install the Vmware vCenter Converter again.

If that still doesn’t work, add the Administrators group to’ “Domain Admins” Member of ‘

Good luck :)

]]>
http://www.souheil.nl/?feed=rss2&p=203 0
Just sold my netbook http://www.souheil.nl/?p=187 http://www.souheil.nl/?p=187#comments Sat, 10 Apr 2010 12:30:31 +0000 admin http://www.souheil.nl/?p=187 I just sold my netbook :(
Now Hijacking my parent’s pc and saving money for an Asus G73 (or a similar one with usb3 and sata 6gbps) :D

]]>
http://www.souheil.nl/?feed=rss2&p=187 0
A quick workarround for Exact e-Synergy Outlook Add-in http://www.souheil.nl/?p=181 http://www.souheil.nl/?p=181#comments Wed, 07 Apr 2010 10:34:59 +0000 admin http://www.souheil.nl/?p=181 I’ve had a lot of problems using Exact e-synergy’s add-in, some times i get a weird “method ~ of ~ failed”, an activex error, and sometimes even an unspecified error.

This is a quick fix for these annoying problems, it’s a simple batch command which will help:

Copy the following lines to notepad, replace [your-path-to-synergy] with the actual link and save it as a batch :)

@ECHO OFF
echo close all programs!
echo Office and internet explorer will be forced to close !
pause
taskkill /IM iexplore.exe /f
taskkill /IM outlook.exe /f
taskkill /IM winword.exe /f
taskkill /IM excel.exe /f
taskkill /IM msaccess.exe /f
echo all programs are closed now
regsvr32 /u /s %windir%\system32\mapiprop.dll
echo mapiprop unregistred
pause
cls
echo follow the instructions on the page uninstall
echo ignore the 'failed' error
echo if a installation window appears, accept it
echo close internet explorer when done
echo Good luck!
pause
START iexplore http://[Your-path-to-synergy]/docs/WordMergeInstalls.asp?VIEW=ADDINUNINSTALL
pause
cls
echo follow the instructions on the page install
pause
taskkill /IM iexplore.exe /f
START iexplore http://[your-path-to-synergy]/docs/WordMergeInstalls.asp?VIEW=WORDADDIN
pause
taskkill /IM iexplore.exe /f
regsvr32 /s %windir%\system32\mapiprop.dll
cls
echo finish the installation in outlook
echo via Exact e-synergy, settings.
echo Outlook will open soon...
pause
START outlook

]]>
http://www.souheil.nl/?feed=rss2&p=181 0
New Project http://www.souheil.nl/?p=179 http://www.souheil.nl/?p=179#comments Tue, 30 Mar 2010 07:40:25 +0000 admin http://www.souheil.nl/?p=179 A friend of mine and i are working on a new web-project, you’ll see some results within a month :)

]]>
http://www.souheil.nl/?feed=rss2&p=179 0