Please enable JS

POSTS

img

Ubuntu 16.04 install MSSQL Server with PHP MS-SQL extensions

29 Mar 2020/ Yogesh
install MSSQL Server with PHP MS-SQL extensions
READ MORE
img

SSL – Create your own self-signed certificate key pair

29 Mar 2020/ Yogesh
In this blog, we will be learning one or two things about the SSL (Secure Socket Layer). You are here, so I assume that I don’t need to explain
READ MORE
img

Creating Virtual Host in Linux

29 Mar 2020/ Yogesh
Every once in a while you try to develop a web application, you create a project under /var/www/html (or somewhere equivalent) and you access the
READ MORE
img

Using git with your Amazon EC2 instance server.

29 Mar 2020/ Yogesh
So you have a ec2 amazon server instance set up and you plan to set up git into the server. When you use git to push and pull requests from the r
READ MORE
img

Ubuntu Solve “held broken package” error.

29 Mar 2020/ Yogesh
When you are installing any new package or upgrading any package through terminal in Ubuntu you may sometimes be presented with “you have held
READ MORE
img

Providing remote access to MySQL server in Linux / Ubuntu

29 Mar 2020/ Yogesh
You have installed all the basic requirements for your web server like apache, php, mysql, phpmyadmin and git. Then you test out the server conne
READ MORE
img

Enable Php to display errors on ubuntu.

29 Mar 2020/ Yogesh
If you have freshly install ubuntu 16.04 or any version of ubuntu, and then installed fresh apache and php into the system then lets be frank, th
READ MORE
img

Enabling apache mod_rewrite in Linux/Ubuntu

29 Mar 2020/ Yogesh
When working with apache and web applications we seldom need to work with url rewrites to create pretty urls and to create a basic flow of the MV
READ MORE
img

Install and configure phpmyadmin in linux – ubuntu.

29 Mar 2020/ Yogesh
If you are a programmer then the first thing that you do to your fresh Linux/Ubuntu desktop is install apache, php and mysql server. Then comes t
READ MORE
img

Managing file and folder permissions for wordpress in live server.

29 Mar 2020/ Yogesh
You have developed a site on wordpress and then have uploaded the site onto the live server. Then after fixing all the database conections and th
READ MORE