Jump to content

Jonny

Member
  • Posts

    354
  • Joined

  • Last visited

Everything posted by Jonny

  1. Didn't bother with Acer support in the end. Complained to Amazon and they got me a full refund. I then got two Aorus Monitors and they're picture quality is much better. Probably more monition blur but I only game like 30% of the time.
  2. I don't mind different in colours, that's to be expected but when it's way out like that it's annoying. Shall see what Acer say. I could get Amazon to replace the first to try get matching production run, in my eyes the taskbar should be black though not gray, all my computer screens in the house it's black now gray.
  3. I'll log a support ticket with Acer, see what they think as well.
  4. Hi Guy's, I've just purchased another Acer Predator XB271HUAbmiprz 27 Inch, but I'm not sure if its faulty or just difference in panels? My first monitor the Windows 10 taskbar (aero off) is pretty much nearly black but on the new Acer Predator, its grey/dark grey. White's are whiter on the new monitor too. I would also say some text is easier to read on the first screen, depending on what's on the background behind it. I haven't got a 3rd monitor to compare with but, the OSD menus are also lighter on the new monitor. So it's not a windows issue. Both monitors have the same settings in the Nvidia control panel, tried resetting setting on both monitors too. Would the terminology be its got a white washed effect? Photo, left monitor is my first Acer Predator XB271HUAbmiprz (6ish months old) and right is Acer Predator XB271HUAbmiprz (day old) Left Screen's OSD menus options, dark menus (dark gray menus) Right Screen's OSD menus options (light gray menus)
  5. Just the explanation I wanted, thanks for time ?
  6. Thanks for the info. Just as I thought, 16 bit chips are better. Just wanted to make sure.
  7. I'm not going to but what happens if I overclocked? 16x better?
  8. Hi Guys, I'm looking to buy 4GB of DDR4 for a new MiniPC which will be running OPNSense. I've got the SSD for it but need RAM. I found the two modules of ram below, one's Single Rank x16 and the other Single Rank x8. I know its todo with number of chips on the DIMM but what's actually better? Crucial CT4G4SFS824A 4 GB Memory (DDR4, 2400 MT/s, PC4-19200, Single Rank x8, SODIMM, 260-Pin) Crucial CT4G4SFS624A 4 GB Memory (DDR4, 2400 MT/s, PC4-19200, Single Rank x16, SODIMM, 260-Pin) Jonny
  9. Do you get any errors trying to install an OS? Also what OS? Boot from USB?
  10. Yeah Second PC will be much easier and probably not worth spending the hours of settings up the whole VM Linux enviroment.
  11. Are you trying to achieve the same things that linus did with 7 gamers one cpu? Because you can't really do that with windows as the host operating system.
  12. VDSL is annoying as its half duplex as I think, so that's annoying. One day I'll hopefully get FTTP, can't keep using the old phone lines for ever surely.
  13. Lucky you, I only get about 50/9, don't always get that sometimes. although I only pay £28, but can't get anything faster. Wish the UK rolled out G.Fast VDSL faster, then I could get even better speeds or FTTP that would be bliss
  14. How much you paying for that 10gbit connection?
  15. If you want simple hosting, look in to S3 Static Website Hosting. That way there's no VPS to have to install updates on etc. https://aws.amazon.com/getting-started/projects/host-static-website/ https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html https://medium.freecodecamp.org/how-to-host-a-website-on-s3-without-getting-lost-in-the-sea-e2b82aa6cd38
  16. I haven't used nginx in a while but I thought it was to do with the rewrites. I'm a Apache man myself Good to hear you found the fix.
  17. I would remove all those rewrite rules. Then see if it works without.
  18. Copy in the config for the host which is doing this Ideally the permissions should be 750 or to that effect and then owner be whatever ngnix is running as www-data maybe. That way only the www-data account can edit those files and read them
  19. /storage/webserver/admin.mydomain.com/ Does the files and folders have the right permissions and owners? say chmod 770 and owner is www or www-data
  20. Does file "/storage/webserver/www.mydomain.com/index" Exist? I would think your file would be index.php
  21. What does the error.log say? YOu may need to add error_log /var/log/nginx/nginx_error.log; to your main ngnix config. (/etc/nginx/nginx.conf)
  22. Yeah you only ment to be able to use default_server once. Its so if you browse to the ip address or a domain which hasnt been setup as a server on ngnix, it loads that default server configure/website.
  23. Aw cool I use PHP my self. Made quite a few nifty sites with it. Two being paste.lemonjuice.tk and image.lemonjuice.tk, need to add user system to them next. I've replied on your Nginx Topic
×