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...
by ray | Sep 27, 2018 | Linux / Ubuntu
Looking for laptop overheating solutions in Linux? Trust me, you are the not the only one facing laptop overheating issue in Linux. As the mercury rises in the summer season, the fan speed of the computer goes nuts. If you are using a laptop, it becomes...
by ray | Sep 27, 2018 | AWS
cat /etc/system-release
by ray | Aug 5, 2018 | Linux / Ubuntu
Update to the latest BIOS. Ubuntu 18.04: Getting nvidia to work on HP 8440p Cuda not needed – https://developer.nvidia.com/cuda-zone # Instructions for 4.14 and cuda 9.1 # If upgrading from 4.13 and cuda 9.0 $ sudo apt-get purge –auto-remove libcud* $ sudo apt-get...
by ray | Aug 5, 2018 | Linux / Ubuntu
Cuda not needed – https://developer.nvidia.com/cuda-zone # Instructions for 4.14 and cuda 9.1# If upgrading from 4.13 and cuda 9.0$ sudo apt-get purge –auto-remove libcud*$ sudo apt-get purge –auto-remove cuda*$ sudo apt-get purge –auto-remove...