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

devops

Delete all directories and keep files in Linux

July 1, 2026September 28, 2020 by Yuba Raj Kalathoki
systemctl command not found

In this short post, we will learn to delete all the directories (folders) and keep the file as it is. …

Read More Delete all directories and keep files in Linux

How to Login/SSH to AWS EC2 linux instance?

July 1, 2026September 28, 2020 by Yuba Raj Kalathoki
SSH

Use case Prerequisites SSH from Windows machine Convert PEM to PPK file When you install the putty you might already …

Read More How to Login/SSH to AWS EC2 linux instance?

Run Kibana behind Nginx proxy with basic authentication

July 1, 2026September 25, 2020 by Yuba Raj Kalathoki
Kibana

Steps to run Kibana behind Nginx Proxy To run Kibana behind Nginx proxy with basic authentication is really let’s go …

Read More Run Kibana behind Nginx proxy with basic authentication

How to uninstall Nginx completely in Linux Ubuntu?

July 1, 2026September 25, 2020 by Yuba Raj Kalathoki
nginx proxy

Problem definition Sometimes, we need to uninstall nginx server and also need to remove all the config files. But, it …

Read More How to uninstall Nginx completely in Linux Ubuntu?

Refusing to merge unrelated histories in Git

July 1, 2026September 25, 2020 by Yuba Raj Kalathoki
GIT

Problem definition Today, I encountered a problem fatal: refusing to merge unrelated histories while pulling the git repository to my …

Read More Refusing to merge unrelated histories in Git

`Transport endpoint is not connected` issue in Linux ubuntu

July 1, 2026September 14, 2020 by Yuba Raj Kalathoki
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?

July 1, 2026September 4, 2020 by Yuba Raj Kalathoki
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?

July 1, 2026September 4, 2020 by Yuba Raj Kalathoki
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?

July 1, 2026August 31, 2020 by Yuba Raj Kalathoki
coding coffee

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?

July 1, 2026August 31, 2020 by Yuba Raj Kalathoki
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?

Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 Next →
+ Load More Post

Recent Posts

  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Fix SSH Agent Forwarding on macOS: The Ultimate Guide for Developers
  • How to Connect Spring Boot to AWS Secrets Manager Dynamically (Without Git Exposure)
  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git