How to Enable root login Ubuntu login to terminal enter below command. sudo passwd root enter new password & confirm 1st time: News password and confirm the same New password Now open the nano /etc/lightdm/lightdm.conf file and add the following lines(Create if not … [Read more...]
Installing phpmyadmin on nginx ubuntu 16.04 apache2 debian 8
PHPMyAdmin nginx ubuntu First command to update ubuntu or Debian sudo apt-get update sudo apt-get install phpmyadmin While installation default confingraion for lighthttpd and apachge press tab to leave. below config press no (if you databases already in mysql) Press NO If you are an advanced database … [Read more...]
CDN comparison & integration price cloudflare keycdn, amazon google
Cloudflare CDN integration with Wordpress w3 total cache KeyCDN I just signup with keycdn free trial as 25GB free traffic 1 month with a credit of 1$. How to integrate with CDN in WordPress? You can install a CDN enabler plugin in WordPress by Keycdn. and enter the CDN URL there in the field of CDN URL. create a pull zone and enter your website url. then … [Read more...]
linux commands tutorials
Linux PUTTY Commands for debian & ubuntu apt-get f remaining fedora,centos, redhat uses yum repository Linux commands related Apcher server service apache2 Restart for apache 2.4 service apache2 Reload (not restarts the server just reloads the configuration file) apachectl configtest (checks the syntax errors to avoid startup failure) for old version of … [Read more...]
import /export sql file into mysql database
how to import large sql file in phpmyadmin? Update: SSH Command mysql -u root -ppassword DBName < /home/pubclubindia/www/tspscjobs.co.in/tspsc.sql worked fine. as on 1/2/2017. Note: Zip version file not import to mysql. This works fine in all linux images ubuntu, debian, centos, fedora, readhat etc Note: DB Name < Import, > for export. To export all … [Read more...]