Samba Server installation on Ubuntu 18 Ubuntu Tips: Install Samba File Server About This Guide In this text, I teach how to create a network share via Samba using the CLI (Command-line interface/Linux Terminal) in an uncomplicated, simple and brief way targeting Windows users.
The instructions @ericklan posted are on the right track, though they aren't quite clear to me and seem to recommend more than is necessary. I pieced together the answer from the above and a helpful post in the bug thread. These are the steps I took to correct this: Back up...
Install phpMyAdmin on Ubuntu You can install PHPMyAdmin from the Ubuntu repos. You can do this by update the local references and then use the apt packaging system to pull download the files and install them on our Linux: sudo apt-get update sudo apt-get install phpmyadmin restart Apache  with the following cmd: service apache2 restart Verify...