360learntocode
Home
Java
Spring
Spring Boot
Grails
Contact
Thursday, November 14, 2024
How to install oracle database on Ubuntu system with Docker
›
In this tutorial, we are going to learn how to install the Oracle database on the Ubuntu system. - Prerequisites Docker needs to be instal...
Wednesday, November 13, 2024
How to remove docker containers and images
›
In this tutorial, we are going to learn how to remove the docker containers and images Initially, list all the containers that use the dock...
Tuesday, November 12, 2024
How to install and start Redis server for Ubuntu system
›
If the Redis server is not installed on the system install it. For the Ubuntu system use the following command sudo apt-get update sudo apt...
Monday, August 28, 2023
Caused by java.io.IOException: CreateProcess error=206, The filename or extension is too long
›
While working on Java gradle project sometimes we might get the following error in Windows system: Caused by: java.io.IOException: CreatePr...
Tuesday, August 23, 2022
How to setup auto renewable free SSL certificate using Lets Encrypt and Nginx on Ubuntu machine
›
In this tutorial, we are going to set up free SSL auto-renewable Let's Encrypt along with Nginx. Prerequisites: Before we start setup,...
Mail Sending Issue in Java Application
›
Sometimes while sending the mail in the Java application we might get the following issue. org.springframework.mail.MailSendException: Mail...
Tuesday, August 16, 2022
Convert Date to Pretty Time in Grails and Groovy
›
In this tutorial, we will learn how to convert Java Date to pretty time like moments ago, 1 hour ago, 1 week ago, 1 month ago, 1 year ago, a...
Monday, August 15, 2022
Convert Java Date to Pretty Time in Java
›
In this tutorial, we will learn how to convert Java Date to pretty time like moments ago, 1 hour ago, 1 week ago, 1 month ago, 1 year ago, a...
Thursday, August 11, 2022
Java format date string to date and vice versa
›
This is a quick tutorial on formatting date in the string to java Date and Date to a date in string. Let's create a sample Java class c...
Friday, July 29, 2022
How to grant privileges Mysql user for remote host machine
›
In this tutorial, we will learn how to grant privileges MySQL users for remote host/ip_address of the machine SSH into remote server: Firs...
‹
›
Home
View web version
Search for: