Apache Subversion (SVN – Version Control System)

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

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

Comments Off on Apache Subversion (SVN – Version Control System)

Joomla – Component Development

2017-02-01T15:16:20+05:30PHP Application Development, Web Applications|

Joomla is a free and open-source content management framework (CMS) for publishing web content. It is built on a model–view–controller web application framework that can be used independently of the CMS. The name Joomla is a phonetic spelling for the Swahili word “Jumla” which means all together or as a whole. It is considered to [...]

Openstack – The Future Cloud

2017-06-04T15:37:46+05:30Server Administration|

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

Creating Modules In Drupal

2017-06-04T15:32:49+05:30Drupal, PHP Application Development|

Drupal is an open-source content management system written in PHP. It is used to manage content on informational sites, social media sites, member sites, intranets and web applications. Drupal follows a modular, building block approach that allows for unlimited customization. Drupal, on the other hand, is a second generation CMS. It means that a lot [...]

Load Balancing In Linux Based Servers

2017-06-04T15:30:30+05:30Server Administration|

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

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
Go to Top