Full Virtualization, Para-Virtualization and Emulation
KVM Hardware Requirements
32-bit Support for KVM on RHEL 6
Preparing RHEL 6 for KVM Virtualization
Verifying the KVM Installation
The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these. In addition all datepicker options are still available through the timepicker addon.
If you are interested in contributing to Timepicker Addon please check it out on GitHub. If you do make additions please keep in mind I enjoy tabs over spaces,.. But contributions are welcome in any form.
For details go through the link.
http://trentrichardson.com/examples/timepicker/
Iptables / Netfilter is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains and may also contain user-defined chains. Each chain is a list of rules which can match a set of packets. Each rule specifies what to do with a packet that matches. This is called a ‘target’, which may be a jump to a user-defined chain in the …
Keywords:What is NFS?
Package for NFS server
Setting Up an NFS Server
Setting up an NFS Client
What is NFS?
The Network File System (NFS) was developed to allow machines to mount a disk partition on a remote machine as if it were on a local hard drive. This allows for fast, seamless sharing of files across a network.
Setting up NFS involves two steps, namely configuring the server and then configuring the client. Each of these steps is dealt with in order.
Keywords:File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the Internet. FTP is built on a client-server architecture and utilizes separate control and data connections between the client and server.FTP users may authenticate themselves using a clear-text sign-in protocol but can connect anonymously if the server is configured to allow it.
Keywords:Even though there are basically three types of files (ordinary , directory and device), you may often require to know more about these files. For instance , a regular file may contain plain text, a c program or executable code. Unix / Linux provides the file command to determine the type of file, especially of an ordinary file. The command is simple to use, and you can use it with one or more filenames.
$ file emp.1st
emp.1st ascii …