29 July, 2024Uncategorized Find the country of the IP from your logs First install the software: yum install GeoIP GeoIP-data Then: geoiplookup 40.77.167.49 which gives: GeoIP Country Edition: US, United States
16 June, 202320 June, 2024Uncategorized Apache reverse-proxy to Nginx I had a Nginx webserver that was behind a firewall, at the same time some external developers needed to access the website. […]
24 September, 202124 September, 2021Uncategorized Upgrading mariadb 5.5 to mariadb 10.6 to support moodle 3.11 First you need to stop the running 5.5. version: Make a backup of your mariadb datafolder: Then remove the 5.5 version: Download […]
21 May, 202121 May, 2021Uncategorized Couldn’t connect remotely with mysql client (command line and phpMyAdmin) to the MariaDB server I had a MariaDB server running on port 3306. I created a local MariaDB account ‘tommy’ with: CREATE USER ‘tommy’@’localhost’ IDENTIFIED BY […]
26 February, 20217 March, 2023Uncategorized Connect to windows remote desktop from linux mint When I tried to connect to my Windows server with rdesktop from Linux mint with: rdesktop -u username -d uib -k no […]
13 November, 202013 November, 2020Uncategorized Get more details about an ip address If you are interested in more information behind an IP adresse, you can run this command: curl http://ipinfo.io/2a06:981:d00:3c00:3192:9a75:45ce:ef73 which will give a […]
8 October, 20208 October, 2020Uncategorized Make music for your YouTube videos I’ve used sometimes YouTube music library to add music to my YouTube videos. Today I found two alternatives where you can make […]