Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
Aujourd’hui — 22 août 20254sysops

Access remote Ollama AI models through an SSH tunnel

22 août 2025 à 15:29
In my previous Ollama series post, I explained how to access self-hosted AI models in Ollama via HTTP. While this method provides convenient connectivity from different apps, it's only secure for on-premises Ollama hosts. For remote internet access, you can set up an SSH tunnel. Alternatively, you can securely connect from GitHub Copilot to your self-hosted AI models by using Microsoft's VS Code extension Remote - SSH.

Source

Hier — 21 août 20254sysops

Remote HTTP access to self-hosted Ollama AI models

21 août 2025 à 17:06
In my previous post in the Ollama series with OpenAI OSS models, I explained how to install Ollama on an Ubuntu EC2 instance. If you followed my guide, you now have everything set up to remotely access gpt-oss-20b on your self-hosted Ollama installation via HTTP. I will also showcase how to connect to remote AI models in VS Code using popular coding assistants like Cline and Roo Code, as well as through AI apps such as the local Ollama client, BoltAI, and Anything LLM.

Source

À partir d’avant-hier4sysops

Proxmox VE 9.0

20 août 2025 à 19:06
In my previous post, I covered the new features in Proxmox Backup Server 4.0. Released simultaneously, Proxmox Virtual Environment (VE) 9.0 also merits attention. It runs on Debian 13 Trixie with Kernel 6.14 and includes updated QEMU, LXC, ZFS, and Ceph versions. More significantly, it introduces modifications affecting storage management, networking, and high availability within your virtual setup. This article examines these updates more closely, providing commands and examples you can test on your own system.

Source

Install Ollama with OpenAI gpt-oss-20b on Ubuntu within an EC2 instance

19 août 2025 à 18:33
In my previous post, I explained why you might want to run OpenAI gpt-oss-20b or gpt-oss-120b on your own virtual machine and how to select an appropriate EC2 instance type. Today, I will show you how to install Ollama via script or snap on Ubuntu within an EC2 instance. Most steps can be adapted for other cloud providers, on-premises setups, or Linux distributions with minor modifications. I will also briefly discuss the benefits of running open-weight models on an EC2 instance with Ollama compared to Bedrock, SageMaker, vLLM, or Hugging Face Transformers.

Source

Running OpenAI gpt-oss-20b and gpt‑oss-120b in AWS on your own EC2 instance

18 août 2025 à 18:17
OpenAI recently released its first open-weight models, gpt-oss-20b and gpt‑oss-120b, which you can download and run with Ollama. If security and privacy are essential when using AI models, you might not want to use the vendor's chat UI or API. The most powerful AI models require significant computing power and memory, and many desktop devices cannot run these models. Although Ollama was not designed with remote connections in mind, it is still possible. In this series, I will explain how to install OpenAI's open-weight models using Ollama and connect to them remotely from various applications, including VS Code GitHub Copilot. In this first post, I will outline how to choose the right size for your virtual machine, using EC2 instance types in AWS as an example.

Source

Proxmox Backup Server 4.0

15 août 2025 à 15:17
Proxmox Backup Server (PBS) 4.0 is here with a new Debian 13 base, updated kernel, native S3-compatible storage, and useful improvements for managing backups. This release gives you more choices for where to store data and simplifies tasks like using removable drives or syncing to off-site locations. In this post, I will walk you through crucial new features, show the commands you can run, and provide a short upgrade checklist.

Source

Microsoft AI Shell Preview 6: MCP support and great PowerShell integration

14 août 2025 à 18:24
The key new feature in the just-released AI Shell Preview 6 is run_command_in_terminal, among several new built-in tools that allow the AI model to run commands and review outputs directly in your PowerShell terminal. Additionally, AI Shell now supports local and remote MCP servers, transforming it into a versatile AI assistant across Windows, Mac, and Linux.

Source

ChatGPT Gmail Connector: OpenAI’s next flop?

13 août 2025 à 17:29
The ChatGPT Gmail connector was first released in June 2025 for Plus, Pro, Team, Enterprise, and Edu users. However, because of alleged data protection rules, users in the European Economic Area, Switzerland, and the UK were excluded. OpenAI is now deploying connectors for Gmail, Google Calendar, Google Drive, and GitHub across Europe for all plans—notably after Anthropic released their MCP connectors weeks ago in Europe without such concerns, suggesting OpenAI's initial data protection claims were merely pretextual or that MCP has no priority status for the AI company. The announcement mentions Google Contacts, but this connector isn't yet accessible in my ChatGPT with a Plus plan. I tested the Gmail Connector, and following GPT-5's disastrous launch, it appears OpenAI released another flop immediately afterward.

Source

Who is logged in to PowerShell? Alternatives to whoami

12 août 2025 à 14:53
If you are working with PowerShell, you will often face the question: "Under which user is my script running?" In other words, you want to know who is logged in. Many admins use the whoami command on the Command Prompt (cmd). However, PowerShell provides native alternatives to whoami that give you the username and domain.

Source

GPT-5: Another crash into the AI Wall

11 août 2025 à 20:44
The web is flooded with complaints from GPT-5 users, prompting OpenAI's CEO to reintroduce GPT-4o as an alternative. This marks the third setback following the departure of chief scientist Ila Sukestver, who led GPT development until version 4. One likely cause of user frustration is that, following Altman's recent boasts, everyone anticipated a major advance towards "AGI," but we are merely observing another crash into the AI Wall.

Source

The new browser war – Does AI and ‘fair use’ kill the open web?

8 août 2025 à 19:47
In my previous post, I covered Microsoft’s new Edge Copilot Mode, introducing only one significant change. However, shifting Copilot from the sidebar to the center in Edge is more than just a design update. Microsoft’s move marks the first strategic step in the unfolding new browser war involving Google, OpenAI, and Perplexity—companies that exploit broad 'fair use' claims to harvest web content for their own greedy gain. But the upcoming battles aren’t just about who controls the web’s entry point—it could signal the beginning of the end of the web as we know it. The fall of Google’s dominance as the web’s central policymaker now seems inevitable. Once the dust settles from the new browser war, a decentralized web shaped by independently communicating AI agents might emerge. Think that’s far-fetched? Keep reading.

Source

Migrate a DHCP Server to Windows Server 2025

Par : Leos Marek
7 août 2025 à 17:54
The Dynamic Host Configuration Protocol (DHCP) server handles automatic IP address assignment within a company network. This article explains how to transfer the DHCP server role to Windows Server 2025 using PowerShell, covering the export and import of DHCP scopes, leases, and reservations to facilitate a seamless migration with minimal disruption to users and systems.

Source

Download OpenAI open-weight models gpt-oss:20/gpt-oss:120 in Ollama and use in VS Code GitHub Copilot

6 août 2025 à 20:15
OpenAI has just released its first open-weight models, gpt-oss:20 and gpt-oss:120, enabling you to run these surprisingly powerful models locally, which benefits security and privacy. I downloaded gpt-oss:20 and tested it on my laptop using Ollama and within VS Code with GitHub Copilot. To my surprise, the 20 billion parameter model gpt-oss:20 responded to my prompt.

Source

How to enable Edge Copilot Mode

5 août 2025 à 15:39
In Edge Copilot Mode, announced a few days ago, Copilot shifts from being just an AI assistant to becoming the main browser interface. Now front and center in Microsoft's browser, Copilot has evolved into a serious ChatGPT competitor. In this post, I explain how to enable Edge Copilot Mode and discuss whether it introduces any new features compared to the previous version of Copilot in Edge.

Source

Reset forgotten ESXi 7.x / 8.x root password – A recovery guide

Par : Thomas Joos
4 août 2025 à 19:29
If you forget the root password for ESXi, VMware recommends reinstalling ESXi. In smaller environments without automated rollouts and central profiles, you must then configure all settings manually. Alternatively, you can reset the password using an unofficial method.

Source

Windows-MCP: Automating the Windows GUI with AI

1 août 2025 à 21:18
Windows-MCP is an open-source MCP server that enables AI agents to control the Windows operating system, supporting tasks such as file navigation, application launching, and GUI automation. It features mouse/keyboard input tools, clipboard management, and window and app state detection. I tested Windows-MCP, one of the extensions listed in Anthropic Claude Desktop that can be installed using the free plan.

Source

💾

💾

💾

SQL Server real-time monitoring with Grafana

Par : Avi
31 juillet 2025 à 18:16
Grafana offers enterprise-grade Microsoft SQL Server monitoring without the high licensing costs, making it ideal for comprehensive database observability, proactive database health monitoring, troubleshooting, and capacity planning. In my previous blog, I explained how to install Grafana 12 on Windows. This post will outline how to connect Grafana to SQL Server for real-time monitoring.

Source

Can ChatGPT Agent Mode solve Google CAPTCHA (reCAPTCHA) and validate the Cloudflare Turnstile challenge?

30 juillet 2025 à 16:58
Reports indicate that ChatGPT Agent Mode might be capable of solving CAPTCHAs, which are often the final line of defense against persistent bots like AI crawlers on many websites. However, these claims originate from Reddit, known for the frequent hallucinations of its users. To verify, I decided to test it myself.

Source

Testing ChatGPT Agent Mode: A flawed concept?

29 juillet 2025 à 18:23
The new ChatGPT Agent Mode combines the Operator's ability to browse and interact with websites with Deep Research's ability to analyze and synthesize information from multiple sources. I tested ChatGPT's Agent Mode and was quite disappointed. Honestly, I find it surprising that OpenAI made this feature available to the public, considering that they have led the way with their chatbot so far. In my view, ChatGPT's Agent Mode is a flawed concept because it forces an AI agent to use a web browser, a relatively primitive tool designed for inferior human intelligence.

Source

❌
❌