Monday, February 17, 2025

Warp - CLI with AI

 


I tested many CLI terminals. Recently I using Warp with ZSH. During work with projects I try to use Teraminal as more as possible. When I have problem like, SSH connection after I reainstall my worker node or missing some application AI with Warp come in. In free tier is 150 requests per month.

1. Problem - not installed application, which I wanted to run. Error during after invoke command.

\

AI model, in this case CLAUDE 3.5 SONNET, analize what error occur, propose solution.


It give proposal of solution. To incorpate solution, You need to press TAB(to paste) key 


and 
ENTER ( to execute command) 

Also more AI models is avaiable in Warp CLI, claude, Gpt, gemini or deepseek.



PS. btop






Homelab

 Eposide 1 

 

I build my homelab to test and learn new topics. In my homelab I wanted to buidl my private cluster. First choice was Proxmox. I instaled Proxmox on laptop and worker nodes. After I few VMs, I realize spend time on learning Proxmox. Then I realize, that I not going to selected direction.                              I incorporate YAGNI principle, and move to next step. I go to Ubuntu Server. I choosed Ubuntu 22.04.5 LTS (Jammy Jellyfish). I believe that, they fix initial bugs :)

My homelab contain:

1. TP-Link Wireless N Router WR841N     - 1 pcs
2. Laptop Asus X550CC                              - 1 pcs
3. HP T620 Thin Client                                - 2 psc



Numbers:

1. Rooter




2. I decide to set Asus laptop as master. Below SSH connection is set up already.


Initialy I wanted paste neofetch snapshoot.

Inxi software gives more details.
Result below is done by command: 
inxi -Fxz


3. Worker  nodes detail.

Worker node - 1


Worker node - 2

 


Inxi -Fz details:

Next in Homelab is plan to build K3s multi node cluster.










K8s cluster - bash install

     In my homelab, I testes another method of installation of Kubernetes. Average time of installation of Kubernetes via Ansible was 15 min...