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...]
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...]
Run Any Operating System on Windows Using VMware Player Freeware
Run Any Operating System on Windows Using VMware Player Freeware. VMware Player is enough for any normal Windows user to use Virtualization and run any OS. VMware is well known for stable Virtualization softwares and VMware Player is far better in performance for Desktop PCs. Why VMware to Run Any Operating System ? Windows Virtual PC is free for Windows PC (at least for Windows 7 … [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...]
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...]