453 points | Follow @peppecassibba Italy Lucky husband, open source passionate. Curious by nature. Proud of my roots, happy to mix and learn from different roots Open Minded People's Choice Award Raspberry Pi Author Contributor Club
Why use a Raspberry Pi to power your business Why small, single-board computers can be the future for smart working and small offices.
How to connect a Raspberry Pi to a serial USB port with Python from the terminal Use these open source tools and simple commands to easily interface with other devices from your Raspberry Pi.
How to manage a big hotel with a little Raspberry Pi Got some downtime to rethink how you manage your hotel or motel?
Set up a Tor proxy with Raspberry Pi to control internet traffic Create an anonymous server and browser with these simple steps and a few pieces of affordable hardware.
Build a private chat server with a Raspberry Pi and Rocket.Chat Create your own truly private chat and messaging solution with these simple, cost-effective open source tools.
Build a private social network with a Raspberry Pi Step-by-step instructions on how to create your own social network with low-cost hardware and simple setup.
7 pieces of Linux advice for beginners We asked our community of writers for the best advice they got when they first started using Linux.
Authored Comments
Googling your error, it appears to be a compatibiliy issue from older phpmyadmin versions.
Please try to upgrade it (iI've found this guide: https://devanswers.co/manually-upgrade-phpmyadmin/)
Try from terminal command:
chromium-browser --proxy-server="proxy_ipaddress:port"
If you left port to 9050, then command should be:
chromium-browser --proxy-server="127.0.0.1:9050".