phpMyadmin installation and configuration October 26, 2016 admin MYSQL, PHP, Ubuntu 0 Comments https://docs.phpmyadmin.net/en/latest/setup.html#setup_script Share This Tweet Share Share Email Related Posts Performing Incremental backups using tar https://www.unixmen.com/performing-incremental-backups-using-tar/ Mount Windows Share on Ubuntu $ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where… How do I grant sudo privileges to an existing user sudo usermod -a -G sudo username This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
Performing Incremental backups using tar https://www.unixmen.com/performing-incremental-backups-using-tar/
Mount Windows Share on Ubuntu $ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where…