similar to: pcibackhide ... something similar for ISA, too?

Displaying 20 results from an estimated 11000 matches similar to: "pcibackhide ... something similar for ISA, too?"

2010 Oct 07
1
Sound or USB passthrough for Windows guest at Citrix XenServer 5.6 Free
Hi there, I''ve started using Xen through Citrix XenServer 5.6 Free. Now I am thinking about adding a USB sound device to my virtual Windows machine. One idea would be to access a virtual audio device that streams audio to a client. I''ve stumbled over the possibility to SSH-forward PulseAudio but this is not possible for Windows on either one or the other side of the chain.
2012 Nov 27
2
Intel VT-d and Asus Desktop/Workstation mainboards, eg. Asus P9X79 WS
Good day to you Im a casual Xen user and am also using I/O Virtualization. I had always trouble getting DMAR tables (and IOMMU) recognized with Asus Mainboards, despite the fact that I always used this boards a lot. Since the Nehalem Intel architecture, I looked into Intel Mainboards due the fact that this seems to work out with Xen, Linux and VT-d. My request is, that someone who tried Asus
2008 Dec 28
1
OT: (a) Biostar or MSI mainboard? (b) all Celeron CPU's OK?
(a) Mark (mhr) suggested I buy a bare bones box, when I reported the problem with the mainboard in this Dell Dimension 2400 box. Possibly I can have the mainboard repaired (and the PSU, if it is also having problems), and if so, I will give this one to my Stepson and go the bare bones box route and have a more powerful box for myself. I looked at two (2) very low end Desktop mainboards in the
2006 Oct 10
4
Realtek RTL8111B
Hello, I am bussy building a xen cluster. When selecting mainboards for this cluster i came only up with core 2 duo mainboards with onboard gigabit ethernet cards with the realtek RTL8111B chipset. I have tested a mainboard and could not find a way to compile the driver sourcecode from the realtek site because of a missing /lib/modules/2.6.16-xen/Build directory. Can anyone help me out? I am
2013 Jun 06
2
VT-d support in haswell mainboards and CPUs
Hi! I wanted to post this to Xen WIKI, but I have no write rights there. I have talked to AsRock support, and they said, that: - all Z87, H87, Q87 and B85 asrock mainboards support vt-d, - you have to check if vt-d is supported by the CPU, - there are no information on vt-d support in future haswell mainboard chipsets, like H81. I''m willing to test it, when I get hands on
2006 Jun 12
0
Dynamic migrations? Or something similar...
Hi, I am new to rails and am trying to develop an application that would allow for user creation of "panels". Users would create a panel and add fields to that panel, where each field is a specified datatype. So obviously, panel => table, fields => columns. Would a dynamic migration be possible to roll these changes? Or would direct SQL calls be needed? Any
2006 Mar 08
0
How to add something similar to :counter_cache - :avg_cache
Hi, I was thinking of doing this with a stored procedure, but I thought it could be better implemented in Rails. I have several tables that hold a counter cache for other tables, which aren''t directly related. For example: Table ''schools'' has records that belong_to table ''counties'', and that table has records that belong_to table
2006 Nov 29
0
Something similar or better than HUD Pro?
Is there something similar or better than HUD pro out there for asterisk PBX. HUD pro is wonderful thing, but they require complete Fonality product to be purchased first, and don't sell it as a stand alone product. If someone is not interested in Fonality product but is ready to purchase some good interface like HUD, what are the options? -- Zeeshan A Zakaria -------------- next part
2009 Oct 31
1
something similar to last login but for aliases
I'm using dovecot deliver with postfix. Is there a place to hook in a db update when an alias is hit? I'm wanting to delete aliases that haven't been used in x time. Thank you, Brad
2014 Oct 05
2
Is there something similar to ADUC in Samba?
I have a follow up to the question I asked and found a work around for today. Is there any tool in samba used to manipulate RFC2307 aka NIS Extensions that do not involve manipulating the ldap tree with a ldapmodify or directly editing the sam database with ldbedit? I see in the samba wiki that there is https://wiki.samba.org/index.php/Using_RFC2307_on_a_Samba_DC that says ADUC can be used from
2020 Apr 30
0
Use of MathJax (or something similar) in .Rd files
You can probably already do this using the \if{html} conditional, and either including the matchjax js files in the package, or getting them from a CDN. Gabor On Thu, Apr 30, 2020 at 9:13 AM Viechtbauer, Wolfgang (SP) <wolfgang.viechtbauer at maastrichtuniversity.nl> wrote: > > Hello All, > > I am wondering if there has ever been any discussion/consideration given to
2020 Apr 30
0
Use of MathJax (or something similar) in .Rd files
On 30/04/2020 6:15 a.m., Viechtbauer, Wolfgang (SP) wrote: > Interesting. I gave this a try, but couldn't make this work. One would have to infuse something like > > <script id="MathJax-script" async > src="https://cdn.jsdelivr.net/npm/mathjax at 3/es5/tex-mml-chtml.js"> > </script> > > or > > <script
2009 Dec 26
3
something similar to %include() in sas?
i am just wondering if there is an effective way to include other external codes into the program. thanks. [[alternative HTML version deleted]]
2003 Nov 25
1
Does wxRuby have event masks or something similar?
I''m trying to capture character events on a frame, using the following piece of code (adapted from samples/etc/test.rb): def initialize(title) super(nil, -1, title, Wx::Point.new(-1,-1), Wx::Size.new(530,590), Wx::DEFAULT_FRAME_STYLE | Wx::FRAME_SHAPED) evt_paint { onPaint } evt_char { | evt | puts "Got char evt: "+evt.to_s if evt.get_key_code.chr =~
2006 Aug 02
3
Does Ruby / Rails have something similar to PHPs ''virtual''
Hi all Is there a rails / ruby function that is analagous to PHPs ''virtual'' function? "virtual() is an Apache-specific function which is similar to <!--#include virtual...--> in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script,
2020 Apr 30
0
Use of MathJax (or something similar) in .Rd files
Thank you. This is a very useful idea! Best, Ravi ________________________________ From: R-devel <r-devel-bounces at r-project.org> on behalf of Viechtbauer, Wolfgang (SP) <wolfgang.viechtbauer at maastrichtuniversity.nl> Sent: Thursday, April 30, 2020 6:59:02 AM To: r-devel Subject: Re: [Rd] Use of MathJax (or something similar) in .Rd files Thanks Gabor and Duncan! It works.
2009 Feb 26
2
Something similar to data.frame, but allows variables with unique lengths?
I have a tightly coupled collection of variables with different lengths and types (some characters and others numerics).  I looked at the documentation for data.frame, but indicates that it expects all variables to have the same length, i.e. number of elements.    I was hoping the "See Also" documentation for data.frame would have helped, but it did not have any good leads.  Here is a
2011 Mar 04
0
Wine release 1.3.15
The Wine development release 1.3.15 is now available. What's new in this release (see below for details): - Support for changing network passwords. - Reflection support in shader compiler. - Tests no longer attempt to cope with Win9x behavior. - A number of MSHTML and MSXML improvements. - Various bug fixes. The source is available from the following locations:
2017 Mar 18
2
Something similar to Doxygen for standard dialplan?
How are we all documenting complex dialplan? Is there something similar to Doxygen? I've got around 20 config files covering around 60 contexts and 40 variables. Of course, I've maintained a basic list of the major stuff, and documented the code throughout, but it's grown to the stage where it needs to be better documented, have a proper flowchart etc. Talking of flowcharts, I see
2010 Sep 07
3
Something similar to layout in lattice or ggplot
Hi, Is there a function similar to the layout function in base graphics in either lattice or ggplot? I'm hoping someone has written a function wrapper to the appropriate commands in grid that would make this easier :) Abhijit [[alternative HTML version deleted]]