Below is nice little video explaining the difference between ERP & CRM while I was researching on CRM.
Search blog
Monday, October 12, 2015
Wednesday, October 7, 2015
Complete Google AdWords Tutorial 2015: Go from Beginner to Advanced Today!
As I was researching on how to make best use of Google Adwords this is the video I found which could help me in doing that. I recommend it to my blog visitors if in case you too were looking at ways to make best use of Google Adwords.
Tuesday, October 6, 2015
Shortcut To View Extension In Opera Browser
Open you Opera browser and enter the line below in your Address bar:
opera://extensions
Saturday, October 3, 2015
[SOLVED] - Unable To Uninstall phpMyAdmin in Ubuntu 14.04
I was unable to uninstall my phpMyAdmin due to some error I committed while trying to install it. After that while trying to uninstall it I started to get the following errors:
Errors were encountered while processing:phpmyadminE: Sub-process /usr/bin/dpkg returned an error code (1)
Eventually the steps below worked for me:
Step 1:
Step 2:
Step 3:
Now delete the phpMyAdmin files:
Step 4:
Verify whether the phpMyAdmin files are still around:
You should get the following message 'Package 'phpmyadmin' is not installed, so not removed' which confirms all the phpMyAdmin files have successfully been removed.
Step 5:
Finally if you wish you may install phpMyAdmin again:
Errors were encountered while processing:phpmyadminE: Sub-process /usr/bin/dpkg returned an error code (1)
Eventually the steps below worked for me:
Step 1:
cd /var/lib/dpkg/info/
Step 2:
ls -l phpmyadmin.*
-rw-r--r-- 1 root root 165 2008-03-05 21:42 phpmyadmin.conffiles
-rwxr-xr-x 1 root root 287 2008-03-05 21:42 phpmyadmin.config
-rw-r--r-- 1 root root 33524 2008-08-06 11:31 phpmyadmin.list
-rw-r--r-- 1 root root 51996 2008-03-05 21:42 phpmyadmin.md5sums
-rwxr-xr-x 1 root root 3286 2008-03-05 21:42 phpmyadmin.postinst
-rwxr-xr-x 1 root root 1762 2008-03-05 21:42 phpmyadmin.postrm
-rwxr-xr-x 1 root root 1762 2008-08-06 09:12 phpmyadmin.postrm.orig
-rwxr-xr-x 1 root root 339 2008-03-05 21:42 phpmyadmin.preinst
-rw-r--r-- 1 root root 22441 2008-03-05 21:42 phpmyadmin.templates
Step 3:
Now delete the phpMyAdmin files:
sudo rm -r phpmyadmin.*
Step 4:
Verify whether the phpMyAdmin files are still around:
sudo apt-get remove phpmyadmin
You should get the following message 'Package 'phpmyadmin' is not installed, so not removed' which confirms all the phpMyAdmin files have successfully been removed.
Step 5:
Finally if you wish you may install phpMyAdmin again:
sudo apt-get install phpmyadmin
Friday, October 2, 2015
Upgrade MySQL 5.5 to 5.6 -- Ubuntu 14.04
Step 1 : Take a backup:
Step 2 : Remove your older version of MySQL:
Step 3 : Install new version of MySQL:
Step 4 : Restore your data:
mysqldump --lock-all-tables -u root -p --all-databases > dump.sql
Step 2 : Remove your older version of MySQL:
sudo apt-get remove mysql-server
sudo apt-get autoremove
Step 3 : Install new version of MySQL:
sudo apt-get install mysql-client-5.6 mysql-client-core-5.6
sudo apt-get install mysql-server-5.6
Step 4 : Restore your data:
mysql -u root -p < dump.sql
Subscribe to:
Posts (Atom)
Top 5 Posts (Weekly)
-
Below is the technique which you can use to redirect a URL to another URL using htaccess in Magento or various other websites. Redirect ...
-
What is STATCOUNTER ? A free yet reliable invisible web tracker , highly configurable hit counter and real-time detailed web stats . In...
-
Blogs may get deleted in a number of ways. Once deleted a blog is not lost forever so do not panic. However it is always safer to backup you...
-
If you are unable to suspend your laptop, here's the solution which I've tried & tested and it worked with my Lenovo Thinkpad T4...
-
>> Download Links: SP Flash Tool (Linux/Windows) : http://bit.ly/2CZkTER SN Write Tool (Windows only) : http://bit.ly/2Aw22Ov ...