Sponsored Content
Operating Systems BSD Which UNIX / Linux to build a new machine with? Post 302844315 by Scott on Sunday 18th of August 2013 11:30:12 AM
Old 08-18-2013
Personally I would recommend RedHat as it's the most widely adopted commercial distribution available[citation needed]. Although RedHat isn't free (you pay for the support), Fedora, CentOS and Scientific Linux are all based on the same distriibution, and are freely available.

"If it could support virtual machines"? You mean if the VM could act as a hypervisor, like ESX, or if it's possible to run the OS in a VM? Both are possible in RHEL and, I imagine, any other distro.
This User Gave Thanks to Scott For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Advice to build a cheap Unix machine?

Hello! In my perpetual quest to learn Unix, I want to build a cheap Unix server for my personal use. Do you guys have suggestions of web sites, vendors etc...where I could get info on things such as step-by-step instruction, 2nd hand hardware etc... I would like to go preferably with a HP... (2 Replies)
Discussion started by: alan
2 Replies

2. UNIX for Dummies Questions & Answers

I want to cheaply build my own Linux/Unix PC, but don't know where to start

I want to cheaply build my own PC that will run the latest versions of Linspire, Fedora Core, FreeBSD and Solaris, but I don't know where to start. This PC doesn't have to be particulary fast. It's video performance need not be top notch, however, sound quality and sound performance must rock!... (4 Replies)
Discussion started by: Mr. Nice Guy
4 Replies

3. UNIX for Dummies Questions & Answers

how to "remsh" from a Unix machine to a Linux or SunOS

Hi All, I`m trying to execute something remotely using Remsh. Up to now it worked on HP-UX machines ( editing the /etc/hosts. .rhosts and creating user to the remote machine using SAM) but i cannot configure it to work from HP-UX to Linux or SunOS. Can anybody help me with this? THanks (2 Replies)
Discussion started by: elthox
2 Replies

4. Shell Programming and Scripting

SSH into a linux machine from a windows machine

I basically want to login into different linux machines( on the same network) from a windows machine. I know i can use ssh <machine name>. But i want to automate this process. I dont want to enter the username and password. Is there any way to do it. Can i make some sort of a batch script for it. (4 Replies)
Discussion started by: lassimanji
4 Replies

5. Red Hat

compare/diff two directory in two different linux/unix machine

Hi, I have two server , one linux and one unix . I want to compare two different directry in them . What command or tool I can use instead of search the dir one by one ??? thank (3 Replies)
Discussion started by: chuikingman
3 Replies

6. Shell Programming and Scripting

shell script to copy files frm a linux machine to a windows machine using SCP

I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine. for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies

7. Shell Programming and Scripting

How to transfer files from unix machine to local machine using shell script?

Hi All.. Am new to Unix!! Am creating a shell script in which a scenario is like i have transfer the output file from unix machine (Server) to local directory (Windows xp). And also i have to transfer the input file from the local directory to Unix machine (Server) Any help from you... (1 Reply)
Discussion started by: vidhyaS
1 Replies

8. Fedora

Build Linux Desktop ?

Hi, Just trying to make a plan as to if this doable or not? Currently in the company all the desktop are Windows, users get MS-Word, some kind of Virus program. and all connected to Windows domain. If I want to do the same thiing on Linux? How would I do that? First I need to create... (3 Replies)
Discussion started by: samnyc
3 Replies

9. UNIX for Beginners Questions & Answers

Remoute hosted UNIX/Linux Machine Free

Hi Comrades, I am interested if there is the global internet network I can find free access to the Linux or unix server to create the own account to have some practice. Thanks a lot for your advice and comments. BR, Dembi (2 Replies)
Discussion started by: Dembi
2 Replies
VIRTIO(4)						   BSD Kernel Interfaces Manual 						 VIRTIO(4)

NAME
virtio -- VirtIO Device Support SYNOPSIS
To compile VirtIO device support into the kernel, place the following lines in your kernel configuration file: device virtio device virtio_pci Alternatively, to load VirtIO support as modules at boot time, place the following lines in loader.conf(5): virtio_load="YES" virtio_pci_load="YES" DESCRIPTION
VirtIO is a specification for para-virtualized I/O in a virtual machine (VM). Traditionally, the hypervisor emulated real devices such as an Ethernet interface or disk controller to provide the VM with I/O. This emulation is often inefficient. VirtIO defines an interface for efficient I/O between the hypervisor and VM. The virtio module provides a shared memory transport called a virtqueue. The virtio_pci device driver represents an emulated PCI device that the hypervisor makes available to the VM. This device pro- vides the probing, configuration, and interrupt notifications needed to interact with the hypervisor. FreeBSD supports the following VirtIO devices: Ethernet An emulated Ethernet device is provided by the vtnet(4) device driver. Block An emulated disk controller is provided by the virtio_blk(4) device driver. SCSI An emulated SCSI HBA is provided by the virtio_scsi(4) device driver. Balloon A pseudo-device to allow the VM to release memory back to the hypervisor is provided by the virtio_balloon(4) device driver. SEE ALSO
virtio_balloon(4), virtio_blk(4), virtio_console(4), virtio_scsi(4), vtnet(4) HISTORY
Support for VirtIO first appeared in FreeBSD 9.0. AUTHORS
FreeBSD support for VirtIO was first added by Bryan Venteicher <bryanv@FreeBSD.org>. BSD
January 22, 2012 BSD
All times are GMT -4. The time now is 08:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy