by admin | Apr 25, 2020 | OpenSource, SSL
We will secure the WordPress site with the free SSL – Letsencrpyt. Note : Applicable only for domains having Apache as Web-server Make sure you have git installed # sudo apt-get install git # cd /tmp # git clone https://github.com/certbot/certbot # cd certbot...
by admin | Apr 5, 2020 | OpenSource, Ubuntu
Login as root user and update the system to the latest packages # apt update && sudo apt upgrade Install Git, Pip, Node.js and the packages required for odoo # apt install git python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev...
by admin | Mar 12, 2015 | OpenSource
When trying to access a non-existent page / file in a domain, do you get an additional 404 Not Found error which should actually be redirected to an ErrorDocument ? For Eg, when I try to access a non-existent file within my account I get the following : Not Found...
by admin | Feb 19, 2015 | IIS, OpenSource, Servers
We have some situations in which we need to hide the extension of a webpage to the end users. Mostly this is concerned with the server security. Here we discuss about hiding the PHP extension of a wepage deployed in an IIS server . We can easily implement this in...
by admin | Jan 29, 2015 | OpenSource
So there we have another vulnerability affecting the world of opensource. Nick-named as GHOST Vulnerability, it affects the glibc library shipped along with the linux systems. It has been assigned CVE-2015-0235 As per redhat, GHOST is a ‘buffer overflow’...
by admin | Dec 13, 2014 | OpenSource, Servers
When you open your webpage, are you getting the message that “Zend Optimizer not installed”, when you are pretty sure that it is installed in your server ? You are also sure that nothing has changed in the server and you get this message all of a sudden....