Jump to content

Ssoele

Member
  • Posts

    2,197
  • Joined

  • Last visited

Everything posted by Ssoele

  1. Check out this one: https://tweakers.net/pricewatch/317543/delock-mini-displayport-naar-displayport-3m.html Other wise, just get one on Ebay.
  2. You can easily do this by just using an Nginx server set up as a reverse proxy. https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-reverse-proxy-for-apache They set it up here that the webserver is running on the same node, but this can easily be a different one. Your config file would be something like this: server { listen 80; server_name thisismyurl1.com; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host; proxy_pass http://192.168.1.102:80;}server { listen 80; server_name thisismyurl2.com; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host; proxy_pass http://192.168.1.134:80;}
  3. Well, EA stopped EA Downloader quite a few years ago, all the games that you had bought with it disappeared. That is still the reason why I don't buy games on Origin.
  4. Well, say, you buy an i5-4690K for 220USD and you buy an i7-4790K for 320USD. The i7 costs you ~45% more. The performance difference is somewhere between 20-75%, depending on the application. Taking into account that the power consumption under load isn't that different and they you of course pay a bit of a premium for higher-end products, I think that the price increase is justified.
  5. Read this: http://www.wired.com/2013/06/why-i-have-nothing-to-hide-is-the-wrong-way-to-think-about-surveillance/ Pretty much sums everything up I have to say about it.
  6. The key is stored in the EUFI and upon installation of Windows 8, it will automaticly be used.
  7. Opening your screen probably has voided your warranty, otherwise you could just have RMA'd it.
  8. Probably not, there are only a few laptops that have separate GPU modules, and those are hard to find.
  9. Hmm, first time I've noticed that it does not match, I'm missing 100MB's.
  10. It is, Cat5 is rated for 55m on 1Gbps, Cat5e is rated for 100m on 1Gbps.
  11. They patched it with a new version, then gave that version to the OEMs to roll out.
  12. Microsoft asked for 2 days, but only is only releasing the patch tomorrow, more than 2 weeks after the Google publication. So even if Google waited 2 days like Microsoft asked, Microsoft still wouldn't have released a patch. Also, as said countless times before, Google has patched it, it's now to the phone manufacturers to roll out this patch.
  13. I just looked in the manual and the operational temperatures are between 0°C to 40°C.
  14. I would highly recommend letting a certified electrician do that kind of things, they know what they need and how to do it properly.
  15. It's a quite old card, based on the Geforce 400 series GPU's, known to be very power hungry.
  16. Nope, is up, hasn't been down either.
  17. I have 2, both work great, no problems whatsoever. + Brown switches + O-rings + Great media keys + Solid build quality + Logitech Gaming Software - Glossy finish - Would like to see a version with on-keyboard-display (like the G15, G19, ...)
  18. Welcome to the forums. To start off, read the CoC, it's quite interesting, especially section 4.2.
  19. That works only on the ports that are directly connected to the chipset, so PCIE SSD's will not work.
  20. Can't you use the full Aptana client? So much better then just the Plugin.
  21. Ssoele

    Why do websites do this! http://prntscr.com/4ma…

    This is being done all over the place, they basically do it because they want to use a font that is not standard and does not have a webfont version. Now why do they want to use a font like? Simple trademarks, brand recognisability, ... . They want to use the same font everywhere.
×