Looking for a Xen Host Notebook

I am looking for a notebook to run Xen with multiple VMs - Win, Linux, and Android. The CPU should have vT, i7, 16 GB RAM, 1 TB HDD, 256 to 512 GB SDD, and touch screen. Is there such a machine that will fully support Linux?

Qubes OS uses Xen extensively, so you could start with the HCL from their wiki:
https://wiki.qubes-os.org/wiki/HCL
The Qubes requirements may be more stringent than what you need for Xen, because Qubes needs the VT-d feature for full security. If all you need is VT-x then any Thinkpad model having a VT-x capable CPU should work with Xen.

Similar Messages

  • Looking for new web hosting

    I'm currently hosting my site through GoDaddy. Plain and simple, I am looking to switch from them because of the way they choose to advertise their product. I'm looking for a new web hosting company to host my site and need some help finding a good one.
    As for price, I'm looking for something in the same price range as GoDaddy. After a little research, these are the few that I've found:
    iPage
    BlueHost
    InMotion Hosting
    I'm pretty confident in my ability to choose a good one, but I just want to be sure there's nothing I'm missing about web hosting that would make it smart for me to avoid any of the above. Just a few notes about what I'm working with:
    My site was made in DreamWeaver. The entire site is 17 html pages. It just contains mostly text, some spry and some embedded video, so not a lot needed for data usage.
    If there is any other information needed for you to help me, let me know. Thanks!
    -Mark

    If I were you I would go check out reviews on webhostingtalk.com .  Very reliable forum for reviews and sometimes hosts like those post specials over there so you don't start off paying full price.

  • AirPort Extreme (Still) Looking for a PPPoE Host

    Help! I have a PowerBook G4 (OS X 10.4.2) that I've used with my AirPort Extreme for over a year and half without any major problems. I upgraded to AirPort 4.2 last week without incident, but since yesterday my base station hasn't been able to connect over PPPoE to my DSL.
    Sometimes the AirPort Admin Utility can't find the base station, even after a hard reset; sometimes it can find it but not configure it ("there was an error configuring the base station"). Even if I can connect to the base station and configure it, though, the base station still won't connect to the internet ("Looking for PPPoE host" for about 5 minutes, followed by "Not connected via PPPoE. There was no answer.") I can get on the internet without any problems if I connect through the built-in Ethernet, at least once completely reconfigure the network port settings.
    I'm not sure what to do at this point; I've tried to reset both the base station and the modem over 20 times (including leaving them unplugged for an hour), and "rebuilding AirPort from scratch" like one of the other posts suggested, but nothing seems to work. At this point I'm considering re-installing the software AirPort came with (3.1) or re-installing Tiger, though I'm not sure 3.1 will work with Tiger--and I'd prefer not to rebuild the entire system.
    Any ideas?

    I'm suffering from the same problem but was able able to run airTunes. First, go to admin and tell it not to connect using PPPoE but make sure you uncheck the PPPoE in Network. Now the other problem that I have is the latest Airport Admin Utility. It will not connect. Solid green light, AE is just a metre away and it says 'can't connect to the net. So how do I remove Admin 6.4 'cause that's the main problem. i've installed the Express firmware 6.1.1 & 6.2. I'm buggerd if I know.

  • Looking for Apple Mail hosting solution ...

    All,
    Not sure if this is the best place to post this, but I am looking for a good e-mail hosting company that knows how to deal with Mac users. I have a small consultancy with 5 people and we all use Mac's. I guess anyone can offer standards-based IMAP hosting, but a bonus would be to have a hosting company that could handle WebDav iCal calendar syncing.
    Some have suggested MobileMe, but I don't thing that works for small businesses ... right?
    Other suggestions?

    IMHO WD exteral HD's have the highest failure rate, the drives themselves are fine it is the enclosures WD uses. Many experienced users on these forums (including myself) only use OWC Mercury Elite Pro series. Extremely high quality and reasonable pricing. You can find them by clicking Here .

  • Looking for JSF web hosting

    Hi,
    I'm looking for an inexpensive but capable web hosting company that supports JSF, Hibernate, and so on.
    I'm currently using lunarpages.com and they are very affordable (approx $125/year) and they have great features like unlimited storage and bandwidth, and also basic JSP/Servlet support -- BUT they do not support J2EE technologies like JSF, Spring, Hibernate.
    Any suggestions or recommendations? Thanks,
    rh

    DUH! You're absolutely right.
    This does work:
    http://rhume55.s156.eatj.com/webproject1/
    because it's trying to load index.jsp
    But this does work:
    http://rhume55.s156.eatj.com/webproject1/index.jsf
    Thanks for that.
    However, when I try to load the same app at from lunarpages pages using the correct "jsf" url, I get this new error, any ideas?
    500 Servlet Exception
    javax.servlet.ServletException: javax.faces.FacesException: Cannot find
    any provider supporting DES/ECB/PKCS5Padding
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:141)
         at org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:103)
         at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
         at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:181)
         at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
         at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:435)
         at com.caucho.server.port.TcpConnection.run(TcpConnection.java:603)
         at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
         at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.FacesException: Cannot find any provider supporting
    DES/ECB/PKCS5Padding
         at org.apache.myfaces.shared_impl.util.StateUtils.symmetric(StateUtils.java:456)
         at org.apache.myfaces.shared_impl.util.StateUtils.symmetric(StateUtils.java:494)
         at org.apache.myfaces.shared_impl.util.StateUtils.encrypt(StateUtils.java:203)
         at org.apache.myfaces.shared_impl.util.StateUtils.construct(StateUtils.java:153)
         at org.apache.myfaces.renderkit.html.HtmlResponseStateManager.writeViewStateField(HtmlResponseStateManager.java:104)
         at org.apache.myfaces.renderkit.html.HtmlResponseStateManager.writeState(HtmlResponseStateManager.java:94)
         at javax.faces.render.ResponseStateManager.writeState(ResponseStateManager.java:65)
         at org.apache.myfaces.application.jsp.JspStateManagerImpl.writeState(JspStateManagerImpl.java:512)
         at javax.faces.application.StateManager.writeState(StateManager.java:89)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl$StateMarkerAwareWriter.flushToWriter(JspViewHandlerImpl.java:610)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:392)
         at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
         at org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:103)
         at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
         at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:181)
         at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
         at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:435)
         at com.caucho.server.port.TcpConnection.run(TcpConnection.java:603)
         at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
         at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.security.NoSuchAlgorithmException: Cannot find any provider
    supporting DES/ECB/PKCS5Padding
         at javax.crypto.Cipher.getInstance(DashoA13*..)
         at org.apache.myfaces.shared_impl.util.StateUtils.symmetric(StateUtils.java:431)
         at org.apache.myfaces.shared_impl.util.StateUtils.symmetric(StateUtils.java:494)
         at org.apache.myfaces.shared_impl.util.StateUtils.encrypt(StateUtils.java:203)
         at org.apache.myfaces.shared_impl.util.StateUtils.construct(StateUtils.java:153)
         at org.apache.myfaces.renderkit.html.HtmlResponseStateManager.writeViewStateField(HtmlResponseStateManager.java:104)
         at org.apache.myfaces.renderkit.html.HtmlResponseStateManager.writeState(HtmlResponseStateManager.java:94)
         at javax.faces.render.ResponseStateManager.writeState(ResponseStateManager.java:65)
         at org.apache.myfaces.application.jsp.JspStateManagerImpl.writeState(JspStateManagerImpl.java:512)
         at javax.faces.application.StateManager.writeState(StateManager.java:89)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl$StateMarkerAwareWriter.flushToWriter(JspViewHandlerImpl.java:610)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:392)
         at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
         at org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:103)
         at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
         at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:181)
         at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
         at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:435)
         at com.caucho.server.port.TcpConnection.run(TcpConnection.java:603)
         at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
         at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643)
         at java.lang.Thread.run(Thread.java:619)

  • Looking for widgets/apps/hosting for Realtor site

    Hi all I want to build a site for a friend of mine that just became a realtor. I was wondering if anyone uses any widgets, prebuilt apps, or hosting specifcally for realtors to help them with automatically pulling their listings form the MLS and add them onto their web site. If you have any suggestions please let me know.
    Thank you in advance.

    You could use an rss / xml feed.
    HTH
    PZ

  • Looking for free SMTP host

    I would like to send mails to anyone using any internet connection. For that I need a smtp host to which I could connect regarless of the ISP I'm on.
    Does anybody know if such host exists.
    Other solutions which don't use the free smtp host idea are also welcomed.
    Thanks in advance.

    Download your own Mail Server and run it from your machine.
    This one is free and works well for what it's needed
    http://www.argosoft.com/applications/mailserver/

  • Looking for some internet hosting advice.

    I am working on a website and I am trying to get an idea of
    what to expect in the future. If I wanted to add a video sharing
    area to my site, like YouTube, what would be the most
    cost-efficient way to do it? I would need a very large amount of
    disk space and a very high bandwidth transfer. I don't know much
    about internet hosting, but I have been reading into it. It seems
    to me that I would need to use one of these colocation facilities.
    Is that right?

    Why not just use YouTube? Put all your videos up there...sure
    would save a
    bunch of money and time.
    Dan Smith > adobe community expert
    http://www.dsmith.tv
    "AngryCloud" <[email protected]> wrote in
    message
    news:fgqovq$7rg$[email protected]..
    >I am working on a website and I am trying to get an idea
    of what to expect
    >in
    > the future. If I wanted to add a video sharing area to
    my site, like
    > YouTube,
    > what would be the most cost-efficient way to do it? I
    would need a very
    > large
    > amount of disk space and a very high bandwidth transfer.
    I don't know much
    > about internet hosting, but I have been reading into it.
    It seems to me
    > that I
    > would need to use one of these colocation facilities. Is
    that right?
    >

  • Looking for a Photo Album or Photo Management Software

    Does anyone know of any good software that I could use like a photo album, something like iView Media (which I have) but maybe a little more visually appealing. I'm not looking for anything to host pics online; I just want something that lets me break down my pictures by year...and then sub-folders for each year so I can have all different subjects. I haven't been able to find anything no matter how much I've googled...THANKS!!

    Medic2872P:
    Welcome to the Apple Discussions. As TD mentioned you can use iPhoto in the alias mode but you take on some additional responsibilities. When you delete a photo from the iPhoto library you do not delete it from the HD. That must be done manually from the Finder. It can be pretty easy to do that before deleting from iPhoto by Control-clicking on the thumbnail and selecting Show Original in the contextual menu. You'll be taken to the folder where the source file is located where you can delete it manually. Then delete it from iPhoto.
    Secondly, you won't be able to add photos to existing source folder and have them imported into iPhoto automatically. So it's best to put each new import in their own folder and import that way. Also you should not rename or move a source file once it's been imported into iPhoto.
    If you're interested in checking it out more thoroughly, read Tutorial No. 2.
    If do decide on converting to an alias based library and want to preserve your keywords from the library, Tutorial #1 would be of help. You can follow #1 and then move the photos from the Originals sub folders into your other folders in the Pictures folder and replace the old files with the keyworded files. Next remove the old Library folder to the desktop, create a new library and set iPhoto's Advanced preferences to not copy file when importing. Then import your "source" folder into the new library and you're back in business.
    But you should remember the caveats I've mentioned. If you're careful you can operate as you'd like.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    MBP 2.16Ghz; G5 Dual Core 2GHz, 2G RAM ea, 250G HD; G4 Dual 1Ghz, 1.5G RAM;   Mac OS X (10.4.9)   22" LCD, 710G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod, 2G Nano

  • What to look for in a web hosting company for Flex applications

    Hello,
    I am trying to figure out what I need to look for in a web
    hosting company if I want to deploy my own Flex applications? I
    don't anticipate having any special requirements other than the
    ability to interact with databases and XML files. Can someone help
    me figure out what the server-side requirements are?
    Thanks in advance!
    Matt

    then almost 99.9% hosting will work.
    if you want a Flexx app with compiler then oo thats different
    but as you say "I don't anticipate having any special requirements
    other than the ability to interact with databases and XML files"
    then you can go with pretty much any hosting, as long as they have
    apache, Database serve and I think thats it.

  • We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter

    We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter who on our network opens the design file.

    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • All of a sudden - Looking for PPPoE Host

    Setup: I am connecting to the internet via Airport Express, through an ISP provided modem. I am using PPPoE as the protocol for connecting to my ISP.
    Problem: The setup was working perfectly for me, when all of a sudden 5 days back, I got the ticker message on my taskbar "Looking for PPPoE host". I went through all the configurations using the airport admin and assistant utility. However, if I connect to the ISP provided modem through the ethernet cable using PPPoE, everything works perfectly. I have been tinkering with this for the past four days, and I have no clue as to what is wrong. For some unknown reason, the airport express base station cannot connect to the ISP (all of a sudden).Please help.
    iBook G4 Mac OS X (10.4.5)
    iBook G4   Mac OS X (10.4.3)  

    Hi,
    I just got a brand new loaner Airport Express from a Friend. It came with the new Firmware and I used it on my ADSL Connection. (Modem to AE).
    Then, one morning, I wake up and connnect my PowerBook to the system. It works fine. I leave for office, return with my Office laptop and install the Airpot Stuff on that too, to connect. Anyway long story short. All works well.
    Now morning arrives again, and nothing working at all. I keep getting the "Looking for PPPoE " message and I know it got nothing to do with my new laptop as I have directly plugged my PB to the modem and it dials/connect without a porblem.
    I checked the setting in the AE panel and thats fine too. I don;t know whats wrong or what to do. I've temporarely switched back to my NetGear Router until I can find out whats wrong with the AE.
    Can you tell me how it's been for you? Were you able to solve the problem?
    Rgds
    Binu.

  • Looking for a Suggestion on Protege Notebook Model

    Hi,
    I might have posted this in the wrong forum, if that is the case then please accept my apologies for the same.
    I am looking to buy a new ultrabook. I am looking for the following specs:
    Price: Around USD800
    Screen Size: 13.3" (This is important as there are weight considerations and hence cannot go for any bigger screen)
    Screen should be easily tilted to 180 degrees since I have a small kid who could pull the screen back (I hope you people understand what I am asking for, this feature is not listed in any datasheet of Toshiba Notebooks)
    RAM Installed: 4GB (min)
    RAM Maximum: 8GB (min) (I should have the option for upgrading the RAM later to 8GB minimum, more the better)
    Weight: 3 lbs (or there about)
    DVD-ROM: Not NEEDED
    HDD: Would like to have a SSD with 256GB but given the price, I guess I have to settle with the normal HDD. But it would be great if I could upgrade later this HDD to a SSD.
    Keyboard: Backlit and SPILLPROOF
    Now I have kind of short listed some of the models and would love to hear the advise of the techies here.
    Model 1:
    Portege R935-ST3N02 
    Link for Datasheet: http://cdgenp01.csd.toshiba.com/content/product/pdf_files/detailed_specs/portege_R935-ST3N02.pdf
    Questions in my mind regarding this notebook:
    Will the screen be tilted back to 180 degrees, cannot find this information anywhere.
    The maximum RAM shown is 8GB but since this device has 2 memory slots, then wouldn't it be possible to have 16GB as the max RAM with 8GB card in each slot.
    HDD = 750GB but later would I be able to upgrade to a SSD Harddisk or not, to reduce the weight even more later.
    Keyboard: Is the keyboard SPILLPROOF and Backlit?
    Model 2: 
    Portege Z935-ST3N02
    Link for Datasheet: http://cdgenp01.csd.toshiba.com/content/product/pdf_files/detailed_specs/portege_Z935-ST3N02.pdf
    Max RAM is only 6GB (is there a way to upgrade to 8GB)
    SSD: Can I later upgrade to a higher capacity SSD like 512GB if an when they get cheaper, I know it should be possible but wanted to ask anyhow?
    Model 3:
    I am comparing these 2 models against THINKPAD X230.
    Any suggestions and enlightening thoughts on my above questions would be deeply appreciated.

    Please just let me know if the screen can be tilted to 180 degrees in Portege R935-ST3N02 

  • Looking for a Coldfusion VPS Hosting Company

    Hi,
    Im looking for a Coldfusion VPS hosting company and my priority are:
    - Fast time response on Tickets;
    - Plesk enable;
    - MSSQL 2005 Server Access;
    Right now I'm using Gearworx and the service his not acceptable.
    Any suggestions would be appreciated.
    Thanks
    Yannick

    Thanks guys for your input.
    Im hosting right now with www.dailyrazor.com and I'm very satisfy with the helpdesk time respond and quality. But they don't offer Coldfusion VPS only linux.  I almost went with HMS but they don't offer Plesk for coldfusion VPS and I'm not to experience on IIS so I found another one called http://www.kickassvps.com/ that offer what I'm looking for at a affordable price.  they did answer my questions in a resonnable time period.
    Thanks again

  • Looking for a hosting

    Hi all:
    I use several User defined table type for passing table values to some stored procedures
    I also use TVF
    I have 3 databases. I call 1 of them as databasename.dbo.table
    Do u know a hosting that allow all of this?
    Thanks in advanced

    Hi all:
    I use several User defined table type for passing table values to some stored procedures
    I also use TVF
    I have 3 databases. I call 1 of them as databasename.dbo.table
    Do u know a hosting that allow all of this?
    I am not sure what type of hosting you are looking for.  If a server has 3 database then you can call a table "table1" located in "database1" as "database1.dbo.table1" from any database within the server. If it is in different server then we need
    to create a linked server.
    You can create user defined tables and TVF as well.
    Regards, RSingh

Maybe you are looking for

  • How to get rid of the mini itunes store on the bottom of the library.

    nevermind... please delete if possible.

  • What's wrong with this ejb-query?

    Hi people, may be i worked too much, may be i've just missed something, but guys, can enyone tell me what the hell is wrong with this GOD DAMNED query? <ejb-ql>Select Object(adt) From AddrDataTable AS adt, IN (adt.addresseeQualities) AS aq WHERE adt.

  • Internet Filtering for iPod Touch

    I have a 12 year old boy that just got an iPod touch for his birthday.  Is there anything anyone can reccomend to filter the internet ie. Net Nanny?  Thank you!

  • DB13 error for BRconnect

    Hello Experts, We are scheduling the check database and update statistics job from DB13. the job finishes (completed status) within seconds. The job log shows that the DB instance is shutdown. However the DB instance is fine and application is up and

  • AppleTV screensaver playing my photos (without sync)

    After the Leopard upgrade I found that I can stream photos (vs having to sync them as it was before)- which is great (don't have to constantly update what albums get sync'd, etc.). Trouble now is that I can't find an option to play any of MY photos i