I am trying to set up Mysql database on my system. When i try to connect the database from another system, it gives an error ” remote server not allows you to connect. Ask administrator to add your computer or use the % wildcard on the server host” How do we use the wild card...
echo 'options bluetooth disable_ertm=Y' | sudo tee -a /etc/modprobe.d/bluetooth.confCopy 2. Now before this change takes effect, we are required to restart the Raspberry Pi. Run the following command on your Raspberry Pi to restart it. sudo rebootCopy 3. With the Raspberry Pi now boote...
For example, “test.pimylifeup.com“. [PORT] –Finally, replace “PORT” with the port you want accessible through the tunnel. [PROTOCOL] –This is the protocol you want tobe utilized for your service. In the case of a web server, you will want to use “http” or “https“.However...
Step #1: Setting Up Docker Installing Docker Locally Adding a Local User to the Docker Group Checking Installed Docker Version Step #2: Authenticating local Docker with NGC Step #3: Create VS Code Container with a Dockerfile Step #4: Launching VS Code on Base Command Base Command ...
Disable `send usage statistics`, `open docker dashboard at start up` 4. extensions: - disk-usage - logs-explorer 12. Flatpak https://flathub.org/setup/Ubuntu Bottles: https://flathub.org/apps/com.usebottles.bottles 13. Extensions
gsettings set org.gnome.Vino require-encryption false Set a password to access the VNC server # Replace thepassword with your desired password gsettings set org.gnome.Vino authentication-methods "['vnc']" gsettings set org.gnome.Vino vnc-password $(echo -n 'thepassword'|base64) ...
I’ve been using the free version of Scrypted for almost a year to bring my non-HomeKit security cameras and doorbell into HomeKit. I was able to quickly spin up the docker container on my Synology NAS (I’m running a DS918+), add my cameras (mostly Amcrest and a Reolink PoE ...
This example sums up the previous steps into one configuration: upstreamapi_server{server10.0.0.1;server10.0.0.2;}http{server{listen80;auth_jwt"API";auth_jwt_typenested;auth_jwt_key_fileconf/api_secret.jwk;proxy_passhttp://api_server;proxy_set_headerAuthorization"Bearer$jwt_payload";}} ...
# ipsec auto --add mytunnel Establish the tunnel: # ipsec auto --up mytunnel To automatically start the tunnel when the ipsec service is started, add the following line to the connection definition: auto=start 5.5. Configuring a site-to-site VPN Copy link T...
This mini-howto describes how to set up KeePass on Centos 6. It requires building mono from source and installing the "portable" version of KeePass. Finally there are a few tweaks that need to be done so that it can execute properly. Building mono To build mono, follow the steps describe...