You are here

администрирование

Undefined

Automated password change of the account in the Windows Task Scheduler

Автоматизированная смена пароля учётной записи в планировщике заданий Windows

When the need arises to change the password of the service account, on behalf of which tasks are operated in the Windows Task Scheduler, especially if there are many tasks, you might want to simplify this process. In this short note, I will show you how to do it quickly and easily.

11 9

Step-by-Step Guide to Updating GitLab from Repositories

Step-by-Step Guide to Updating GitLab from Repositories

Hello, dear readers! If you've encountered a problem when updating your GitLab server from repositories, this post is for you. Especially if you face an error related to the need to perform updates through intermediate versions, like this:

gitlab preinstall: It seems you are upgrading from 16.1 to 16.4.
gitlab preinstall: It is required to upgrade to the latest 16.3.x version first before proceeding.
gitlab preinstall: Please follow the upgrade documentation at ]]>https://docs.gitlab.com/ee/update/index.html#upgrade-paths]]>

Such a situation means that you'll need to install updates in a strict sequence.

In this guide, we'll discuss how to do it correctly.

2 2

Audit and Password Cracking in Active Directory: Steps and Tools

Audit and Password Cracking in Active Directory: Steps and Tools

Hello! Today, we will discuss an important topic - password security checking in Active Directory. Why is this necessary? Because secure passwords are the key to your organization's security. In this article, you will learn how administrators and information security specialists can ensure the effectiveness of password policies and detect weak passwords.

2 0

How to Add Certificate Chains for SSL Certificates pkcs12 (p12, pfx) Using OpenSSL, how to convert them

How to Add Certificate Chains for SSL Certificates pkcs12 (p12, pfx) Using OpenSSL, how to convert them

When it comes to purchasing SSL certificates, there's a common challenge—sometimes, the certificate chain is provided separately from the certificate itself. This separation can lead to compatibility issues, as many systems require the complete certificate chain to establish trust. In this guide, we'll show you how to seamlessly add a certificate chain to your SSL certificate using OpenSSL. Additionally, we'll demonstrate how to extract the certificate and private key from a PKCS12 certificate, making it a comprehensive resource for managing SSL certificates.

0 0

Searching where a user is logged on [PowerShell]

Ищем, где залогинен пользователь [powershell]

Today I want to show you a simple PowerShell script, that can be used to find on which domain machines a user is logged on currently.

Basicaly the script is working like the ]]>pslogedon]]> utility, but does not require the remote registry to be enabled on target machines.

3 0

How to easily configure reverse proxy for your sites and other things (Nginx Proxy Manager)

How to easily configure reverse proxy for your sites and other things (Nginx Proxy Manager)

Hi there. I’m sure that many people have a question – how to forward ports on their routers, for make several internal HTTP or HTTPS services working on one external IP address. The question is mostly actual for home and small businesses. And the task can be solved with configuring a reverse proxy.

0 1

Effortless Task Distribution Across Servers Using PowerShell

Effortless Task Distribution Across Servers Using PowerShell

The task of distributing a set of scheduled tasks across numerous servers arose. It brought back memories of a time when this could be accomplished through group policies. Although this option is still available, it no longer allows specifying a particular account, especially one with a password, under which the task should be executed. There's a workaround by manually tweaking the group policy files in sysvol, but it’s a risky and crude approach.

If you are faced with the challenge of copying, let's say, 20 tasks to 10 machines, the monotonous routine of exporting, importing, and password entering can be draining. As this tedious process nears completion, the likelihood of missing out on something increases. And what if the tasks need amendments later on?

0 0

How to Set Up Email Signatures with Postfix on Ubuntu Server 16.04

How to Set Up Email Signatures with Postfix on Ubuntu Server 16.04

Hello fellow server enthusiasts! Today, I'd like to share a solution to a common request I often come across: setting up an email server to automatically add signatures to user emails. Specifically, we'll look at the Postfix SMTP server running on Ubuntu Server 16.04, and how to integrate signatures using altermime.

0 0

Pages

Subscribe to RSS - администрирование