When you download a new application from the web, you don't have a launcher automaticaly. For instance, you want download the last version of Cura for 3D printing. The downloaded file is a AppImage.
You can directly run this file if you're setting his rights:
chmod a+x Ultimaker_Cura-4.6.1.App...
When you work with maps, geojson format is one of the most important format to use.
But the transformation / edition of it is not easy. A solution is to use a JS library like turfjs to have a programatic solution. But, sometimes, the programatic solution is not a quick win. For instance, to subt...
To PHP specific version of PHP, we will use SURY third-party repository.
Following steps must be used to install specific version:
Install repository and dependencies
- Update the repository cache
sudo apt update
- Install dependencies
sudo apt install -y curl wget gnupg2 ca-certif...
The creation of SD card is a recurrent problem when, for instance, you will install a new raspberry pi.
The command line is a good solution for several reason:
- If you must do the action only one time, it's useless to install a graphical interface.
- On a server or on a live installation, you...