Installing private DEB packages with APT

Your secret Repository URL The secret repository URL is the APT endpoint for your Gemfury account and packages. Do not share this URL to keep your account private. Your Repo-URL has the following format: Setting up APT with Editor Text ( any one ) To install your packages, you’ll need to configure APT to access […]

Install 4shared Desktop Ubuntu

The 4shared package has a LOT of dependencies (additional packages required to run), including Java and other Java libraries. If you install the .deb with Software Center or gdebi, all the dependencies should be automatically installed. If not, or if your Ubuntu variant doesn’t use Software Center, do this: Open a terminal with Ctrl-Alt-T. Type […]

How to Install MariaDB on Ubuntu 20.04

Installing MariaDB on Ubuntu At the time of writing this article, the latest MariaDB version available in Ubuntu’s repositories is version 10.3. To install it run the following commands: Once the installation is completed, the MariaDB service will start automatically. To verify that the database server is running, type: The output should show that the […]

How to Install MySQL on Ubuntu 20.04

Installing MySQL on Ubuntu At the time of writing this article, the latest version of MySQL available in the Ubuntu repositories is MySQL version 8.0. To install it run the following commands: sudo apt updatesudo apt install mysql-server Once the installation is completed, the MySQL service will start automatically. To verify that the MySQL server […]

( Solved )AppServ cannot log in to phpMyAdmin mysqli_real_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: YES)

AppServ provides us phpMyAdmin to manage MySQL databases on our Windows computer. Root is the default database to log into MySQL server. You can use root and its password to login from phpMyAdmin web interface. If you can’t login phpMyAdmin, or the access was denied by your database server and throws an error like, mysqli_real_connect(): […]