Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

How to

`Transport endpoint is not connected` issue in Linux ubuntu

August 5, 2022September 14, 2020 by Coder Sathi
git change remote url

Recently, I have found one issue in my Ubuntu server where I have installed the Tableau server. The tableau server …

Read More `Transport endpoint is not connected` issue in Linux ubuntu

How to find which Linux version we are using?

August 5, 2022September 4, 2020 by Coder Sathi
systemctl command not found

Let’s say, you want to find find Linux version you are using/running then you can use the following command. After …

Read More How to find which Linux version we are using?

How to remove MongoDb service from Ubuntu?

September 14, 2023September 4, 2020 by Coder Sathi
git change remote url

Following is the script to remove MongoDb service from Ubuntu. Note: I have tested in my Ubuntu version Ubuntu 18.04

How to access MongoDb database from remote machine with authentication?

August 5, 2022August 31, 2020 by Coder Sathi
How to access MongoDb database from remote machine with authentication?

Answer: You can use the following command to access MongoDb database from remote machine with authentication. After executing above command …

Read More How to access MongoDb database from remote machine with authentication?

How to Check MongoDB Database size?

January 29, 2025August 31, 2020 by Coder Sathi
check MongoDb database size

Are you managing a MongoDB server on Ubuntu and need to monitor its disk usage? While MongoDB offers built-in tools …

Read More How to Check MongoDB Database size?

How to export MongoDB data into CSV file?

August 5, 2022August 31, 2020 by Coder Sathi
How to export MongoDB data into CSV file?

We may need to export MongoDB data into CSV from local server or remote server. Hence, in this post we …

Read More How to export MongoDB data into CSV file?

String Interpolation In Jenkins

October 11, 2023August 31, 2020 by Coder Sathi
String Interpolation In Jenkins

Jenkins Pipeline uses rules identical to Groovy for string interpolation. Groovy’s String interpolation support can be confusing to many newcomers …

Read More String Interpolation In Jenkins

Print Git Branch Name in Jenkins Pipeline

October 11, 2023August 31, 2020 by Coder Sathi
Print Git Branch Name in Jenkins Pipeline

If you’re setting up a Jenkins pipeline, you may need to know how to print the Git branch name. Being …

Read More Print Git Branch Name in Jenkins Pipeline

Clean Up Jenkins Home Directory

January 15, 2025August 31, 2020 by Coder Sathi
Clean Up Jenkins Home Directory

Developers and DevOps professionals frequently use Jenkins as a tool for automating tasks. However, like any software, it is essential …

Read More Clean Up Jenkins Home Directory

Easily Delete Last N Commits In Git

May 29, 2024August 31, 2020 by Coder Sathi
git change remote url

Are you looking for a way to delete the last N number of commits from your Git repository? If yes …

Read More Easily Delete Last N Commits In Git

Older posts
Newer posts
← Previous Page1 … Page9 Page10 Page11 Next →
+ Load More Post

Recent Posts

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git