Upgrade to PHP 5.3.10 on Ubuntu 10.04
Ubuntu 10.04 is LTS release hence it does not support latest releases of php, i.e you cannot upgrade to latest php version. Here are the instruction how to upgrade to…
learnings, photography, travel, adventures, passions, life etc...
Ubuntu 10.04 is LTS release hence it does not support latest releases of php, i.e you cannot upgrade to latest php version. Here are the instruction how to upgrade to…
Simply echo PHP_OS; It will print: For Mac: Darwin For Windows Visat: WinNT For Ubuntu: Linux Also if you want to know OS details about users accessing your site, you…
Update: Note that these instructions won’t work for Drupal 7 (due to some changes in core), hence this post is obsolete. Hence I would recommend single code base and separate…
My laptop is Dell Inspiron 1505, with ATI Mobility Card When i installed Ubuntu Feisty X-Server was not starting. Instructions to fix: sudo apt-get update sudo apt-get install linux-restricted-modules-$(uname -r)…
It took me a while to fix my resolution. I wanted 1280×800@ 60 resolution for my dell laptop. After lot of googling i got some help. 1. sudoedit /etc/X11/xorg.conf. Make…
Using apt-get Edit your /etc/apt/sources.list as root. Change every occurrence of dapper to edgy. Use any prefered editor. If you have a CD-ROM line in your file, then remove it.…