Anwar

Posts

SSL check

https://www.sslshopper.com/ssl-checker.html#hostname=nygeeks.info .

Ssh secure shell algorithm negotiation failed

While performing ssh from a local-host to a remote-host that are on different versions of ssh, it is possible that you may get “Algorithm negotiation...

SQLSTATE[HY000] [2002] Can_t connect to local MySQL server through socket

If your file my.cnf (usually in the /etc/mysql/ folder) is correctly configured with socket=/var/lib/mysql/mysql.sock you can check if mysql is running with the following command: mysqladmin -u...

Simple HTML DOM Examle

Simple HTML DOM Parser is one of the best things that has happened to me. I remember the days when I used to use regular...

Setup squid proxy server mikrotik

Setup Squid Proxy Server Ubuntu 14.04 LTS + Mikrotik Router OS Setup Squid Proxy Server + Mikrotik Download Ubuntu Server 14.04 LTS 32bit/64Bit http://www.ubuntu.com/download/server Connect...

Setup UBUNTU Lamp Server in Amazon EC2 Server

http://www.ustrem.org/en/articles/ssh-public-private-key-authentication-with-putty-en/ http://www.robotmedia.net/2011/04/how-to-create-an-amazon-ec2-instance-with-apache-php-and-mysql-lamp/

Setting up google authenticator on multiple devices

Google Authenticator makes your online accounts more secure. You need to enter the regular password and a one-time password generated on your phone (or tablet) to...

Setting Up Private Nameservers in WHM

Setting up your own private nameservers on a cPanel server has many benefits, most importantly enabling all of cPanel’s built-in DNS tools which can make...

Session start failed No such file or directory

I think the folder containing the session data cannot be accessed by the PHP process. If you have not touched your php.ini, the default session.save_handler should be files (which...