Posted by: ferdous on: October 19, 2008
I would like to share my Ubuntu experiance with you, thus I am giving you some exact steps to follow for achiving satisfaction in Ubuntu Linux.
Here you are:
Command
Usage
sudo apt-get install php
Install the latest version of PHP
sudo apt-get install mysql-server
Install the latest version of MySQL server
sudo apt-get install phpmyadmin
To install phpMyAdmin
sudo apt-get install apache
For installing Apache [...]
Posted by: ferdous on: September 9, 2008
Installing CakePHP on Linux/Ubuntu is a bit tricky as you have to on the mod-rewrite and set the AllowOverride property from None to All. This is why I am giving you the exact steps to install CakePHP on your Ubuntu/Linux LAMP Server successfully so that your CakePHP index page shows with proper formatting with css.
1. [...]
Posted by: ferdous on: August 18, 2008
Open up a terminal.
Suppose : xx:xx:xx:xx:xx:xx = new mac address you wan to assign to you box
example: 1a:2b:3c:4d:5e:6f
Characters allowed in mac address: 1 2 3 4 5 6 7 8 9 0 a b c d e f
enter the following:
$ sudo ifconfig eth0 down
$ sudo ifconfig eth0 hw ether 1a:2b:3c:4d:5e:6f
$ sudo ifconfig etho up
Check the [...]
Recent Comments