Overview Anyone who administers Linux machines likely knows secure shell. Without this tool, administering those servers remotely would be quite challenging. It would also become harder to move files back…
How to improve database import with MySQL and MariaDB
In this post, I want to emphasise the approach to speed up importing data to a MySQL or MariaDB database using the exported file. To remind how to export the…
How to manage multiple AWS keys on localhost
To manage multiple AWS keys on localhost, configure multiple profiles in the AWS CLI using the ~/.aws/config and ~/.aws/credentials files. Obtain Access Keys:Navigate to the AWS Management Console and create…
How to force DNS lookup domains
$ nslookup dmscambs.co.uk 8.8.8.8$ nslookup dmscambs.co.uk$ curl -i www.dmscambs.co.uk$ curl -vvv www.biomodels.co.uk
(English) How to understand the underscore better in Python
Désolé, cet article est seulement disponible en English.
(English) How to set PHP version per directory
Désolé, cet article est seulement disponible en English.
(English) Print Only HTTP Status Code With Curl
Désolé, cet article est seulement disponible en English.
