Server Hardware and Software itself makes a Computer a Server. When there is question of networking to pull data from one main computer it becomes a server. In our previous article, What is a server, we wrote the basics of a server and in various articles we wrote about specific kind of server machines like Blade Server, Rack Server etc. But it is probably a big question that why we need these … [Read more...]
Hardware Emulation in Brief
Hardware Emulation is a terminology used in computer technology, where a system made to falsely behave in certain aspects to get some advantages. The best easy example of Hardware Emulation will be, games for older game consoles are playable on Android devices with some software or Apps. This Hardware Emulation is for fun, but not ideal example of Hardware Emulation. What is Hardware … [Read more...]
RAID or Redundant Array of Independent Disks
RAID is the acronym for Redundant Array of Independent Disks used to organize multiple physical hard drives in computer to function as a logical drive. RAID allows a higher data availability in case of failure of individual hard drives. RAID is an practical implementation of Storage Virtualization. Unlike the usual target used in computer applications to avoid redundancy, for RAID systems, … [Read more...]
Java Virtual Machine : Overview and Principle
Java virtual machine English is a fictional computer device simulated by specific software for each platform that executes programs compiled into Java bytecode. The device is simulated by a specific software for each platform (machines or OS) which enables applications of Java to produce the same results regardless of the platform as it is provided with the Java virtual machine … [Read more...]
Kernel Based Virtual Machine (KVM)
Kernel based Virtual Machine (KVM) is a Linux kernel infrastructure for virtualization and runs on x86 hardware with the hardware virtualization techniques from Intel (VT) or AMD (AMD-V) like Virtualization Capable Processors and on the System z architecture. Overview of Kernel Based Virtual Machine (KVM) Components of Kernel Based Virtual Machine (KVM) are kernel modules which … [Read more...]
DHCP or Dynamic Host Configuration Protocol
Dynamic Host Configuration Protocol or DHCP assigns the network configuration of an Operating System to allow clients to connect a server. DHCP is regulated by Internet Assigned Numbers Authority, the assigned UDP ports are 67 and 68. With DHCP automatic inclusion of a computer in an existing network without any manual configuration possible. This made DHCP suitable for the Internet Connection … [Read more...]
Publishing WordPress Plugin : Step by Step Guide
Publishing Wordpress Plugin can be a big obstructive factor for an average Plugin developer as it involves the knowledge needed to upload it through SVN. The process of Publishing Wordpress Plugin is quite complicated if the developer is not sure what is SVN or have never used Git. But, with good easy to use Softwares with a Graphical Interface, Publishing Wordpress Plugin has been quite … [Read more...]
SVN or Apache Subversion : What is SVN and How it Works
SVN or Apache Subversion is a free software for version control of files and directories for Open Source Software distribution and used by hosts like WordPress. If you are a WordPress user, you must have seen in plugin download pages this SVN link. We previously wrote about Git, SVN is done for versioning. The versioning is done on a central repository (like WordPress) in the form of a simple … [Read more...]
Best Android FTP Client Apps
Best Android FTP Client Apps lists some indispensable Android which will help you to connect to your server's FTP to do some works while on the go. We in fact published some Android Apps for FTP in Best Android Apps for WordPress Management and some desktop softwares in FTP Client Softwares. This list of Best Android FTP Client Apps is fully dedicated for Android FTP Client Apps. How we … [Read more...]
Installing Logaholic Analytics Software on Rackspace Cloud Sites
Installing Logaholic Analytics Software on Rackspace Cloud Sites is quite easy. Logaholic is server installable Analytics Software that is free with limitation. Logaholic Self Hosted Edition is free for one website. Thats not a limitation as you can install separate installations for each websites. If you do not like this limitation, you can install Piwik - read Installing Piwik on Rackspace Cloud … [Read more...]
Importance of WordPress Updates
Importance of Wordpress Updates, Plugins and Themes are very basic points to know. Unmaintained website is likely to face malicious code attacks than an updated. Apart from getting hacked, there are more important points any level of in this article Importance of Wordpress Updates. Importance of Wordpress Updates : Points We Have Taken Automatically This article, Importance of … [Read more...]