Загрузка видео...
Не удалось загрузить видео
This agent writes shell commands so I don’t have to! 🤖
19,061 просмотров • 11 месяцев назад •via X (Twitter)
Комментарии: 12

you can use @warpdotdev for the same, don't have to even run them manually, just press enter and they get executed.

hi network chuck can u pls follow me so i look cool i love your vids btw

💪🏻

So could an AI agent be trained to initiate a sequence of local apps against a specified file to produce an expected resulting file? The various app operations seem simple enough to be trainable e.g. a monkey like me can do it

Have you tried the new Gemini CLI? Could do this and even more. Also easier to run

What tool is this?

I love the stuff you do. But simply adding system prompt to a LLM doesn't make it an agent. It should have an agent loop. It takes commands, interact with the environment on your behalf and so on. Should have ability to execute tools or execute some agent funtions for you.

Ollama is a pretty cool tool. I've been playing around with it a lot lately. I'm really impressed with how easily it lets you run large language models locally without the usual container or dependency headaches. The ability to swap between models is super convenient.

🚨 2FA Bypass in Bug Bounty: Top Techniques You Need to Know Two-Factor Authentication (2FA) ≠ invincible. Poor implementation = golden opportunity for hunters. Here’s how pros break weak 2FA ⬇️

Networking Commands

MITRE ATTCK vs Cyber Kill Chain

15 Linux recon commands for total beginners 👇 💥 man uname – opens manual page for uname command 💥 ps – lists currently running processes to identify shell 💥 id – shows user identity details 💥 hostname – prints system hostname 💥 uname – prints system name info 💥 ifconfig – displays network interfaces (legacy tool) 💥 ip – shows network configuration 💥 netstat – displays network connections 💥 ss – shows active socket connections 💥 who – lists logged-in users 💥 env – displays environment variables 💥 lsblk – lists block devices 💥 lsusb – lists USB devices 💥 lsof – lists open files 💥 apropos usb – searches commands/docs for keyword 'usb' What did I miss?
