Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ubuntu_notes [2019/01/26 12:15] juckinsubuntu_notes [2019/01/29 11:17] juckins
Line 39: Line 39:
 </code> </code>
  
-Very slow using Ubuntu GUI now - check [[https://thomas.vanhoutte.be/miniblog/guide-speed-up-ubuntu-virtualbox/|Speeding up Ubuntu]]+Very slow using Ubuntu GUI now - check
 + 
 +[[https://thomas.vanhoutte.be/miniblog/guide-speed-up-ubuntu-virtualbox/|Speeding up Ubuntu]] \\ 
 +[[https://www.linuxbabe.com/virtualbox/speed-up-ubuntu-virtualbox]]
  
 Installing mysql: Installing mysql:
Line 64: Line 67:
   CREATE DATABASE dbname;   CREATE DATABASE dbname;
   SET PASSWORD FOR 'username'@'localhost' = PASSWORD('password');   SET PASSWORD FOR 'username'@'localhost' = PASSWORD('password');
 +  
 +  
 +To fix this locale error upon login:
 +
 +<code>
 +-bash: warning: setlocale: LC_ALL: cannot change locale (en_US)
 +</code>
 +
 +run the following:
 +  
 +  sudo locale-gen en_US
 +  locale -a
 +  
 +and confirm you see en_US now.  See [[https://ubuntuforums.org/showthread.php?t=1675347&page=2]] for more info.
 +
 ---- ----
  
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins