Java: Encrypt and encode string with public key Task: Write method to encrypt and encode string with public key Implementation: Done. Continue reading “Java: Encrypt and encode string with public key”…
Java: Prepare pem keys objects from strings Task: Prepare Personal, Public and Certificate keys from strings Implementation: Done. Continue reading “Java: Prepare pem keys objects from strings”…
Java: Find first file in the directory and return its name Task: Search files by mask and return first name Implementation: Done. Continue reading “Java: Find first file in the directory and return its name”…
How to execute SQLs in the docker Postgres db Task: Write script to execute SQL commands in the docker Prostgers DB Script: Import dump file: Done. Continue reading “How to execute SQLs in the docker Postgres db”…
How to Set all directories to 755 and all files to 644 Task: set different attributes for files and directories Solution: Done. Continue reading “How to Set all directories to 755 and all files to 644”…
Service to gather sports data Project duration: 2 years. Continue reading “Service to gather sports data”…
JPA SpringBoot Find by id of related object Task: Create method to find all objects by field in the related object Example: Write method to search all B… Continue reading “JPA SpringBoot Find by id of related object”…
Script to scrape data from panoramafirm.pl 2022 Are you interested in actual clients base? 2022 year update. Continue reading “Script to scrape data from panoramafirm.pl 2022”…
Python get wind speed and direction and display them on the clock Task: Get wind speed and direction and display them on my clock’s screen Implementation: Result you can see on this… Continue reading “Python get wind speed and direction and display them on the clock”…
Install Java on Raspberry Pi Task: Install Java on Raspberry Pi Implementation: Update system:sudo apt updatesudo apt upgradeInstall java:sudo apt install default-jdkCheck it working:java -version… Continue reading “Install Java on Raspberry Pi”…
Monitor periodically linux ordered processes Task: Monitor processes on the linux instance order by CPU usage Solution Use next command (displays top 15 rows): ps… Continue reading “Monitor periodically linux ordered processes”…
Linux check if server exists by IP and port Task: Check if server exists by IP and port in the Jenkins Job before connect to it by SSH in… Continue reading “Linux check if server exists by IP and port”…