Configure Voipfone in Ubuntu 14.04 LTS using Asterisk 11

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 [...]

2017-01-30T14:07:10+05:30October 27th, 2016|Server Administration|0 Comments

Dirty COW Vulnerability ( CVE-2016-5195 )

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 [...]

2019-10-09T11:45:03+05:30October 22nd, 2016|Server Administration, Server Security|0 Comments

Reset/Re-sync MySQL Master Slave Replication

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 [...]

2017-01-31T12:02:59+05:30October 10th, 2016|Server Administration|Comments Off on Reset/Re-sync MySQL Master Slave Replication

Systemd NOTIFY_SOCKET Vulnerability

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 [...]

2017-01-30T17:09:09+05:30October 8th, 2016|Server Administration, Server Security|Comments Off on Systemd NOTIFY_SOCKET Vulnerability

Apache JMeter

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 [...]

2017-01-31T12:04:27+05:30July 21st, 2016|Server Administration|Comments Off on Apache JMeter

MariaDB Galera Cluster

Today, no matter what the purpose, we give utmost care and importance to our precious data. Data loss is a common nightmare for you and me alike. When the loss is of a database for which you’ve spent a good amount of man-hours and resources, it would be heartbreaking. If [...]

2017-01-31T12:04:33+05:30July 20th, 2016|Server Administration|Comments Off on MariaDB Galera Cluster

Apache Subversion (SVN – Version Control System)

Apache subversion is a software versioning and source control system distributed as a libre software under the apache license. Developers use subversion to maintain current and historical versions,archive old versions of files and directories, examine logs of how they have changed over time. Subversion can operate across networks, which allows it to be used by [...]

2017-01-31T12:04:40+05:30May 4th, 2016|Server Administration|Comments Off on Apache Subversion (SVN – Version Control System)

Openstack – The Future Cloud

Openstack is an open source cloud computing platform, which help to create public and private cloud in large and small scale infrastructure. This technology actually delivers some solutions for cloud servers. The code developers in the global community software and some cloud specialists equally collaborated to form a new technology known as Openstack. This project [...]

2017-06-04T15:37:46+05:30May 29th, 2014|Server Administration|0 Comments

Load Balancing In Linux Based Servers

Is your server overloaded? Is your busy website finding hard to get a response? Load balancing can be one stop solution to avoid such bottlenecks. As the term defines, its all about distributing workloads across multiple resources and no single device is overwhelmed. In the case of servers load balancing is the method of distributing [...]

2017-06-04T15:30:30+05:30March 22nd, 2014|Server Administration|0 Comments
Go to Top