Prerequisite
You must install the followwing package:
apt-get install smbclient
apt-get install cifs-utils
From console
mount -t cifs //server_ip_address/shared_name /mount_path --verbose -o user=user_samba,password=password_samba
To mount automaticaly this directory at the startup, you mu...
During Flutter installation, you must control your configuration with the command:
$ flutter doctor
I the report generated, you will accept the Android licenses with the command :
$ flutter doctor --android-licenses
But the output can be something like :
Exception in thread "main" java.lan...
When you work on Raspberry Pi with a storage like a Micro SD card, a lot of writings can be created on logs. To limit this effect and increase the life time of your storage, you can use Log2Ram.
As most of the data written as a gateway are the Linux log files, there is a solution to reduce the n...
With some Docker installation, when you want to log to your Docker accoutn with command docker login
in a terminal, you could have the following error message:
Error saving credentials: error storing credentials - err: exec: "docker-credential-secretservice": executable file not found in $PATH,...