Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hier4sysops

Prevent VS Code from causing high CPU usage on a remote server

25 janvier 2024 à 15:40
Sometimes, the remote extensions that are installed by Microsoft Visual Code (VS Code) on remote systems can consume high amounts of CPU usage, making it difficult to use the server efficiently. However, my script can help limit the CPU usage of VS Code on a remote server.

A Pulumi example: Deploying an EC2 instance

Par : Graham Beer
26 janvier 2024 à 11:51
Pulumi is an infrastructure-as-code (IaC) solution similar to Terraform. One advantage of Pulumi is that it allows DevOps engineers to use familiar programming languages to define, deploy, and manage cloud infrastructure. This post demonstrates how to deploy an EC2 instance with Pulumi.

LM Studio: Run a local AI on your desktop or server

Par : Evi Vanoost
30 janvier 2024 à 12:11
LM Studio is a free tool that allows you to run an AI on your desktop using locally installed open-source Large Language Models (LLMs). It features a browser to search and download LLMs from Hugging Face, an in-app Chat UI, and a runtime for a local server compatible with the OpenAI API. You can use this server to set up a development environment before deploying a more extensive LLM system or even run your ChatGPT clone without sharing your corporate data with third parties.

Connect an Azure Function or Web App to a Key Vault to retrieve secrets with PowerShell

31 janvier 2024 à 09:22
Azure Functions often require access to sensitive information. It is a security risk to store credentials in code or configuration files. Thus, protecting sensitive information like connection strings, API keys, or passwords is crucial. This is where Azure Key Vault comes in, offering secure and centralized storage for all your secrets. In this article, I will explain how to retrieve secrets from the Key Vault within an Azure Function using PowerShell.

Tuning Ceph performance

Par : Evi Vanoost
2 février 2024 à 10:08
Tuning Ceph performance is crucial to ensure that your Ceph storage cluster operates efficiently and meets the specific requirements of your workload. As Ceph installations, both in software and hardware, are upgraded or as your workload changes, the default tunables that were optimal at one time may now be obsolete or counterproductive.

Build your own ChatGPT app

5 février 2024 à 10:23
In my previous post on the OpenAI API, I introduced a simple chatbot that demonstrated how to interact with the API. In this post, I will take it a step further by showing you how to create your own ChatGPT app. You may be wondering why you need your own ChatGPT app when you can use the OpenAI web interface.

Simulating complex networks with GNS3

Par : Thomas Joos
6 février 2024 à 11:37
The free Graphical Network Simulator-3 (GNS3) allows for the planning and practical simulation of networks and their topology. Thanks to Dynamips, it also supports integrating images of Cisco IOS. GNS3 can be integrated with physical hardware, enabling, for instance, the testing of monitoring solutions.

Create bootable ISO for Windows image (.wim)

7 février 2024 à 09:57
Before deploying to clients, you should update a Windows image with the latest patches and customize it to meet their needs. Depending on the deployment method, you need to provide the WIM archive on a bootable ISO file. This can be created using the tools from the Windows Assessment and Deployment Kit (ADK).

Manage Docker with VS Code

8 février 2024 à 10:18
You can manage Docker images and containers directly within Visual Studio Code (VS Code) with Microsoft's Docker extension. This article walks you through adding Docker files to a Workspace, creating a containerized application environment, and explains how to build and run Docker containers directly from the VS Code interface.

An example of using PowerShell to manage system and user-assigned managed identities in Azure

9 février 2024 à 15:19
Managed identities provide secure authentication for resources accessing other resources in Azure without requiring sensitive information such as secrets, credentials, and certificates to be handled. Microsoft Entra ID manages these identities, enabling applications to obtain tokens for authentication. In this post, I will provide an example that illustrates how to use system and user-assigned managed identities with PowerShell.

Analyzing Windows Event Logs with Security Onion

Par : Thomas Joos
13 février 2024 à 11:49
Security Onion is an open-source platform for threat hunting, security monitoring, and log management. It aggregates free tools such as Kibana, Elastic Fleet, InfluxDB, CyberChef, and Suricata. The solution provides access to these tools via a web console. I'll demonstrate how it can be used for analyzing Windows logs.

Edit JSON config files with free JSON editors or Notepad++

15 février 2024 à 13:00
JSON (JavaScript Object Notation) is gaining popularity as a format for configuration files. Unlike XML or the still-used INI format, editing JSON in a text editor can be tedious and error-prone. However, there are free JSON editors and plugins for Notepad++ that simplify this task.

If Windows 11 Copilot is not working

16 février 2024 à 14:17
In a recent blog article, we discussed enabling or disabling Windows Copilot in Windows and Edge. One of the most common problems reported by end users is the fact that Windows 11 Copilot is not available or not working. In this blog article, I will go through various issues you might face and explain how to solve them.

Free access to an enhanced ChatGPT 4 for 4sysops members

19 février 2024 à 14:35
Members can now enjoy free access to 4sysops AI powered by ChatGPT 4 (GPT-4 Turbo). 4sysops AI is a continuously updated and does not have a cutoff date of April 2023 like ChatGPT. As you may be aware, the free version of ChatGPT only supports ChatGPT 3.5, while the paid membership of ChatGPT Plus, which costs $20 per month, provides access to ChatGPT 4 (GPT-4). 4sysops members can now access the Turbo version of ChatGPT 4 for free, which is faster than the standard ChatGPT 4 available with the Plus subscription.

Configure Windows 11 Start menu with Group Policy

21 février 2024 à 13:02
One of the most noticeable innovations of Windows 11 is the redesigned Start menu. This changes not only its appearance but also its technical foundations. However, the settings in the Group Policy have remained mainly the same, so it is unclear which ones still apply.
❌
❌