This article is intended for developers using LangChain or LangGraph who run their projects on a remote server and want to access them through LangSmith Studio without setting up a local development environment.

When working in teams or using server-side resources (such as local LLMs), acc...

When was the last time you installed a new OS? Or let me ask it differently: when was the last time you refreshed your work environment?

Ten years ago? Has it been five years since you last touched it? Or maybe just last year? If you're someone like me who enjoys trying out new things, this period...

Initialization

Download iso file and burn it to usb:

Operating system images

You don't need a display!

network - wifi

Create /etc/network/interfaces.d/wlan0 file with:

auto wlan0
iface wlan0 inet static
#iface wlan0 inet6 dhcp
    address 192.168.1.200
    netmask 255.255.255.0
    gat...