Developing Extensions in Magento 2

2017-02-14T19:13:15+05:30Web Applications|

Magento2 is the latest version of a very popular e-Commerce platform. It is estimated that one in four eCommerce businesses today are using Magento software. Magento provides flexibility and adaptability with the changing customer needs to customize our platform in order to create a unique layout and brand experiences. What is a module? A [...]

Managing WordPress Using WP-CLI

2017-01-30T14:06:17+05:30Server Administration, Web Applications|

Every wordpress user loves wordpress’ admin interface. Entire wordpress installation can be managed in one interface. Plugin installation, configuration, updates etc can all be managed from one single interface. What if there is a command line interface for the WP admin functions? That is what exactly provided by WP-CLI. Users with shell skills will love [...]

Configure Voipfone in Ubuntu 14.04 LTS using Asterisk 11

2017-01-30T14:07:10+05:30Server Administration|

Few days back, I created an account at voipfone.co.uk for VOIP service. I chose Asterisk 11 as it is stable and comes with Ubuntu 14.04 LTS. The installation and configuration of voipfone service in Asterisk is relatively easy. Install asterisk apt-get install asterisk All configuration files of asterisk are in /etc/asterisk directory. The important files [...]

Dirty COW Vulnerability ( CVE-2016-5195 )

2019-10-09T11:45:03+05:30Server Administration, Server Security|

A nine year old local privilege escalation vulnerability has been reported in linux kernel. All linux distribution are reportedly affected by this. In redhat/centos 5, 6 and 7, the way to identify the affected or unpatched system is like below. $ wget https://access.redhat.com/sites/default/files/rh-cve-2016-5195_1.sh $ bash rh-cve-2016-5195_1.sh An official version of the patch is not yet [...]

Reset/Re-sync MySQL Master Slave Replication

2017-01-31T12:02:59+05:30Server Administration|

Master/Slave Concept: While hosting a website, the database is of utmost importance as a small glitch in the database can make or break the whole website. Hence, we look for different ways to keep the database secured. One of the common methods used is the MySQL master-slave replication. The Master-slave data replication allows data to [...]

Comments Off on Reset/Re-sync MySQL Master Slave Replication

Systemd NOTIFY_SOCKET Vulnerability

2017-01-30T17:09:09+05:30Server Administration, Server Security|

A systemd vulnerability has been reported which freezes systemd calls. Systemd has been widely adopted in latest Linux Distributions like Redhat Enterprise Linux, Ubuntu, Debian, SUSE Linux Enterprise Servers. Systemd is the daemon that manages other daemons in Linux. A zero sized message received in systemd notification socket will hang its pause system call. It [...]

Comments Off on Systemd NOTIFY_SOCKET Vulnerability

Apache JMeter

2017-01-31T12:04:27+05:30Server Administration|

Apache Jmeter is an open source application which is used for monitoring apache web server working and its performance. It is based upon java application with graphical interface and it was developed by Stefavno Mazzocchi of the Apache software foundation. Performance means testing a server or web application against heavy loads, several and simultaneous user [...]

Comments Off on Apache JMeter
Go to Top