AI agents use AI models to manage tasks and interact with other software. OpenClaw
Author Archives: Laszlo Pinter
OpenClaw
OpenClaw (formerly Clawdbot/Moltbot) is an open-source, autonomous AI agent that runs locally on a user’s computer or server, operating 24/7 to manage tasks and interact with applications. Unlike passive chatbots, it acts on behalf of the user to manage files, browse the web, send emails, and integrate with tools like Telegram, Slack, and GitHub, featuring …
Linux system performance monitoring tools
To monitor the Linux system performance we can install useful tools Mission Center Windows task manager-like graphical user interface to monitor the CPU, GPU, memory, network, disk usage. Install it from the Ubuntu App Center
LM Studio
LM Studio provides an interface to select, configure, and run AI models locally. Installation Download the LM studio installer. The AppImage to install the graphical user interface, or the Daemon to use the command line interface from the Terminal. On Linux (Ubuntu) Install Fuse Newer Ubuntu releases do not include FUSE (Filesystem in Userspace) to …
Running AI models locally
System performance monitoring When AI models run locally, it is important to see how our system behaves, how much load the model puts on the resources. Local AI model managers LM Studio LM Studio is a user interface to select and configure locally ran AI models. See LM Studio AI Models Stable Diffusion AI image …
Flameshot unable to capture screen
Ubuntu uses Wayland, and Flameshot needs permissions to capture the screen. To fix the error on Ubuntu 26 Flameshot unable to capture screen
Japan travel tips
If you travel to Japan, these tips can help to make your journey smoother. Carry some cash Cash is still very widely used in modern Japan. Some vendors don’t accept credit cards. Even if cards are acepted, many small vendors don’t take American Express Many parks and gardens only sell tickets for cash. Those are …
Debugging web applications in the Visual Studio Code Integrated Browser
Visual Studio Code version 1.112.0 introduced the Integrated Browser that supports web application debugging entirely within Visual Studio Code. To set up the debugging configuration see Integratee Browser
Debugging Vitest JavaScript and TypeScript unit tests
Node.js has multiple unit testing frameworks, one of the most popular for web applications is Vitest. If a unit test fails, debugging is the best way to find the problem. To debug Vitest JavaScript and TypeScript unit tests in Visual Studio Code Set the breakpoint Open the JavaScript Debug Terminal Start the debugger When the …
Continue reading “Debugging Vitest JavaScript and TypeScript unit tests”
Set up Easy Auth with Microsoft Azure Entra ID
The Microsoft Azure Entra ID provides federated authentication and authorization services for applications running in the Azure Cloud. Easy Auth enables application to use Single Sign On (SSO) services transparent to the user to detect the identity of the user of the application. To set up Easy Auth There are two ways to set up …
Continue reading “Set up Easy Auth with Microsoft Azure Entra ID”