April 11, 2009

Posted by: leoslab

Category: Linux, Uncategorized

Tags:

Promotional Products

Have you ever buy promotional products from the Internet? Did you have a hard time for the first time to choose what is the best web store to serve you? I bet you did! Because choosing a web store to spend money on the Internet is not easy at least for me. Because there are thousand even millions web store on the Internet.

Solving PHPMYADMIN import file size

April 1, 2009

Posted by: leoslab

Category: Linux

Tags: , , ,

Solving PHPMYADMIN import file size

phpmyadmin-logoI got a problem when trying to import SQL file using PHPMyAdmin. my PHPMyAdmin allow import file with max size 2M, actually my SQL file has 16MB. You can solve this problem by editing the php.ini file.

If you running linux with apache2 and PHP 5,  use command sudo gedit /etc/php5/apache2/php.ini

If you have running XAMPP, \xampp\apache\bin\php.ini

How To Start Restart Stop Apache Server Ubuntu

April 1, 2009

Posted by: leoslab

Category: Linux

Tags: , ,

How To Start Restart Stop Apache Server Ubuntu

apache web serverIt’s quite simple how to start / restart / stop the apache web server. Open your console and use this command.

Start sudo /etc/init.d/apache2 start

Restart : sudo /etc/init.d/apache2 restart

Stop : sudo /etc/init.d/apache2 stop

March 18, 2009

Posted by: leoslab

Category: Computer, Linux, Tips

Tags: ,

How to run linux ubuntu in windows without VMWare

How to run ubuntu in windows XP without vmware and we don’t need to create partition for our hardisk??

Yesterday I had some problems when installing ubuntu in my notebook. When installing ubuntu, it needs a new partition on my hardisk, it means I had to re-partition my hardisk. The problem is I wont lose any data in my hardisk.