Installing WordPress on Free Cloud VPS from Host1Free will follow the same principle as installing on any server with root access from Command Line Interface. By principle its the same like we did for Installing WordPress on Rackspace Cloud Server. Host1Free is proving Cloud VPS for free of cost and you can install some softwares or can host a website if you want. Installing WordPress on … [Read more...]
Server Hardware and Software : What Makes a Computer a Server
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...]
ReactOS : Windows Application Compatible Open Source OS
ReactOS is a free operating system that is compatible with Microsoft Windows applications with the goal to complete binary compatibility for Microsoft Windows. ReactOS aims the kernel of Windows NT to be compatible with, making it possible for programs and drivers designed for Windows NT and its successors such as Windows XP, Windows Server 2003 and Windows 7 can run. Basics … [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...]
FTP Client Softwares : A Nifty List
FTP Client Softwares are important regardless whether you have root access or not.FTP Client Softwares are GUI based way to upload,download, edit, delete files. Here is a big list of FTP Client Softwares along with some guide. Guide for using FTP Client Softwares If you are a starter, its important for you to understand the differences between FTP and SSH. Secondly, you can … [Read more...]