Anwar

Posts

Trying to access rails console on CentOS 6

http://community.bitnami.com/t/trying-to-access-rails-console-on-centos-6-2-with-redmine-stack-installed/6998/4 Trying to access rails console on CentOS 6.2 with Redmine Stack installed ruby script/rails console production user = User.new({:firstname => “Cyber”, :lastname=>”Netikz”,:mail=>”admin@cybernetikz.com”}) => #<User...

Twitter Bootstrap Tutorial

Twitter bootstarp is a toolkit to create websites. Twitter bootstrap mainly include basic html and css for creating Grids, Layouts, Typography, Tables, Forms, Navigation, Pagination,...

Uninstall pur ftp

Uninstall  pur-ftp   sudo apt-get remove pure-ftpd-mysql –purge http://serverfault.com/questions/180029/how-to-reinstall-pure-ftpd-on-debian   because i had problems with my pure-ftpd i decided to completely remove and reinstall it....

Upgrade mysql 5.5 to 5.6

https://www.digitalocean.com/community/questions/upgrade-mysql-5-5-to-5-6-ubuntu-14-04 sudo apt-get update sudo apt-get upgrade sudo apt-get install mysql-server-5.6 step 1 : take a backup mysqldump –lock-all-tables -u root -p –all-databases > dump.sql...

Upwork vs Elance

If a file uploaded in PMB or project, provider get email notification as well as PMB notification where Upwork does not have this feature. Today...

Webmin how to geneate CSR by webmin

https://www.digicert.com/csr-creation-webmin.htm https://www.virtualmin.com/node/17769   There’s actually a super-easy way to do all that… you can go into Server Configuration -> Manage SSL Certificates for the domain...

Windows 8.1 freezing on shutdown

First try System File Checker Winkey plus ‘X’ Choose Command Prompt (Admin) Type sfc /scannow then Enter It finds and fixes errors in Windows, but doesn’t always report...

An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod Security

https://wordpress.org/support/topic/an-appropriate-representation-of-the-requested-resource-wp-adminoptionsphp   I am having the same problem on my newly formed blog – here is the error which I am getting; Not Acceptable An...

How to Install tracking code on zencart ecommerce site?

  I am new to Google Analytics, but I have installed it on 2 ZenCart shops by doing the following: 1. Open /includes/templates/YOUR_TEMPLATE_NAME/common/html_header.php 2. Insert...