Vue normale

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

Critical alert: SSH and XZ vulnerability (CVE-2024-3094) – Testing and remediation

Par : Evi Vanoost
1 avril 2024 à 13:24
A severe vulnerability (CVE-2024-3094) has been discovered in XZ Utils (5.6.0 or 5.6.1), a commonly used compression format. The vulnerability allows attackers to gain root access through SSH. XZ Utils is used in many Linux distributions; it is also available for Windows and has been incorporated into many other programs. Attackers can install programs, manipulate data, or create new accounts with full root privileges. While there are no reports of exploits in the wild, the potential impact is profound, and most Linux distributions have issued warnings. In this post, you will learn how to determine if your systems are affected and what to do if they are.

Enable Windows Remote Management (WinRM) for Ansible

Par : Evi Vanoost
19 mars 2024 à 13:03
By default, Ansible uses SSH on Linux machines. Although Windows supports an OpenSSH server, this method is not entirely functional with orchestration tools like Ansible. To enable remote command execution, Ansible uses Windows Remote Management (WinRM) on Windows.

ShellGPT: An AI assistant for the command line

Par : Evi Vanoost
15 mars 2024 à 10:30
ShellGPT is an AI tool for Windows, macOS, and Linux that integrates OpenAI's GPT with standard command-line interfaces such as PowerShell, CMD, Bash, and Zsh. The AI integrated into your shell can generate shell commands and code snippets directly from the command line. In this guide, I'll walk you through installing ShellGPT, explain how you can use the tool with a local installation of LM Studio, and give examples of how to use ShellGPT.

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.

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.

Semaphore: A free and powerful Ansible GUI

Par : Evi Vanoost
25 janvier 2024 à 08:44
GUI solutions for Ansible, such as Red Hat’s Ansible Tower and PagerDuty’s RunDeck, come with a significant license cost, whereas the free versions are limited in features and complicated to install. Developed with ease of use in mind, Semaphore provides a GUI for Ansible with a set of powerful features.

Step-ca: Running your own Certificate Authority with ACME support

Par : Evi Vanoost
1 janvier 2024 à 14:06
Step-ca is a Certificate Authority (CA) management tool for Windows, Linux, and macOS designed to simplify the process of creation, management, and revocation of certificates for use with TLS, mutual TLS (mTLS) authentication, document signing, and other X.509 authentication as well as SSH keys through a variety of provisioners.

Cron alterative Cronicle: Automating and monitoring tasks with a web interface

Par : Evi Vanoost
25 décembre 2023 à 11:37

Cronicle is a powerful cron alternative for job scheduling. It provides an accessible and feature-rich web interface for creating and monitoring jobs. In a previous article, I have discussed how to install Cronicle. In this post, we will delve into the process of creating jobs and monitoring their execution using Cronicle.

The post Cron alterative Cronicle: Automating and monitoring tasks with a web interface first appeared on 4sysops.

Install Cronicle task scheduler with Nginx proxy

Par : Evi Vanoost
21 décembre 2023 à 12:26

Cronicle is a web-based, multi-server task scheduling and automation platform designed to handle complex job scheduling and workflow management across multiple servers. It offers a user-friendly interface for creating, managing, and monitoring tasks, supporting a wide range of job types, including shell scripts, commands, and custom plugins. With features like real-time logging, error notification, and resource allocation, Cronicle is tailored for both small-scale tasks and large, distributed systems, providing robust and scalable solutions for automated job execution. In this article, I will guide you through the process of installing Cronicle and configuring Nginx as a proxy to provide a seamless and secure web interface.

The post Install Cronicle task scheduler with Nginx proxy first appeared on 4sysops.
❌
❌