Jenkins step-by-step build environment (agent)

root@jenkins:~# netstat -antp|grep 50000 tcp6 0 0 :::50000 :: LISTEN 5139/java 1.52 Install Jenkins root@ubuntu20:~# dpkg -i jenkins_2.414.3_all.deb The key to configuring various types of Agents is how to start the Agent ? JNLP Agent corresponds to the method of “starting the agent through Java Web” ? Establish a Web connection based on HTTPS collaboration […]

Docker deploys zabbix6.0+agent

1. Install Docker Available offline for reference Offline installation of docker and docker-compose-CSDN blog Deploy docker’s yum source vi /etc/yum.repos.d/docker-ce.repo [docker-ce-stable] name=Docker CE Stable – $basearch baseurl=https://download.docker.com/linux/centos/$releasever/$basearch/stable enabled=1 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg [docker-ce-stable-debuginfo] name=Docker CE Stable – Debuginfo $basearch baseurl=https://download.docker.com/linux/centos/$releasever/debug-$basearch/stable enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg [docker-ce-stable-source] name=Docker CE Stable – Sources baseurl=https://download.docker.com/linux/centos/$releasever/source/stable enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg [docker-ce-test] name=Docker CE Test-$basearch […]

Building a multi-agent RAG using Llama index

Source: DeepHub IMBA This article is about 3,000 words, and it is recommended to read it for 6 minutes. This article introduces you to using Llama index to build a multi-agent RAG. Retrieval-augmented generation (RAG) has become a powerful technique to enhance the capabilities of large language models (LLM). By retrieving relevant information from knowledge […]

Yunchen Shooting Range Medium_Socnet The internal network is docker. There is no site agent. There is no privilege escalation method for gcc. Solve the problem that ldd is too high and cannot execute exp. Specify the so file.

First, we can scan the current intranet through arp-scan. But I don’t know why it can’t be scanned out. Then we can use fscan to get the survival The scan here generally only opens port 22. So we use nmap for information collection scanning nmap -sS -sV -A -p- 172.25.0.13 Perform version service scanning through […]

Java Agent Usage Guide

Foreword We know that after entering java in the CMD/SHELL environment, you can get a series of parameters of the java command. Today we will focus on agent-related things, as follows: -agentlib:<libname>[=<options>] Load the native agent library <libname>, e.g. -agentlib:hprof See also -agentlib:jdwp=help and -agentlib:hprof=help -agentpath:<pathname>[=<options>] Load native proxy library by full pathname -javaagent:<jarpath>[=<options>] Loads […]

PromptAgent: Strategy planning based on LLM to achieve expert-level prompt optimization

PromptAgent: Strategy planning based on LLM to achieve expert-level prompt optimization A team from the University of California proposed a framework called PromptAgent, which can automatically optimize prompts. This framework combines the self-reflection characteristics of large models with the Monte Carlo tree search planning algorithm to find the path to the optimal prompt by automatically […]

Building a multi-agent RAG using Llama index

Retrieval-augmented generation (RAG) has become a powerful technique to enhance the capabilities of large language models (LLM). By retrieving relevant information from knowledge sources and incorporating it into prompts, RAG provides LLM with useful context to produce fact-based output. However, existing single-agent RAG systems face the challenges of low retrieval efficiency, high latency, and suboptimal […]

Based on aop & agent & Sentinel & Nacos configuration control packaging class implementation principle

Based on aop & amp; proxy & amp; Sentinel & amp; Nacos configuration control packaging class implementation principle Hi, I am Achang. Today I will record the idea of looking at sentinel source code and combining business implementation Based on aop & amp; proxy & amp; Sentinel & amp; Nacos configuration control packaging class implementation […]