silentsudo
open-menu closeme
Home
About
My Library
stackoverflow github gitlab linkedin rss
  • Run llama.cpp with Duck Duck Go Search

    calendar Apr 18, 2026 · 2 min read · llama.cpp mcp  ·
    Share on: twitter facebook linkedin copy

    Sad Local Story I am mostly using local llms for my basic automation activities and general ai usage. The biggest problem i faced was absence of updated information from llm, often i had to switch to google search or gemini for updated information. We have already seen in previous blogs how LLM can interact with tools …


    Read More
  • Create Claude Code like Agent using Spring AI

    calendar Apr 7, 2026 · 5 min read · spring-ai spring-boot spring-ai-agent-utils  ·
    Share on: twitter facebook linkedin copy

    Claude Code similar Agent We all have used cli agent tools similar to claude code. These agents spawn a process in terminal and based on user's request perform actions like read file write file execute file And many others like connecting to internet, database, graphical interface or even hardware interface Basically …


    Read More
  • Building a Modern AI Bridge Spring AI, MCP, Python and Java 25

    calendar Mar 23, 2026 · 6 min read · mcp fast spring-ai spring-boot  ·
    Share on: twitter facebook linkedin copy

    Building a Modern AI Bridge Spring AI, MCP, Python and Java 25 The Model Context Protocol (MCP) is rapidly becoming the standard for how AI models interact with external tools and data. By using Spring AI, we can expose Java services as tools that any MCP-compliant client—including those written in Python—can consume …


    Read More
  • Build llama.cpp on ubuntu with nvidia gpu

    calendar Mar 22, 2026 · 1 min read · llama.cpp gpu ubuntu  ·
    Share on: twitter facebook linkedin copy

    In this article we will see how to install llama.cpp on ubuntu Installing build essentials and Initial Setup 1sudo apt update 2sudo apt install -y build-essential libcurl4-openssl-dev cmake git Setup nvcc path 1export CUDACXX=/usr/local/cuda-13.0/bin/nvcc find gpu arch, make sure nvidia-smi command works 1# Queries the …


    Read More
  • Create Simple Web Search Agent using Google ADK Ollama and Craw4AI

    calendar Mar 15, 2026 · 2 min read · ollama llm google-adk crawl4ai  ·
    Share on: twitter facebook linkedin copy

    In this article we will create web-search agent using google adk, ollama and crawl4ai instead of google_search tool Installation Create venv using python command 1python3.13 -m venv .venv 2source .venv/bin/activate Let's first install google adk pip install google-adk ollama pip install ollama craw4ai pip install …


    Read More
  • My Local LLM Setup

    calendar Feb 28, 2026 · 1 min read · ollama llm open-web-ui claude code  ·
    Share on: twitter facebook linkedin copy

    Install Ollama Execute following in terminal 1curl -fsSL https://ollama.com/install.sh | sh Once ollama is installed pull a model using 1ollama run ministral-3:8b Install OpenWebUi 1docker run -d -p 3000:8080 --network host \n 2 -v open-webui:/app/backend/data \n 3 --name open-webui ghcr.io/open-webui/open-webui:main …


    Read More
  • Fetch Current Logged In User in Controller

    calendar Feb 27, 2026 · 3 min read · spring-boot spring-security  ·
    Share on: twitter facebook linkedin copy

    Introduction You have integrated spring security in you project. Using keycloak as authentication and authorization server. Backend as resource server guarded by jwks-keys After every successful authentication you get all user details inside Controller but it is still pointing to Authentication or Jwt Object from …


    Read More
  • My zsh setup

    calendar Feb 27, 2026 · 2 min read · zsh  ·
    Share on: twitter facebook linkedin copy

    1. Core Installation Installed Zsh: The foundation of your new terminal. 1sudo apt update && sudo apt install zsh -y Installed Oh My Zsh: The framework for themes and plugin management. 1sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 2. Plugin Installation (Download & …


    Read More
  • Managing Multiple Docker Compose Apps as Systemd Services on Ubuntu

    calendar Sep 8, 2025 · 3 min read · systemd docker gotchas  ·
    Share on: twitter facebook linkedin copy

    While working with multiple project and then having multiple docker-compose.yml per project everytime I faced issues like Stop Old docker-compose service Data miss management if forgot to remove some service Setting up data for different service Some time accidentally removing data for other service Different networks …


    Read More
  • Setting Up Docker with Nvidia GPU

    calendar Aug 8, 2025 · 2 min read · ollama docker gotchas gpu  ·
    Share on: twitter facebook linkedin copy

    If you are trying to use Open WebUI with ollama and probably already have an nvidia-gpu and after executing following command 1docker run -d --net=host --gpus all -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda You encounter following exception could not select …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Ashish Agre

Hands-On Mobile & Backend Engineer
Read More

Featured Posts

  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1
  • Create ndjson logging for spring boot applications
  • Simple Social networking app with Node, Angular & MongoDB

Recent Posts

  • Run llama.cpp with Duck Duck Go Search
  • Create Claude Code like Agent using Spring AI
  • Building a Modern AI Bridge Spring AI, MCP, Python and Java 25
  • Build llama.cpp on ubuntu with nvidia gpu
  • Create Simple Web Search Agent using Google ADK Ollama and Craw4AI

Categories

AIML 5 APACHE-NIFI 5 PYTHON 5 SPRING-BOOT 5 ELK 4 WEB-FRAMEWORK-JAVA 4 JSON 3 JAVA 2 DATABASE 1

Series

VECTOR SEARCH USING ELASTIC SEARCH 4 APACHE NIFI 2 1 CONCURRENCY IN JAVA 1

Tags

SPRING-BOOT 12 AIML 5 APACHE-NIFI-2 5 ELASTIC-SEARCH 5 PYTHON 5 ANGULAR 4 BOOTSTRAP 4 DATA-INGESTION 4 JUPYTER-NOTEBOOK 4 KNN 4 OLLAMA 4 PANDAS 4 VECTOR-SEARCH 4 APACHE-KAFKA 3
All Tags
ADABOOSTCLASSIFIER1 ADABOOSTREGRESSOR1 AIML5 ANGULAR4 APACHE-KAFKA3 APACHE-NIFI-25 AUTH3 BAGGINGCLASSIFIER1 BOOTSTRAP4 CITY1 CLAUDE CODE1 COMMANDS1 COUNTRY1 CRAWL4AI1 DASH1 DATA-INGESTION4 DATSET1 DECISIONTREECLASSIFIER1 DECISIONTREEREGRESSOR1 DISTRIBUTED-SYSTEMS3 DOCKER3 ELASTIC-SEARCH5 ENSEMBLE-TECHNIQUE1 EVENT-DRIVEN1 EXTRATREESREGRESSOR1 FAST1 FEATURE-ENGINEERING1 FFMPEG1 GOOGLE-ADK1 GOTCHAS3 GPU2 GRADIENTBOOSTINGCLASSIFIER1 GRADIENTBOOSTINGREGRESSOR1 GRADLE1 GRID-SEARCH-CV1 HASH1 HLS2 IMAGE-RECOGNITION1 INDEX1 JAVA2 JSON1 JUPYTER-NOTEBOOK4 JWT1 KAFKA-CONNECTOR1 KERAS1 KIBANA1 KNEIGHBORSREGRESSOR1 KNN4 LASSO1 LINEARREGRESSION1 LLAMA.CPP2 LLM2 LOGGING1 LOGISTIC REGRESSION1 LOGSTASH3 MCP2 MICRONAUT2 MICROSERVICES1 MONGODB1 MONITORING1 NDJSON1 NODE1 OAUTH21 OBJECT-DETECTION1 OLLAMA4 OPEN-WEB-UI1 PANDAS4 PCA1 POSTGRES1 PYTHON5 RABBITMQ1 RANDOM-SEARCH-SV1 RANDOMFORESTCLASSIFIER1 RANDOMFORESTREGRESSOR1 REDIS1 RESOURCE-SERVER1 REST-TEMPLATE2 RIDGE1 SCRIPTS1 SPRING-AI2 SPRING-AI-AGENT-UTILS1 SPRING-BOOT12 SPRING-CLOUD-STREAM1 SPRING-SECURITY2 SQL3 STATE1 STREAMING1 SUPERVISED-LEARNING1 SYSTEMD1 TENSORFLOW1 TIPS1 TWITTER-INPUT-PLUGIN1 UBUNTU1 UNSUPERVISED-LEARNING1 USER-INFO1 VECTOR-SEARCH4 VIDEO1 VIDEOJS1 ZSH1
[A~Z][0~9]
- By silentsudo

Copyright 2012-  - BY SILENTSUDO. All Rights Reserved

to-top