Category

Ubuntu

Category

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf sudo a2enconf phpmyadmin sudo service apache2 reload sudo apt update sudo apt install phpmyadmin php-mbstring php-gettext sudo phpenmod mbstring sudo systemctl restart apache2 sudo mysql -u root -p; CREATE USER ‘siddharth’@’localhost’ IDENTIFIED BY ‘admin1818’; GRANT ALL PRIVILEGES ON *.* TO ‘siddharth’@’localhost’ WITH GRANT OPTION; exit

Use “apt-get” to install on Ubuntu: sudo apt-get update sudo apt-get install screen Screen run Make a new screen $ screen -S screenName List of screen $ screen -ls Enter on screen $ screen -r screenNumber Exit from screen $ contol+a+d Quit Screen: screen -X -S 22683.project quit