by ray | Sep 27, 2018 | Microsoft Windows, IT / Tech News
Generally the F2 key is used to enter the Lenovo’s notebook’s BIOS Setup, but some new models have a special button called Novo to replace Lenovo BIOS Key. If your Lenovo uses F1 or F2 key you can access to your BIOS by start pressing on to your key a few times to...
by ray | Sep 27, 2018 | Microsoft Windows
Apologies for reviving an old thread, I’ve been having problems with the Realtek audio driver for a couple of weeks, there are very distracting and annoying volume changes caused by some auto level control in the driver that cannot be disabled, so I’ve...
by ray | Sep 27, 2018 | Microsoft Windows
Windows 10 always install cumulative updates automatically, even if you’re against them, but you can use these steps to stop this behavior and decide when to install them. On Windows 10, cumulative updates are no longer optional, they’re mandatory, which...
by ray | Sep 27, 2018 | IT / Tech News, Linux / Ubuntu
If you get following error, when you try to start nginx… [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) Then it means nginx or some other process is already using port 80. You can kill it using: sudo fuser -k 80/tcp And then try restarting nginx...