Author Archive

Webcame driver/program for Ubuntu

Today I did get a tip for a webcam program(driver?) on a forum. The program is called Cheese, its in synaptic or if you more like the terminal just write “sudo aptitude install cheese”. After installation you will find it under graphic. Try out some cool effects while testing, take a look at mine below


Best MSN client for Ubntu

Now i finally have found a good MSN client for Ubuntu and iom the best. It’s name is emesene and it have some nice futures. Please take a look at the pics below to see a demo of it. For install just do “sudo apt-get install emesene” and it will work perfect.


Mac menu on Ubuntu

If you are looking for a nice mac menu for your Ubuntu system I suggest you to download and install: Avant Windows Navigator (AWM) Both easy to use and add new themes. Please take a look at the pic to see my example of this program. If you are looking for some other theme then [...]


Acer Aspire 5738ZG Review

My newst investing is the cheap Asus Aspire 5738ZG notebook. The low price is nearly one of few things that is good with the product, nah now I am little mean, but still I have already have a mess with this little machine. Ok, lets start with the design. Here I just have to say [...]


Drivers for Nvidia Geforce G105M

At this moment of time while I am writing this howto there is no driver for this card (Nvidia Geforce G105M) that I just got with my new laptop who I installed Ubuntu on. In this case I solve this problem with download the newest drivers for Linux at Nvidias homepage and edited xorg.conf. Obs, [...]


Print days from date 1 to date 2

This function created by me will show the days and dates between two dates. Enjoy! <form method=”post” action=”date.php”> Date 1 (ex 20090101 = Y = 2009 M = 01 D = 01):<br /> <input type=”text” name=”date1″ style=”width:300px;” /><br /> Date 2 (ex 20090101 = Y = 2009 M = 01 D = 01):<br /> <input [...]


AntiSpam tool for WordPress

After huge spam to the blog i just had to remove all comments and install the perfect tool SI CAPTCHA. I can recommend this tool for all who run WordPress and do not want spam on your comments. Also install it before the comments are coming, else you have to do like I did and [...]


HowTo install OneSwarm on Ubuntu, Linux

This will lern you how to install OneSwarm on Ubuntu, Linux. First check that you have Java installed: sudo apt-get install sun-java6-bin sun-java6-jre Then you start the download, either you go to: http://oneswarm.cs.washington.edu/download.html Else for 32-bit OS, making folder Program, download, install and run it: mkdir Program wget http://oneswarm.cs.washington.edu/builds/OneSwarm_0_5_linux_x86.tar.gz tar zxvf OneSwarm_0_5_linux_x86.tar.gz cd OneSwarm ./OneSwarm [...]


Send mail via PHP

First of all you have to change in your php.ini file if you do not have any mail server installed on your server/computer. You can send through your ISP SMTP server. Change this line in php.ini: SMTP = localhost To any vaild SMTP server, in my case I use my ISP smtp-server: SMTP = smtp.bredband.net [...]


Apache2, PHP 5, MySQL 5, phpMyAdmin for Windows

Here comes a little howto install Apache2, PHP 5, MySQL 5 and phpMyAdmin for windows. In this tutorial I will use easyPHP which is a packed for these applications. First, go to www.easyphp.org for downloading easyphp 3. After you have download it just install easyphp. When it is installed run it and go to http://127.0.0.1/home/ [...]