Website of Marko Merl
My first private VMware ESXi 
Sunday, July 12, 2009, 08:48 PM - VMware
Posted by Administrator
Hy VMware friends!

Today I installed my first private ESXi 3.5 on my cheep organized hardware :-)...

More inforamtions will be come in the next days. Now I have to transfer my virtual machines from the VMware server to the new ESXi.


:-D
view entry ( 184 views )   |  permalink
opensource 3D Flat Designer (HomeSweet3D) 
Friday, July 3, 2009, 09:27 AM - Linux
Posted by Administrator
Huhu,

I will get my new flat soon and now I wanted to design the flat with the appliances.
At first I head to search for a useful tool what makes me happy with the result and is also easy to use.
Aaand, I found one. It's called SweetHome3D (www.sweethome3d.eu) and it's free for all. The most important thing is, that you can run it on several Operating Systems (Linux, MacOS, ...).

So, enjoy it and have fun!

Link: www.sweethome3d.eu
view entry ( 316 views )   |  permalink
Microsoft Office Excel 2003: Error &H80004005 (-2147467259) 
Friday, June 19, 2009, 07:53 PM - Windows
Posted by Administrator
I wasn't wondering that a computer with a Microsoft OS will run stable, but an error like this is really awesome...

So, I got the error above every time when I was starting Excel 2003. The solution is to deactivate the euro currency tool as following:
MS Excel 2003 -> Settings -> Add-Ins
After that restart excel and enjoy it!
view entry ( 208 views )   |  permalink
howto: scan network for all active hosts 
Thursday, June 18, 2009, 06:35 AM - Linux
Posted by Administrator
I needed a command or script to scan the whole network for all active hosts/devices. Ok, a broadcast ping will do something like this but you should have enabled on the hosts to answer on broadcast pings (default not under Debian Linux).
So I tried a lot of things and this is the best solution for me. This command will give you a list for all active hosts.

for ip in $(seq 1 254); do ping -c 1 192.168.0.$ip>/dev/null; [ $? -eq 0 ] && echo "192.168.0.$ip UP" || : ; done


For using this on your network you only have to change the following values.
$(seq 1 254)		1.....start IP
254...end IP
192.168.0.$ip IP of network (e.g. 172.16.1.$ip)


Have a funny scanning ;-)
view entry ( 227 views )   |  permalink
good apartment hotel in Caorle 
Wednesday, May 6, 2009, 07:46 AM - Private
Posted by Administrator
Last weekend me and friends where in Caorle for a relaxing weekend. I was so amazed about this apartment hotel that I have to write some words here.

The hotel has only 3 stars but for me it was like a 4 or 5 star hotel. All there - like service, equipment, cleanness and so on - was really perfect!

If you will stay there for a while, I can suggest this area!

Link: ApartHotel Gioia
view entry ( 229 views )   |  permalink

<<First <Back | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next> Last>>