Tag: Ubuntu
How to Install Latest Firefox 4 and Firefox 3 in Ubuntu ?
How to Install Latest Firefox 4 and Firefox 3 in Ubuntu ? Do the following in Terminal to install latest Firefox 4.0 and Firefox 3 in Ubuntu. sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa && sudo apt-get update sudo apt-get install firefox-4.0 sudo apt-get install firefox
ERROR: `phpize’ failed [solved]
If you get the following error install the development files of PHP. running: phpize sh: phpize: not found ERROR: `phpize’ failed On Ubuntu/Debian you could run the following line in the terminal : apt-get install php5-dev that’s it 🙂
Ubuntu 11.04 Alpha 1 x64 Vmware Image
My friend JD uploaded a Vmware image of Ubuntu 11.04 Alpha 1 so am sharing it here : Attributes : 64 bits Gnome desktop VMWare Image Compressed size : 832 mb Actual size : 3.25 gb RAR compression in best mode (took about 20 mins to compress) Fresh installation USERNAME: user PASSWORD: password Ram […]
How to Install PHP 5.3.1 on Ubuntu 64 bit and 32 bit
…yes just 2 lines … For Ubuntu x64 1) sudo su 2) cd /tmp && mkdir php53 && cd php53 && wget && wget && dpkg -i *.deb && echo “deb http://php53.dotdeb.org stable all” >> /etc/apt/sources.list && aptitude update && aptitude install libapache2-mod-php5=5.3.1 apache2 Â Â For Ubuntu 32 bit i386 1) sudo su 2) […]