by ray | Aug 5, 2018 | Linux / Ubuntu
Update to the latest BIOS. How I stopped automatic Synaptics drivers updates to keep scrolling in Modern Apps. from Windows10 Ubuntu 18.04: Getting nvidia to work on HP 8440p Ubuntu 18.04 – after logging in black or blank screen Ubuntu: Failed to start Nvidia...
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...
by ray | Aug 4, 2018 | Linux / Ubuntu
sudo apt install lightdm sudo dpkg-reconfigure lightdm
by ray | Aug 4, 2018 | Linux / Ubuntu
Press Ctrl + Alt + F3
by ray | Jul 17, 2018 | Linux / Ubuntu, IT / Tech News
I added the user myuserto Postgres. Then I added the database mydatabase in the pgAdmin III GUI and restored from a backup file. So the owner of mydatabase is the superuser postgres. Then I tried to give all rights to access and modify mydatabase to myuser. I logged...
by ray | Jul 16, 2018 | AWS, Linux / Ubuntu
Introduction SSH, or secure shell, is the most common way of connecting to Linux hosts for remote administration. Although the basics of connecting to a single host are often rather straight forward, this can become unwieldy and a much more complicated task when you...