Skip to main content

Posts

Showing posts from March, 2025

Colab shell Terminal, ffmpeg, DeepSeek

For a disposable Linux command-line shell VM: Load/create a Colab notebook , Change the runtime type to 'T4' if you want to use an LLM (AI),  Paste the following into a cell and run it: XTerm !pip install colab-xterm %load_ext colabxterm %xterm An interactive terminal will start.