Posts

Showing posts with the label Ubuntu

2021 Top 4 Best Upcoming Flagship Smartphones : which are the best mobile phones for you..?

Image
  Hi here are the top 8 best upcoming flagship smartphones of 2021 with high-end level features improved cameras stunning design and many other next-generation technologies will be applied that you will really enjoy also the price and the release date of the smartphones are discussed. Number four Asus Zenfone 8 Number three OnePlus 9 Number two Huawei P50 Number one Apple iPad Pro 12.9

Accedently Replace / Remove Directory From SVN

Problem I have replace a directory from 'trunk' at revision 977 & now i want to rollback to revision 974 .....! Solution Simply follow these steps mentioned below: 1- $ svn merge -r 977:974 https://som_one.com/repos/home/trunk 2- $ svn commit -m "Recover Lost Directory" 3- $ svn update

Install Zend Framework on ubuntu

Image
Download Zend Framework (.rar or .tar) from http://framework.zend.com/ Un-rar and copy this folder to /var/www/ Remove version number from that downloaded folder for example,Zend Framework-1.9.0 to Zend Framework. Goto Terminal type : gedit ~/.profile An editor will open like below image.   Now type the path where you past Zend Framework but must follow the placement of line, see below image. Now save and close this file. Next in Terminal type : gedit /etc/apache2/httpd.conf   An editor will open like below image. Now simply type an ALIAS which you want to reference to your website on localhost, for instance for my website i write " mywebz ", but must follow the format : Alias /mywebz "/var/www/myweb/public" For more help see below image. Now save and close this file. Atlast to set the above configuration you must restart the apache server. To resatrt apache server, in Terminal type : sudo /etc/init.d/apache2 restart To tes