TECH TIPS
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
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...
Most Effective Ways To Reduce Laptop Overheating In Linux
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 unbearable to...
How to find out what version of Amazon Linux AMI you are running?
cat /etc/system-release
Ubuntu 18.04: Set up for HP 8440p
Update to the latest BIOS. https://www.reddit.com/r/Windows10/comments/3gf5gg/how_i_stopped_automatic_synaptics_drivers_updates/ https://techtips.easycloudsolutions.com/2018/08/05/ubuntu-18-04-getting-nvidia-to-work-on-hp-8440p/...
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 purge --auto-remove cuda* $ sudo apt-get purge --auto-remove nvidia* # also...
Ubuntu 18.04 – after logging in black or blank screen
sudo apt install lightdm sudo dpkg-reconfigure lightdm