Android NDK – Building Performance Apps

2020-06-10T15:27:42+05:30Mobile Application Development|

NDK stands for Native Development Kit. Android NDK is all about injecting high performance into android apps. It exploits the maximum power of mobile devices using high-performance and portable code. Android apps are typically written in Java, with its elegant object-oriented design. However, at times, we need to overcome the limitations [...]

Application Pool in IIS

2017-01-22T16:29:12+05:30Server Administration|

The concept of Application pool was implemented in IIS to attain maximum stability and security through process isolation property within the domains hosted in the same server. Each application pools acts as an individual process and the code of every single domain will run in these pools in an isolated manner. Multiple domains could be [...]

Comments Off on Application Pool in IIS

WordPress – Plugin Development

2021-07-09T16:42:14+05:30Web Applications|

WordPress is a standalone application and powerful CMS based on PHP and MySQL with unlimited capabilities. It is used to formulate websites and create complex blogs easily on your site. This is an extremely useful tool for small businesses to exploit. In wordpress, once your site is created you have the ability to edit, add, [...]

Comments Off on WordPress – Plugin Development

Cloudstack Setup With XEN Virtualisation

2019-07-29T17:33:44+05:30Server Administration|

Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering, [...]

Comments Off on Cloudstack Setup With XEN Virtualisation

WordPress Security

2020-06-10T15:21:25+05:30Uncategorized, Web Applications|

WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL. It has many features including a plug-in architecture and a template system. WordPress is currently the most popular blogging system in use on the Web. Security in WordPress is taken very [...]

Comments Off on WordPress Security

Apache Performance Tuning

2013-05-23T11:53:07+05:30Server Administration, Uncategorized|

Apache performance tuning is very important in the performance of a webserver. As compared with Apache 1.3, there are a lot of additional optimizations brings in the Apache 2.x performance. Most of these settings were done as default in the apache configuration. Since the webserver performance is very much affected by the RAM, there are [...]

Comments Off on Apache Performance Tuning

CakePHP – Developing Applications

2017-06-04T15:18:12+05:30PHP Application Development, Uncategorized|

CakePHP is an open source web-application rapid development framework and it is written in php. It was started in April 2005. CakePHP perform a lot of tasks automatically, like generating a web-form from database tables -with all validation rules- , Integrating ajax, creating sophisticated method without compromising with security or application performance. […]

Comments Off on CakePHP – Developing Applications

Android – Developing Applications

2017-01-22T16:14:04+05:30Mobile Application Development, Uncategorized|

Android is a Linux based Operating System with java programming interface primarily designed for smartphones and tablets. Android was initially developed by Android, Inc., and was purchased by Google in 2005. The applications for android can be downloaded from Google Play, Android’s primary app store. […]

Comments Off on Android – Developing Applications

Server Hardending – Part 3

2012-10-18T03:46:40+05:30Uncategorized|

1. Download latest version of rkhunter from http://sourceforge.net/projects/rkhunter/ tar -zxf rkhunter-1.3.4.tar.gz  --directory /usr/local/src/ cd /usr/local/src/rkhunter-1.3.4/ ./installer.sh --layout /usr/local --install rkhunter -c

Comments Off on Server Hardending – Part 3

Server Hardening: Install and configure Chkrootkit

2009-09-20T22:28:38+05:30Server Administration, Server Security, Uncategorized|

chkrootkit is a tool to locally check for signs of a rootkit. It is a common tool among system administrators to check for rootkits. Here, I will explain how to install chkrootkit and scan your server for rootkits. I will also explain how to write a bash script to automate the chkrootkit scan and email [...]

Comments Off on Server Hardening: Install and configure Chkrootkit
Go to Top