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...]
Linux
Linux or more correctly GNU/Linux refers to the family of free UNIX-like computer operating systems using the Linux kernel. GNU/Linux can be installed on a wide variety of computer hardware.
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...]
Data Block in Data Storage
Data Block in Data Storage is determined by number of bits, bytes that is treated as transport unit elements corresponding to the respective protocols. Just like bricks construct a house, these bits or bytes constructs a full meaningful item. So these individual Data Block together can construct an image, a music or anything meaningful. The Basic idea of Data Block in Data … [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...]
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...]
Cron and Cron Job : Do Works Without Shell
Cron is less known but almost universally present feature on any kind of server with an usual control panel.One can perform works via Cron without Shell Access. Those who have very good grasp on UNIX, uses this nifty Cron program to execute commands or scripts automatically at a specified time/date, like taking a backup. Unlike the CLI, which is absent in most Shared servers, some VPS, special … [Read more...]
Run Ubuntu Live Using External SATA Hard Disk
Run Ubuntu Live Using External SATA Hard Disk. You need not to purchase an external hard disk, even a desktop SATA or PATA Hard Disk will work for this project. Ubuntu right now is one of the most advanced and well supported Operating System. Let us do some fun work. Preface : Run Ubuntu Live Using External SATA Hard Disk There is an official Windows installer for Ubuntu. This … [Read more...]
Git : What is this Git ?
Git is a free software for distributed version control of files which originally developed for source code management of the Linux kernel and slowly extended to cover other Open Source Software distribution including serverside softwares. We wrote many guides which uses the Git Bash. For example, for Deploying a Facebook App With Heroku Cloud we used git bash. Git in Nutshell Git … [Read more...]
Installing WordPress on Heroku with Rackspace Cloud Database
Installing WordPress on Heroku with Rackspace Cloud Database is not very tough if you want to host WordPress on Heroku Cloud and use Rackspace Cloud Database. Not Tough means you need to have some basic idea about Installing WordPress via Command Line Interface (CLI) and Git commands. Even if you do not have any idea about these but still want to continue Installing WordPress on Heroku with … [Read more...]
Deploying a Facebook App With Heroku Cloud
Deploying a Facebook App With Heroku enables to run your custom Application on Facebook. Its looks tough at first, but really not that difficult to work. To understand this article cum guide on Deploying a Facebook App With Heroku, you have to read (at least make sure you have done those steps) this previous article : Creating a Facebook App of Your Own. Needed Basics for Deploying a … [Read more...]
Using wget Command Natively on Windows PC
Using wget Command Natively on Windows PC has the advantage of downloading content quite fast through the command line. Here is guide on using wget on Windows. You might like to read the guide on how to use cURL in Windows to Run cURL Commands Natively, although using wget command is more useful for any level of users. Points to Know Before Using wget Command Natively on Windows … [Read more...]