Soluții

This Linux tool lets you search DuckDuckGo in the Terminal

Ever wanted to search the web without leaving your Linux terminal? The ddgr program lets you do just that using the DuckDuckGo search engine.

What Is ddgr?

ddgr is a command-line tool that lets you search DuckDuckGo, the privacy-respecting alternative to Google. DuckDuckGo sources its data from Bing and other sources, to provide excellent results.Once you run a search in ddgr, you’ll see a list of results with the most important information in each: URL, title, and description. You can then use the interactive interface to open any of these results in your browser.If you’re a big fan of the terminal, you’ll be spending a lot of time in it, and ddgr provides a lot of convenience.

ddgr prominently displays the domain of each result, so you can focus on the source. But you can configure the tool to show full URLs, and change its behavior in many other ways.

[mai mult...]

Run open-source LLMs Locally using Ollama on Linux

Ollama is an open-source tool that lets you run Large Language Models (LLMs) locally on your computer. It provides an easy way to download, run, and interact with AI models without needing cloud services.

A Large Language Model (LLM) is a type of AI model trained on massive text datasets to understand and generate human-like text.

Examples of LLMs:

Llama 3 (Meta)
Mistral 7B (Mistral AI)
Gemma 2B (Google DeepMind)
GPT-4 (OpenAI, not open-source)

[mai mult...]