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

linux

A Guide to Schedule Cron Jobs for Script Execution

February 19, 2024February 17, 2024 by Coder Sathi

When it comes to automating tasks on a server, cron jobs are an essential tool. Cron is a time-based job …

Read More A Guide to Schedule Cron Jobs for Script Execution

How to Solve “systemctl command not found” Error: A Step-by-Step Guide

March 29, 2025January 26, 2024 by Coder Sathi
systemctl command not found

If you’ve encountered the systemctl command not found error while managing your Linux services, you’re not alone. This error typically …

Read More How to Solve “systemctl command not found” Error: A Step-by-Step Guide

List all services Linux

July 6, 2023March 11, 2022 by Coder Sathi
git change remote url

In this short post, we will learn to use a command to list all services from Linux operating system. The …

Read More List all services Linux

Delete history from Linux terminal

August 5, 2022December 30, 2021 by Coder Sathi
systemctl command not found

In this short post, we will see a command to delete history from Linux terminal. To delete a single history …

Read More Delete history from Linux terminal

How to Upload File to AWS EC2 Instance From Local Machine?

March 2, 2025September 29, 2020 by Coder Sathi
How to Upload File to AWS EC2 Instance From Local Machine?

Amazon Web Services (AWS) Elastic Compute Cloud (EC2) provides a scalable and flexible cloud computing infrastructure for various applications. If …

Read More How to Upload File to AWS EC2 Instance From Local Machine?

Delete all directories and keep files in Linux

September 14, 2023September 28, 2020 by Coder Sathi
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?

March 2, 2025September 28, 2020 by Coder Sathi
How to Login/SSH to AWS EC2 linux instance?

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

February 13, 2024September 25, 2020 by Coder Sathi
Run Kibana behind Nginx proxy with basic authentication

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?

January 23, 2023September 25, 2020 by Coder Sathi
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?

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?

Older posts
Page1 Page2 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